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

/* bootstrap.css基本の打消し（同じclass名での書き換え）
---------------------------------------------------- */
body{ margin:0px; padding:0px}
h1,h2,h3,h4,h5,h6{ margin:0px; padding:0px; font-weight:normal; clear:both;}
p{margin:0px; padding:0px}
.navbar {
  margin-bottom:0px;
  border:none;
	}
.navbar-brand {
  float:none;
  padding: 0px;
  line-height: 0px;
	}	
.form-control {
  height: auto;
  padding: 14px;  
	}
textarea.form-control {
  height:150px;
  width:100%;
	}
.table-striped &gt; tbody &gt; tr:nth-of-type(odd) { background-color: #eee8e0;}
.table{ margin-bottom:30px}
.table th{ width:30%}
@media (min-width: 768px) {.btn-group-vertical a{ padding-top:15px;padding-bottom:15px}}

.btn{border-radius: 0px;}
.btn,
.btn::before,
.btn::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}
.btn{ display:block; font-size:100%; text-align:center;}
.btn a:link{ display: inline-block; text-align: center; text-decoration: none; outline: none; cursor:pointer;}
.btn::before,
.btn::after {position: absolute; z-index: -1; display: block; content: '';}
.btn,
.btn::before,
.btn::after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -webkit-transition: all .3s; transition: all .3s;}

.navbar-toggle {
    margin-right: 0px !important;}

/* 全体構造
---------------------------------------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
	}
.clearfix {
    zoom:1;/*for IE 5.5-7*/
	overflow:hidden;
	}
* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
	}
.clear{clear:both !important;}
img{border:0;vertical-align:bottom;}
a {
	outline:none;
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	}
hr {
    display:block;
    height:1px;
    border-top:1px dotted #333;
    margin:0;
    padding:0;
	margin-bottom:20px
	}
body{
	font-size:100%;
	line-height:1.9em;
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#333;
	overflow-x: hidden;	
	}

@media only screen and (max-width: 767px) {
body{
	font-size:95%;
	}
}

/* link
---------------------------------------------------- */
a:link, a:visited{color:#46b068; text-decoration:none;}
a:hover, a:active{color:#46b068; text-decoration:none;}
.imglink a:hover img{
    opacity: 0.5 !important;
    transition: all 0.2s ease 0s !important;
    -webkit-transition: 0.2s ease-in !important;
    filter: alpha(opacity=50) !important;
	}
.navbar-default {
    background-color: transparent; 
    border-color: #fff;
}

/* header
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
.head{
		margin: 0;
		border-bottom: none;
		z-index: 999;
		position: fixed !important;
		top: 0;
		left: 0;
		right: 0;
	}
	header{background:#fff}	
	header{padding:5px 0;}
	.logo{float: left; width:80px; margin: 3px 0 0 15px}
}

@media print, screen and (min-width: 768px) {
	header{padding:15px 0 20px 0}
	.logo{float:none; padding-top:25px;}
	.logo2{float:none; padding-top:20px;}
}

@media print, screen and (min-width: 992px) {
	header{padding:15px 0 20px 0}
	.logo{float:none; padding-top:13px;}
	.logo2{float:none; padding-top:8px;}
}

/* スクロールすると出てくるヘッダー
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.head_kotei { width: 100%; z-index:100;}
	.head_kotei {background: #fff;}
}
.cb-header {
	position: fixed;
	top: -165px;
	left: 0;
	padding: 5px 0 0 0;
	z-index: 1000
}
.cb-header .navi01 {margin-top: 5px;}

/* 電話とメール
---------------------------------------------------- */
.head-phone {text-align: center; line-height: 1.6em;}
.head-phone p{font-size:12px;}
.head-phone i{margin-right: 3px; font-size: 80%;}
.head-phone div{font-size: 120%; font-family: aozora; font-weight: 700;}

/* navigation01
---------------------------------------------------- */
.navi01{background:#fff; padding:8px 0 0 0}
.navi01 .navbar-nav{ margin: 0;}
.navi01 .navbar{border-radius: 0px; border:0px; margin-bottom:0px; background: none; width:100%;}
.navi01 .nav{ margin-bottom:10px;}
.navi01 .nav&gt;li{ margin:0 0 5px 0; background:#f0f0f0}
.navi01 .nav&gt;li&gt;a{ color:#333; padding:10px 10px;  display:block;border-radius:0px;}
.navi01 .nav&gt;li&gt;a:hover,
.navi01 .nav&gt;li.navi-on a{ background:#46b068; color: #fff;}
.dropdown-menu &gt; li &gt; a {color: #46b068;}
.navi01 .nav &gt; li &gt; ul &gt; li{ list-style: none;}
.navi01 .nav&gt;li.navi-on &gt; ul&gt;li&gt; a {background: #fff; color: #333;}
.navi01 .nav&gt;li.navi-on &gt; ul&gt;li.navi-on2&gt; a {color: #333;}
.nav .open &gt; a, .nav .open &gt; a:hover, .nav .open &gt; a:focus,
.nav &gt; li &gt; a:hover, .nav &gt; li &gt; a:focus{background: none;}
.navi01 span{font-weight: normal}

/* 上書き */
.navbar-toggle{ margin-right:0; margin-top:0; border-radius:0px;}
.navbar-default .navbar-toggle {background:#46b068; color:#fff; border-color: #fff;}
.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#46b068;}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {border-color: #46b068;}
.navbar-collapse {padding-right: 0; padding-left: 0;}
.navbar{ min-height:44px;}
.navbar-collapse {border-top: 0px solid transparent; border-top-color:transparent;}
.dropdown-menu{border-radius: 0px;}

.nav li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:85%;
	font-weight: bold;
	color:#46b068
	}

@media print, screen and (min-width: 768px)  {
	.nav li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:0%;
	font-weight: bold;
	color:#46b068
	}
}

@media print, screen and (min-width: 768px) {
	.navi01{
		margin-right:0;
		margin-top: 10px;
		border-top:0px solid #ccc;
		padding-top:0;
		padding-bottom:0;
		background : transparent; 
		line-height: 1.8em;
		font-family: aozora;	
	}
	.navi01 .row{ padding: 0px;}
	.navi01 .nav{
		width:100%;
		display: table;
		margin-bottom:0;
	}
	.navi01 .nav&gt;li{
		margin:0;
		display: table-cell;
		text-align: center;
		width:16.6%;
		background : transparent; 
	}
	.navi01 .nav&gt;li i{margin-bottom:7px; font-size:180%;}
	.navi01 .nav&gt;li&gt;a{ padding:10px 0 11px 0; display:block; border-radius:0; text-align: center; line-height: 1.3em; font-size: 85%;border-bottom: 5px solid #fff;}
	.navi01 .nav&gt;li&gt;a:hover,
	.navi01 .nav&gt;li.navi-on a{
		background : transparent; 
		color: #333;
		-moz-background-size:auto 100%;
		background-size:auto 100%;
		border-bottom: 5px solid #46b068;
	}
	.navi01 .nav&gt;li.navi-on &gt; ul&gt;li&gt; a {background-image: none;}
	.navbar-collapse {
    overflow-x: visible;
    padding-right: 0px;
    padding-left: 0px;
	}
}

@media print, screen and (min-width: 992px) {
	.navi01 .nav&gt;li&gt;a{ padding:10px 0; display:block; border-radius:0; text-align: center;font-size: 95%;}
}

@media only screen and (max-width: 767px) {
.navi-btn{
	font-size:14px;
	display:block;
	padding:11px 0px;
	text-align:center;
	color:#fff !important;
	background: #333;
	margin-bottom: 10px;
	}
	
.navi-btn i{font-size:12px; margin-right: 5px;}	
}

/* main
---------------------------------------------------- */
@media (max-width: 767px){.mainimg{ margin-top: 55px !important;}}

/* index.html
---------------------------------------------------- */
/* main js
----------------------------------------- */
#top_scroll {
	width: 100%;
	height:30vh;
	position: relative;
}
@media print, screen and (min-width: 768px) {
	#top_scroll{ height:450px;}
}
@media print, screen and (min-width: 992px) {
	#top_scroll{ height:800px;}
}
@media print, screen and (min-width: 1200px) {
	#top_scroll{ height:800px;}
}

/* 背景
----------------------------------------- */
.bg-katachi{
	padding: 30px 0;
	}
	
@media print, screen and (min-width: 768px) {
	.bg-katachi{
	background:url(../images/bg-katachi.jpg) no-repeat center top;
	padding: 60px 0 100px 0;
	}
}

.rl{position:relative;}

.bg-toku01{background:#fcf7ee;}
.bg-toku02{background:#fcf7ee;}
.bg-toku03{background:#fcf7ee;}

@media print, screen and (min-width: 768px) {
	.bg-toku01{
	padding: 50px 0;
	background:url(../images/bg-toku01.jpg) no-repeat center top #fcf7ee;
	}
	.bg-toku02{
	padding: 50px 0;	
	background:url(../images/bg-toku02.jpg) no-repeat center top #fcf7ee;
	}
	.bg-toku03{
	padding: 35px 0 30px 0;	
	background:url(../images/bg-toku03.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 992px) {
	.bg-toku01{
	padding: 30px 0;
	}
	.bg-toku02{
	padding: 30px 0;	
	}
	.bg-toku03{
	padding: 28px 0 80px 0;	
	}
}

.bg-flower{
	background:url(../images/bg-flower.jpg) 
}

@media print, screen and (min-width: 768px) {
	.bg-cons{
	background:url(../images/bg-cons.jpg) no-repeat center top;
	padding: 70px 0 70px 0;
	}
}

@media print, screen and (min-width: 992px) {
	.bg-cons{
	padding: 170px 0 70px 0;
	}
}

/* 想いをカタチへ
----------------------------------------- */
@media print, screen and (max-width: 767px) {
.omoi{
	font-family: aozora;
	font-size: 150%;
	margin-bottom: 20px;
	}

.omoi2{
	font-family: aozora;
	font-size: 110%;
	margin-bottom: 20px;
	}
}

@media print, screen and (min-width: 768px) {
	.omoi1{
	position: absolute;
	z-index:10;
	margin: -150px 0 0 0;
	right:0;
	height: 312px;
	}
	.omoi1 img{	box-shadow: 0 0 40px #aaa;}

	.omoi2{
	position: absolute;
	z-index:10;
	margin: 0;
	right:150px;
	font-family:"TsukuMinPr6N-L", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	width: 110px;
	height: 800px;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 150%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	}

	.omoi3{
	position: absolute;
	z-index:10;
	margin: 0;
	right:230px;
	height: 560px;
	letter-spacing: 0.06em;
	line-height: 150%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 80%;
	}

	.omoi4{
	position: absolute;
	z-index:10;
	margin: 0;
	right:290px;
	height: 560px;
	letter-spacing: 0.06em;
	line-height: 150%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 80%;	
	}
}

@media print, screen and (min-width: 992px) {
	.omoi1{
	position: absolute;
	z-index:10;
	margin: -150px 0 0 0;
	right:0;
	height: 312px;
	}
	.omoi1 img{	box-shadow: 0 0 40px #aaa;}

	.omoi2{
	position: absolute;
	z-index:10;
	margin: 0;
	right:150px;
	font-family:"TsukuMinPr6N-L", "YuMincho", "Yu Mincho", "Hiragino Mincho ProN", serif;
	width: 110px;
	height: 560px;
	font-size: 25px;
	font-weight: 700;
	letter-spacing: 0.06em;
	line-height: 200%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;	
	}

	.omoi3{
	position: absolute;
	z-index:10;
	margin: 0;
	right:280px;
	height: 560px;
	letter-spacing: 0.06em;
	line-height: 200%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 100%;		
	}

	.omoi4{
	position: absolute;
	z-index:10;
	margin: 0;
	right:380px;
	height: 560px;
	letter-spacing: 0.06em;
	line-height: 200%;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 100%;		
	}
}

@media only screen and (max-width: 767px) {
.whitebox{
	background: #fff;
	padding: 15px 5px;
	box-shadow: 0 0 20px #ccc;
}

.whitebox2{
	background: #fff;
	padding: 15px 20px;
	box-shadow: 0 0 20px #cccc;
}

.whitebox3{
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 20px #ccc;
}
}

@media print, screen and (min-width: 768px) {
	.whitebox{
	background: #fff;
	padding: 20px 10px;
	box-shadow: 0 0 40px #aaa;
	}

	.whitebox2{
	background: #fff;
	padding: 20px;
	box-shadow: 0 0 40px #aaa;
	font-size: 90%;
	}

	.whitebox3{
	background: #fff;
	padding: 50px 40px;
	box-shadow: 0 0 40px #aaa;
	}
}

@media print, screen and (min-width: 992px) {
	.whitebox{
	padding: 50px 10px;
	}

	.whitebox2{
	padding: 50px 60px 30px 60px;
	}
}

@media print, screen and (min-width: 1200px) {
	.whitebox{
	padding: 50px 10px;
	}

	.whitebox2{
	padding: 70px 60px 50px 60px;
	font-size: 100%;	
	}
}

/* 特徴
---------------------------------------------------- */
.toku01{
	font-size:20px;
	font-weight: 700;
	padding:120px 0 0 0;
	margin-bottom: 20px;
	font-family: aozora;
	line-height: 1.4em;
	background: url(../images/toku01.jpg) no-repeat center top;
	}

@media print, screen and (min-width: 768px) {
.toku01{
	font-size:24px;
	}
}

@media print, screen and (min-width: 992px) {
.toku01{
	padding: 38px 0 60px 130px;		
	margin-bottom: 10px;
	background: url(../images/toku01.jpg) no-repeat left top;
	}
}

@media print, screen and (min-width: 1200px) {
.toku01{
	font-size:26px;
	padding: 35px 0 60px 130px;
	}
}

/* 見出し1
---------------------------------------------------- */
.toku02{
	font-size:20px;
	font-weight: 700;
	padding:120px 0 0 0;
	margin-bottom: 20px;
	font-family: aozora;
	line-height: 1.4em;
	background: url(../images/toku02.jpg) no-repeat center top;
	}

@media print, screen and (min-width: 768px) {
.toku02{
	font-size:24px;
	}
}

@media print, screen and (min-width: 992px) {
.toku02{
	font-size:20px;
	padding: 38px 0 60px 130px;	
	margin-bottom: 10px;
	background: url(../images/toku02.jpg) no-repeat left top;
	}
}

@media print, screen and (min-width:1200px) {
.toku02{
	font-size:26px;
	padding: 35px 0 60px 130px;	
	}
}

/* 見出し3
---------------------------------------------------- */
.toku03{
	font-size:20px;
	font-weight: 700;
	padding:120px 0 0 0;
	margin-bottom: 20px;
	font-family: aozora;
	line-height: 1.4em;
	background: url(../images/toku03.jpg) no-repeat center top;
	}

@media print, screen and (min-width: 768px) {
.toku03{
	font-size:24px;
	}
}

@media print, screen and (min-width: 992px) {
.toku03{
	font-size:20px;
	padding: 38px 0 60px 130px;	
	margin-bottom: 10px;
	background: url(../images/toku03.jpg) no-repeat left top;
	}
}

@media print, screen and (min-width: 1200px) {
.toku03{
	font-size:26px;
	}
}
/* footer
---------------------------------------------------- */
footer{font-size:90%; line-height: 1.8em;}

/* f-yohaku
---------------------------------------------------- */
.f-yohaku01{padding:20px 0}

/* footer01
---------------------------------------------------- */
#footer01{
	clear: both;
	width:100%;
	background:#8d3359;
	}

/* footer02
---------------------------------------------------- */
#footer02{
	clear: both;
	width:100%;
	text-align: center;
	}

@media print, screen and (min-width: 768px) {
#footer02{
	line-height: 2.0em;
	color: #fff;
	background:url(../images/bg-footer.jpg) no-repeat center;	
	}
}

#footer02 .f-info{
	text-align:center;
	padding: 20px 0 0 0;
	}

#footer02 h3{
	font-size:18px;
	font-family:aozora;
	font-weight: 700;
	margin-bottom: 5px;
	}
	
#footer02 h3 span{
	font-size:25px;
	letter-spacing: 0.2em;
	}
	
#footer02 i{margin-right: 5px;}

@media print, screen and (min-width: 768px) {
#footer02 .f-info{
	text-align:center;
	padding: 100px 0 60px 0;
	}
}

@media print, screen and (min-width: 992px) {
#footer02 .f-info{
	text-align:center;
	padding: 140px 0 110px 0;
	}

#footer02 h3{
	font-size:17px;	
	}
	
#footer02 h3 span{
	font-size:30px;
	}
}

/* フッター　電話
--------------------------- */
.btn-footer-tel{
	font-size:150%;
	display:block;
	padding:15px 0px;
	text-align:center;
	color:#fff;
	background-color: #46b068;
	margin-bottom: 2px;
	}

@media only screen and (max-width: 767px) {
	.btn-footer-tel i{font-size: 15px;}
}

@media print, screen and (min-width: 768px) {
	.btn-footer-tel{
	font-size:100%;
	display:inline;
	padding:0;
	text-align:left;
	color:#fff;
	background:transparent;
	margin-bottom: 0;	
	cursor:default;
	}
}

/* フッターナビ
---------------------------------------------------- */
#textlink {width:100%; color:#fff; background:#333}
#textlink ul{list-style:none}
#textlink li{line-height:100%; display:block; background-color:#fff; border-bottom:1px solid #ccc}
#textlink li i{float:right; color:#333}
#textlink li a{display:block; padding:15px; text-align:left; color:#333; font-weight:normal}
#textlink li:first-child{border-left: 0px;}
#textlink a:link, 
#textlink a:visited,
#textlink a:hover,
#textlink a:active{ color:#333; text-decoration:none}

#textlink li a:after{
	font-family:"Font Awesome 5 Free";
	content:" \f054";
	float:right;
	font-size:85%;
	font-weight: bold;
	color:#8d3359
	}

/* フッター　コピーライト
---------------------------------------------------- */
.copyright{
	padding:10px 0 10px 0;
	font-size: 90%;
	}

@media print, screen and (min-width: 768px) {
.copyright{
	padding:0 0 20px 0;
	font-size: 80%;
	text-align: left;
	}
}

/* h2
---------------------------------------------------- */
.h2-midashi{
	text-align: center;	
	font-size:20px;
	font-weight: 700;
	color: #fff;
	line-height: 0.9em;
	padding:32px 0 20px 0;
	font-family: aozora;
	background:url(../images/bg-h2.jpg)  no-repeat scroll 50% 0% / cover #cde2d4;
	}

@media print, screen and (min-width: 768px) {
.h2-midashi{
	font-size:45px;
	padding: 85px 0 75px 0;
	}
}

/* mind.html
---------------------------------------------------- */
.heart{
	font-size:20px;
	font-weight: 700;
	padding:120px 0 0 0;
	margin-bottom: 20px;
	font-family: aozora;
	line-height: 1.4em;
	text-align: center;	
	background: url(../images/heart.png) no-repeat center top;
	}

@media print, screen and (min-width: 768px) {
.heart{
	font-size:24px;
	}
}

@media print, screen and (min-width: 992px) {
.heart{
	font-size:20px;
	padding: 20px 0 40px 130px;
	margin-bottom: 10px;
	text-align: left;
	background: url(../images/heart.png) no-repeat left top;
	}
}

@media print, screen and (min-width:1200px) {
.heart{
	font-size:26px;
	}
}

.bg-p02-1{ background: #fcf7ee;}
.bg-p02-2{ background: #fcf7ee;}
.bg-p02-3{ background: #fcf7ee;}
.bg-p02-4{ background: #fcf7ee;}

@media print, screen and (min-width: 768px) {
	.bg-p02-1{
	padding: 40px 0;
	background:url(../images/bg-p02-1.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 992px) {
	.bg-p02-1{
	padding: 70px 0;
	}
}

@media print, screen and (min-width: 1200px) {
	.bg-p02-1{
	padding: 40px 0;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p02-2{
	padding: 75px 0;
	background:url(../images/bg-p02-2.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p02-3{
	padding: 40px 0;
	background:url(../images/bg-p02-3.jpg) no-repeat center top #fcf7ee;	
	}
}

@media print, screen and (min-width: 992px) {
	.bg-p02-3{
	padding: 60px 0;
	}
}

@media print, screen and (min-width: 1200px) {
	.bg-p02-3{
	padding: 40px 0;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p02-4{
	padding: 60px 0;
	background:url(../images/bg-p02-4.jpg) no-repeat center top #fcf7ee;
	}
}

/* plan.html 
---------------------------------------------------- */
.plan-text {
	line-height: 1.8em;
}

@media print, screen and (min-width: 768px) {
	.plan-text {
	text-align: center;	
	font-size: 110%;
	}
}

@media print, screen and (min-width: 992px) {
	.plan-text {
	font-size: 130%;
	}
}

/* consulting.html 
---------------------------------------------------- */
.bg-p05-1{ background: #fcf7ee;}
.bg-p05-2{ background: #fcf7ee;}
.bg-p05-3{ background: #fcf7ee;}
.bg-p05-4{ background: #fcf7ee;}
.bg-p05-5{ background: #fcf7ee;}

@media print, screen and (min-width: 768px) {
	.bg-p05-1{
	padding: 30px 0;
	background:url(../images/bg-p05-1.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 992px) {
	.bg-p05-1{
	padding: 50px 0;
	}
}

@media print, screen and (min-width: 1200px) {
	.bg-p05-1{
	padding: 30px 0;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p05-2{
	padding: 55px 0;
	background:url(../images/bg-p05-2.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p05-2{
	padding: 45px 0;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p05-3{
	padding: 60px 0;
	background:url(../images/bg-p05-3.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 992px) {
	.bg-p05-3{
	padding: 80px 0;
	}
}

@media print, screen and (min-width: 1200px) {
	.bg-p05-3{
	padding: 70px 0;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p05-4{
	padding: 20px 0;
	background:url(../images/bg-p05-4.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 992px) {
	.bg-p05-4{
	padding: 25px 0;
	}
}

@media print, screen and (min-width: 768px) {
	.bg-p05-5{
	padding: 20px 0;
	background:url(../images/bg-p05-5.jpg) no-repeat center top #fcf7ee;
	}
}

@media print, screen and (min-width: 992px) {
	.bg-p05-5{
	padding: 30px 0;
	}
}

/* company.html
---------------------------------------------------- */
.bg-mori{
	background:url(../images/bg-mori.jpg) no-repeat center top;
	border-bottom: 1px solid #c7e5af;
	}

.aisatu{
	text-align: right;
	font-size: 150%;
	font-family: aozora;
	}

.aisatu span{font-size: 80%;}

/* funeral.html
---------------------------------------------------- */
.ptop{ text-align: right !important; margin-top: 10px;}

/* sidemenu
------------------------- */
.side-nav .ttl a {
	display: block;
	padding: 17px 15px 17px 15px;
	background: #8d3359;
	color: #fff;
	font-size: 100%;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	border-top-left-radius: 10px;
	border-top-right-radius:10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px; 
	}

.side-nav .ttl span{float:right;font-size: 95%;}

.side-nav .ttl a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	}
	
.side-nav .ttl a i {margin-right:10px; font-size: 100%;}
.side-nav ul{ list-style:none; background:#fff;}
.side-nav li a {
	display: block;
	float: left;
	width: 50%;
	padding: 12px 5px;
	border-bottom: 1px solid #ccc;
	text-decoration: none;
	font-size:90%;
	color: #553434;
	}

.side-nav li a.active, .side-nav li a:hover {
	background: #f9ecd9;
	opacity: 1;
	filter: alpha(opacity=100);
	}
.side-nav li a:before{
	font-family:"Font Awesome 5 Free";
	content:" \f0da";
	float:left;
	font-size:85%;
	font-weight: bold;
	color:#553434;
	margin-right: 5px;
	}

.panel-group {
    margin-bottom: 0px;
}

/* ページ共通
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.mail-box1{
	padding:30px 0 0 0;
	text-align:center;
	font-family: aozora;	
	}
	.mail-box1 p{ margin-top:10px}	
}

/* contact.html
---------------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.mail-box2{
	padding:0;
	text-align:center;
	font-family: aozora;
	font-weight: 900;
	}
	.mail-box2 p{
	margin:10px 0;
	font-size: 130%;
	}
}

.contact_btn_tel{
	display:block;
	color:#fff !important;	
	background-color: #46b068;
	font-size:120%;	
	padding:15px 5px;
	text-align:center;
	font-weight: 700;
	}
.contact_btn_tel a:link,
.contact_btn_tel a:visited,
.contact_btn_tel a:hover,
.contact_btn_tel a:active{color:#fff !important;}
.contact_btn_tel i{font-size:80%; margin:0 5px 0 0; color:#fff;}

@media print, screen and (min-width: 768px) {
	.contact_btn_tel{
	display:inline;
	background-color:transparent;
	padding:0;
	text-align:left;
	color:#46b068 !important;
	font-weight: bold;
	font-size:220%;
	}
	.contact_btn_tel i{margin:0 5px 0 0; color:#46b068;}
}

/* table
---------------------------------------------------- */
.contact_box{ 
	background-color:#fff;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}

/* フォームのテーブル
------------------------- */
.table_form{
	width:100%;
	border-collapse:collapse;
	border-top:1px solid #ccc;
}
.table_form th{
	width:100%;
	padding:15px 15px 5px 15px;
	display: block;
	font-size: 100%;
}
.table_form td{
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0px 15px 15px 15px;
	display: block;
}
.table_form th span{/*必須*/
	font-size:80%;
	color:#fff;
	padding:0px 10px;
	border-radius:3px;
	float:right;
	background-color:#D00A0A;
}
.table_form td.last {border-bottom:none;}

.table_form td.class { border-bottom:0;}

@media print, screen and (min-width: 768px) {
.table_form th{
	width:35%;
	border-bottom:1px solid #ccc;
	padding:15px 20px;
	vertical-align:middle;
	text-align:left;
	display:table-cell;
}
.table_form td{
	width:100%;
	padding:15px 25px;
	display:table-cell;
}
}
@media print, screen and (min-width: 992px) {
.table_form th{width:30%;}
}

/* フォーム関係 */
.required input[type="text"], .required input[type="password"], .required select, .required textarea{border:1px solid #c36;}
input[type="checkbox"], input[type="radio"] {vertical-align:middle; margin:2px 0px 5px 0;}
input{font-size:100%;vertical-align:middle; padding:9px}
input[type="text"], select{border:1px solid #ccc; border-radius:3px}
input:focus[type="text"]{border:1px solid #06c;}
textarea{font-size:100%;border:1px solid #ccc;width:99%; border-radius:3px}
input,textarea{ 
  /*display: inline-block; 
  font-family: FontAwesome; */
  font-style: normal; 
  font-weight: normal; 
  line-height: 1; 
  -Webkit-font-smoothing: antialiased; 
  -moz-osx-font-smoothing: grayscale;
} 
.table_form label{font-weight: normal !important; margin-right:20px; }

.w300 {width:190px; display: inline-block;}
@media (min-width: 768px) {
	.w300 {width:300px;}
}

/* 個人情報保護方針
---------------------------------------------------- */
#policy{
	padding:10px;
	height:150px;
	overflow:scroll;
	overflow-x:hidden;
	background:#fff;
	border:1px solid #ccc;
	}	

@media print, screen and (min-width: 768px) {
#policy{
	padding:10px;
	height:220px;
	overflow:scroll;
	overflow-x:hidden;
	background:#fff;
	border:1px solid #ccc;
	}
}

@media print, screen and (min-width: 992px) {
	#policy{
	padding:30px;
	}
}

#policy::-webkit-scrollbar{ /* スクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar:horizontal{ /* 横方向のスクロールバー本体 */
	width: 5px;
	background: #ccc;
}
#policy::-webkit-scrollbar-thumb{ /* スクロールバーの動く部分 */
	background: #999;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-thumb:horizontal{ /* 横方向のスクロールバーの動く部分 */
	background: #435295;
	border-radius: 2px;
}
#policy::-webkit-scrollbar-track-piece:start{ /* スクロールバーの動く部分の前 */
	background: #eee;
}
#policy::-webkit-scrollbar-track-piece:end{ /* スクロールバーの動く部分の後ろ */
	background: #eee;
}
#policy::-webkit-scrollbar-corner{ /* スクロールバー角 */
	background: transparent;
}

.con-ul{
	padding-left:20px;
	padding-bottom:10px;	
	list-style:decimal;
	margin-bottom: 10px;
	}

.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}

#policy h4{ color:#46b068; font-size:110%; margin-bottom: 10px; font-weight: 700;}

@media print, screen and (min-width: 768px) {
.con-ul{
	padding-bottom:10px;
	padding-left:30px;
	list-style:decimal
	}

.con-ul li{
	padding:3px 0;
	border-bottom:1px dashed #bbb;
	}
}

/* 汎用
---------------------------------------------------- */
/* 背景
---------------------------------------------------- */
.bg-gray { background:#f5f5f5}
.bg-cream{background:#fcf7ee;}
.bg-green{background:#cde2d4;}

/* 画像
---------------------------------------------------- */
.shadow img {border:5px solid #ccc; box-shadow: 0 0 4px #ddd;}
.pba{page-break-before: always; }
.img_ctr img{margin:0 auto}

/* 余白
---------------------------------------------------- */
/* --▼padding-- */
.pp00 {padding: 0 !important;}

.part01{padding:30px 0 30px 0;}
@media print, screen and (min-width: 768px) {.part01{padding:60px 0}}
@media print, screen and (min-width: 992px) {.part01{padding:100px 0}}

.part02{padding:30px 0;}
@media print, screen and (min-width: 768px) {.part02{padding:100px 0 280px 0}}
@media print, screen and (min-width: 992px) {.part02{padding:200px 0 280px 0}}

.part03{padding:30px 0;}
@media print, screen and (min-width: 768px) {.part03{padding:40px 0}}
@media print, screen and (min-width: 992px) {.part03{padding:40px 0}}

.part04{padding:30px 0;}
@media print, screen and (min-width: 768px) {.part04{padding:60px 0}}
@media print, screen and (min-width: 992px) {.part04{padding:60px 0}}

.part05{padding:30px 0;}
@media print, screen and (min-width: 768px) {.part05{padding:100px 0 70px 0}}
@media print, screen and (min-width: 992px) {.part05{padding:200px 0 280px 0}}

/* 文字間
---------------------------------------------------- */
.mb-xs10-sm0-md0{ margin-bottom:10px}
@media print, screen and (min-width: 768px) {.mb-xs10-sm0-md0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-xs10-sm0-md0{ margin-bottom:0px}}

.mb-xs20-sm0-md0{ margin-bottom:20px}
@media print, screen and (min-width: 768px) {.mb-xs20-sm0-md0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-xs20-sm0-md0{ margin-bottom:0px}}

.mb-xs30-sm0-md0{ margin-bottom:30px}
@media print, screen and (min-width: 768px) {.mb-xs30-sm0-md0{ margin-bottom:0px}}
@media print, screen and (min-width: 992px) {.mb-xs30-sm0-md0{ margin-bottom:0px}}

.mb-xs10-sm15-md15{ margin-bottom:10px}
@media print, screen and (min-width: 768px) {.mb-xs10-sm15-md15{ margin-bottom:15px}}
@media print, screen and (min-width: 992px) {.mb-xs10-sm15-md15{ margin-bottom:15px}}

.mb-xs10-sm20-md20{ margin-bottom:10px}
@media print, screen and (min-width: 768px) {.mb-xs10-sm20-md20{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-xs10-sm20-md20{ margin-bottom:20px}}

.mb-xs10-sm20-md30{ margin-bottom:10px}
@media print, screen and (min-width: 768px) {.mb-xs10-sm20-md30{ margin-bottom:20px}}
@media print, screen and (min-width: 992px) {.mb-xs10-sm20-md30{ margin-bottom:30px}}

.mb-xs0-sm40-md40{ margin-bottom:0px}
@media print, screen and (min-width: 768px) {.mb-xs0-sm40-md40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-xs0-sm40-md40{ margin-bottom:40px}}

.mb-xs20-sm40-md40{ margin-bottom:20px}
@media print, screen and (min-width: 768px) {.mb-xs20-sm40-md40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-xs20-sm40-md40{ margin-bottom:40px}}

.mb-xs30-sm40-md40{ margin-bottom:30px}
@media print, screen and (min-width: 768px) {.mb-xs30-sm40-md40{ margin-bottom:40px}}
@media print, screen and (min-width: 992px) {.mb-xs30-sm40-md40{ margin-bottom:40px}}

.mb-xs30-sm60-md60{ margin-bottom:30px}
@media print, screen and (min-width: 768px) {.mb-xs30-sm60-md60{ margin-bottom:60px}}
@media print, screen and (min-width: 992px) {.mb-xs30-sm60-md60{ margin-bottom:60px}}

/* 文字寄せ
---------------------------------------------------- */
.ctr{text-align:center;}
.rgt{text-align:right;}
.clear{clear:both;}

.f-left{float:left;}
.f-right{float:right}

@media print, screen and (min-width: 768px) {
	.f-left-xsno{float:left;}
	.f-right-xsno{float:right}
}

.ctr-text{text-align: center;}

.ctr-text2{text-align: left;}
@media print, screen and (min-width: 768px) {.ctr-text2{text-align: center;}}

.ctr-text3{text-align: left;}

@media print, screen and (min-width: 768px) {
	.mr20{margin-right: 20px;}
}

/* リスト
---------------------------------------------------- */
.ul_disc {list-style:disc; padding-left:10px;}
.ul_disc2 {list-style:disc; padding-left:10px;}
.ul_disc2 li{border-bottom: 1px dashed #aaa; padding:5px 0;}
.ul_no {list-style:decimal; padding-left:10px;}
.ul_no li{border-bottom: 1px dashed #aaa; padding:5px 0;}
.ul_none {list-style:none;}

.ul_mark {
	list-style:none;
	margin:0 0 20px 0;	
	}
.ul_mark li{
	padding: 0 0 0 30px;
	background: url(../images/flower.png) no-repeat left top;	
}

@media print, screen and (min-width: 768px) {
	.ul_mark {
	list-style:none;
	margin-left:120px;
	}
	.ul_mark li{
	padding: 0 0 0 30px;
	background: url(../images/flower.png) no-repeat left 25%;
	}	
}

@media print, screen and (min-width: 992px) {
	.ul_mark {
	margin-left:0px;
	}
}

@media print, screen and (min-width: 1200px) {
	.ul_mark {
	margin-left:60px;
	}
}

/* タイトル 下線あり
---------------------------------------------------- */
.title-border { margin-bottom: 20px; border-bottom: 5px solid #e1e1e1; line-height: 0; font-family: aozora;}
@media print, screen and (min-width: 992px) {.title-border { margin-bottom: 40px;}}

.title-border-txt {
	display: inline-block;
	margin-bottom: 5px;
	color: #333; 
	font-weight: bold;
	font-size: 120%;
	line-height: 1.0em;
	}
@media print, screen and (min-width: 768px) {.title-border-txt {font-size: 130%;}}
@media print, screen and (min-width: 992px) {.title-border-txt {font-size: 150%;}}

.title-border-txt::after {
	position: relative;
	top: calc(5px + 5px);
	display: block;
	border-top: 5px solid #46b068;
	content: '';
}

/* 見出し1
---------------------------------------------------- */
.midashi01{
	color: #46b068;
	text-align: center;	
	font-size:30px;
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	font-family: aozora;
	background: url(../images/bd-pink.png) no-repeat center bottom;
	}

@media print, screen and (min-width: 768px) {
	.midashi01{
	font-size:23px;
	padding-top: 0px;
	padding-bottom: 10px;
	}
}

/* 見出し2
---------------------------------------------------- */
.midashi02{
	text-align: center;	
	font-size:20px;
	font-weight: 900;
	padding-bottom: 10px;
	font-family: aozora;
	line-height: 1.4em;
	}

@media print, screen and (min-width: 768px) {
	.midashi02{
	font-size:30px;
	margin-bottom: 20px;
	letter-spacing: 1px;
	}
}

/* タイトル
---------------------------------------------------- */
/* title01
---------------------------------------------------- */
.title01{
	text-align: center;	
	font-size:20px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;	
	font-family: aozora;
	line-height: 120%;
	background: url(../images/border.jpg) no-repeat center bottom	
	}

@media print, screen and (min-width: 768px) {
	.title01{
	font-size:25px;
	margin-bottom: 40px;
	}
}

/* 見出し2
---------------------------------------------------- */
.title02 {
    background: url(../images/uline.gif) no-repeat left center;
    padding-left: 50px;
    color: #46b068;
    font-weight: bold;
    font-size: 105%;
    margin-bottom: 10px;
	font-family: aozora;	
}

@media print, screen and (min-width: 768px) {
	.title02 {font-size: 130%;}
	.title02 i{color:#46b068; margin-right: 10px;}
}

/* 見出し3
---------------------------------------------------- */
.title03 {
	text-align: center;
	line-height: 1.8em;
	font-family: aozora;
	font-size: 120%;	
}

@media print, screen and (min-width: 768px) {
	.title03 {
	font-size: 150%;
	}
}

/* 見出し4
---------------------------------------------------- */
.title04 {
    border-top:#333 solid 3px;
	border-bottom:#333 dotted 1px;
	color:#333;
    padding: 15px 0;
    font-weight: bold;
    margin-bottom: 20px;
	font-family: aozora;	
}

@media print, screen and (min-width: 768px) {
	.title04 {
    padding: 13px 0;
	font-size: 130%;
	}
}

/* map
-------------------------------- */
.map iframe{ height:40vh;}
@media print, screen and (min-width: 768px) {.map iframe{ height:400px;}}
@media print, screen and (min-width: 992px) {.map iframe{ height:550px;}}

/* 電話ボタン
-------------------------------- */
.only_xs_btn{
	font-size:100%;		
	display:block;
	padding:8px 0px;
	text-align:center;
	color:#fff;
	background:#46b068;
	}
.only_xs_btn i{font-size:100%; vertical-align:middle; margin-right:5px; color:#fff}

@media print, screen and (min-width: 768px) {
	.only_xs_btn{
	display:inline;
	background:none;
	padding:0;
	color:#333;
	-moz-border-radius: 0px;
	-webkit-border-radius:0px;
	border-radius: 0px;
	cursor: text
	}
	.only_xs_btn i{font-size:100%; color:#333}
}

/* 文字
---------------------------------------------------- */
.red{color:#F03}
.green{color: #369F58;}	

.bold{font-weight:bold !important}
.fs80{ font-size:80%}

.fs120{ font-size:120%}

.large{ font-size:120%;}
@media print, screen and (min-width: 768px) {
	.large{ font-size:150%;}
}

.large2{ font-size:100%;}
@media print, screen and (min-width: 768px) {
	.large2{ font-size:110%; line-height: 2.2em;}
}

.lhn{line-height:normal}


.btna::before,
.btna::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
	}

.btna,
.btna::before,
.btna::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .5s;
	transition: all .5s;
	}


.btna:link{
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	cursor:pointer;
	}

/* ボタン
---------------------------------------------------- */
.btn01{
	display:block;
	width:100%;	
	color:#46b068 !important;
	background:#fff;
	border: 1px solid #46b068;
	font-size:120%;
	padding:15px 0px;
	text-align:center;
	}

@media print, screen and (min-width: 768px) {
.btn01{
	padding:25px 0px;
	}
}

.btn01 i{ margin-right:5px; color:#46b068 !important;}

.btn01:link,.btn01:visited{
	color:#46b068 !important;
	text-decoration:none;
	background:#fff;
	}

.btn01:hover,.btn01:active{
	color:#46b068 !important;
	text-decoration:none;
	background: #def4e5;
	}
	
/* ボタン
---------------------------------------------------- */
.btn02{
	display:block;
	width:100%;	
	color:#46b068 !important;
	background:#fff;
	border: 1px solid #46b068;
	font-size:120%;
	padding:15px 0px;
	text-align:center;
	font-family: aozora;
	font-weight: 900;
	}

@media print, screen and (min-width: 768px) {
	.btn02{
	font-size:150%;
	padding:25px 0px;
	}
}

.btn02 i{ margin-right:5px; color:#46b068 !important;}

@media only screen and (max-width: 767px) {
	.btn02:link,.btn02:visited{
	color:#46b068 !important;
	text-decoration:none;
	background:#fff;
	}
	.btn02:hover,.btn02:active{
	color:#46b068 !important;
	text-decoration:none;
	background: #eee;
	}
}

/* ボタン
---------------------------------------------------- */
.btn03{
	display:block;
	width:100%;	
	color:#333 !important;
	background: #fff;
	font-size:100%;
	padding:15px 0px;
	border: 0px;
	text-align:center;
	}

@media print, screen and (min-width: 768px) {
	.btn03{
	display:block;
	width:100%;	
	color:#333 !important;
	background: #fff;
	font-size:100%;
	padding:25px 0px;
	border: 0px;
	text-align:center;
	}
}

.btn03 i{ margin-right:5px; color:#69d17e !important;}

.btn03:link,.btn03:visited{
	color:#333 !important;
	text-decoration:none;
	background: #fff;
	}

.btn03:hover,.btn03:active{
	color:#333 !important;
	text-decoration:none;
	background: #def4e5;
	}		

/* ボタン
---------------------------------------------------- */
.btn04{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #46b068;
	font-size:100%;
	padding:15px 0px;
	border: 0px;
	text-align:center;
	}

@media print, screen and (min-width: 768px) {
	.btn04{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #46b068;
	font-size:100%;
	padding:10px 0px;
	border: 0px;
	text-align:center;
	}
}

.btn04 i{ margin-right:5px; color:#69d17e !important;}

.btn04:link,
.btn04:visited{
	color:#fff !important;
	text-decoration:none;
	background: #46b068;
	}

.btn04:hover,
.btn04:active{
	color:#fff !important;
	text-decoration:none;
	background: #73c48d;
	}

/* ボタン
---------------------------------------------------- */
.btn05{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #46b068;
	font-size:100%;
	padding:15px 0px;
	border: 0px;
	text-align:center;
	}

@media print, screen and (min-width: 768px) {
	.btn05{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #46b068;
	font-size:100%;
	padding:15px 0px;
	border: 0px;
	text-align:center;
	}
}

.btn05 i{ margin-right:5px; color:#69d17e !important;}

.btn05:link,
.btn05:visited{
	color:#fff !important;
	text-decoration:none;
	background: #46b068;
	}

.btn05:hover,
.btn05:active{
	color:#fff !important;
	text-decoration:none;
	background: #73c48d;
	}
	
/* ボタン
---------------------------------------------------- */
.btn06{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #c2b397;
	font-size:100%;
	padding:15px 0px;
	border: 0px;
	text-align:center;
	}

@media print, screen and (min-width: 768px) {
	.btn06{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #c2b397;
	font-size:100%;
	padding:15px 0px;
	border: 0px;
	text-align:center;
	}
}

.btn06 i{ margin-right:5px; color:#69d17e !important;}

.btn06:link,
.btn06:visited{
	color:#fff !important;
	text-decoration:none;
	background: #c2b397;
	}

.btn06:hover,
.btn06:active{
	color:#fff !important;
	text-decoration:none;
	background: #dbcbaf;
	}	

/* ボタン
---------------------------------------------------- */
.btn07{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #46b068;
	font-size:100%;
	padding:15px 0px;
	border: 0px;
	text-align:center;
	}

@media print, screen and (min-width: 768px) {
	.btn07{
	display:block;
	width:100%;	
	color:#fff !important;
	background: #46b068;
	font-size:120%;
	padding:25px 0px;
	border: 0px;
	text-align:center;
	}
}

.btn07 i{ margin-right:5px; color:#69d17e !important;}

.btn07:link,
.btn07:visited{
	color:#fff !important;
	text-decoration:none;
	background: #46b068;
	}

.btn07:hover,
.btn07:active{
	color:#fff !important;
	text-decoration:none;
	background: #73c48d;
	}

/* テーブル
---------------------------------------------------- */
table{border-spacing:0; border-collapse:separate;}

/* table1
---------------------------------------------------- */
.table1{width:100%; border-collapse:collapse; border-bottom:1px solid #e1c084;}
.table1 th{
	padding:10px;
	vertical-align:top;
	display: block;
	border-top:1px solid #e1c084;	
	color:#333;
	background:#f4e8d2;
	text-align:center;
	font-weight: normal;
	}

.table1 td{
	padding:10px;
	display: block;
	border-top:1px solid #e1c084;
	border-left:0px solid #e1c084;
	color:#333;
	background:#fff;
	}

@media print, screen and (min-width: 768px) {
.table1{background:#fff; border-top:0px solid #072c87; border-bottom:0px solid #e1c084;}
.table1 th{
	padding:25px;
	border-top:1px solid #fe1c084;
	border-right:1px solid #e1c084;
	border-bottom:1px solid #e1c084;
	vertical-align:middle;
	display:table-cell;
	color:#333;
	width:30%;
	}

.table1 td{
	padding:18px;
	border-top:1px solid #e1c084;
	border-left:1px solid #e1c084;
	border-bottom:1px solid #e1c084;
	display:table-cell;
	}

.table1 th{padding:18px 25px;}
.table1 td{padding:18px 25px}
.table1 i{cursor: text}

}

/* テーブル
---------------------------------------------------- */
table{border-spacing:0;border-collapse:separate;}
.table2{
	width:100%;
	border-collapse: collapse;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;	
	background: #fff;
}
.table2 th{
	width:100%;
	padding:10px;
	display: block;
	background-color:#E5E5E5;
}
.table2 td{
	padding:10px;
	display: block;
	border-left: 1px solid #ccc;	
	border-bottom: 1px solid #ccc;
}

@media print, screen and (min-width: 768px) {
	.table2 th{
		width:15%;
		padding:15px 20px;
		vertical-align:middle;
		text-align:center;
		display:table-cell;
		border-bottom: 1px solid #ccc;
	}
	.table2 td{
		padding:15px 20px;
		display:table-cell;
		vertical-align: middle;
	}
	
	.table2 .mds{
	width: 25%;
		padding:15px 20px;
		background: #f5f5f5;
		display:table-cell;
		vertical-align: middle;
	}	
	
	.table2 .ma{
	width: 20%;
		padding:15px 20px;
		background: #f5f5f5;
		display:table-cell;
		vertical-align: middle;
	}		
}
/* アンカー
---------------------------------------------------- */
.anchor{
    display: block;
    padding-top: 60px;
    margin-top: -60px;
}

@media print, screen and (min-width: 768px) {
	.anchor{
    padding-top: 120px;
    margin-top: -120px;
	}
}

/* pagetop
---------------------------------------------------- */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
}

/* ================= あおぞら明朝　Regular　==================== */
@font-face{ 
	font-family: 'aozora';
	src: url('../fonts/AozoraMinchoRegular.eot'); /* IE9以上用 */
	src: url('../fonts/AozoraMinchoRegular.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
		url('../fonts/AozoraMinchoRegular.woff') format('woff'), /* モダンブラウザ用 */
		url('../fonts/AozoraMinchoRegular.ttf') format('truetype'); /* iOS, Android用 */
	font-weight: normal;
	font-style: normal;
}
.aozora {
	font-family: 'aozora';
}

.plan55_wrapper {
	display: inline-block;
}

.plan55_wrapper .des {
	display: block;
}
</pre></body></html>