@charset "UTF-8";
/* font type */
#pcontainer { position:relative;width:100%; height:100%;overflow:hidden; }
/* 各スライドdivの背景画像設定 */
#photo1 { background-image: url(../img/1.jpg); }
#photo2 { background-image: url(../img/2.jpg); }
#photo3 { background-image: url(../img/3.jpg); }
#photo4 { background-image: url(../img/4.jpg); }
#photo5 { background-image: url(../img/5.jpg); }
/* 表示画面サイズ幅が640px以下で画像切り替え */
@media screen and (max-width: 640px) {
	#photo1 { background-image: url(../img/760_1.jpg); }
	#photo2 { background-image: url(../img/760_2.jpg); }
	#photo3 { background-image: url(../img/760_3.jpg); }
	#photo4 { background-image: url(../img/760_4.jpg); }
	#photo5 { background-image: url(../img/760_5.jpg); }
}
/* 全スライド共通のstyleとanimationの設定 */
.frame { 
	width:100%; height:100%; position:absolute;top:0;left:100%;
background-position: center center;
	background-size:cover;
	animation:imgtrans 25s infinite;
	-webkit-animation:imgtrans 25s infinite;
}
/* 各スライドのanimationに時間的ずれを設定 */
#photo2 .memo { animation-delay: 5s;-webkit-animation-delay: 5s; }
#photo3 .memo { animation-delay:10s;-webkit-animation-delay:10s; }
#photo4 .memo { animation-delay:15s;-webkit-animation-delay:15s; }
#photo5 .memo { animation-delay:20s;-webkit-animation-delay:20s; }
/* メモ表示の共通したstyleとanimationの設定 */
.memo {
	display:inline-block;
	max-width:800px;width:80%;
	background-color: rgba( 255, 255, 255, 0.6 );
	padding:20px;
	position:absolute;
	bottom:35%;
	right:5%;
	font-size: 200%;
	line-height: 200%;
font-weight: 500;
text-shadow: 2px 3px 4px #ffffff;
	opacity:0;
	animation:txttrans 25s infinite;
	-webkit-animation:txttrans 25s infinite;
}
/* 各メモのanimationに時間的ずれを設定 */
#photo2 { animation-delay: 5s;-webkit-animation-delay: 5s; }
#photo3 { animation-delay:10s;-webkit-animation-delay:10s; }
#photo4 { animation-delay:15s;-webkit-animation-delay:15s; }
#photo5 { animation-delay:20s;-webkit-animation-delay:20s; }
/* スライドのFadeIn,FadeOutのanimation設定 */
@keyframes imgtrans {
0% { left:100%; }
5% { left:0%; }
20% { left:0%; }
25% { left:-100%; }
100% { left:-100%; }
}
@-webkit-keyframes imgtrans {
0% { left:100%; }
5% { left:0%; }
20% { left:0%; }
25% { left:-100%; }
100% { left:-100%; }
}
/* メモ表示のanimation設定 */
@keyframes txttrans {
 0% {   opacity:0; bottom: 5%; }
 5% {   opacity:1; bottom:15%; }
 18% {  opacity:1; bottom:15%; }
 22% {  opacity:1; bottom:15%; } 
 100% { opacity:0; bottom: 5%; }
}
@-webkit-keyframes txttrans {
 0% {   opacity:0; bottom: 5%; }
 5% {   opacity:1; bottom:15%; }
 18% {  opacity:1; bottom:15%; }
 22% {  opacity:1; bottom:15%; } 
 100% { opacity:0; bottom: 5%; }
}

.tHeader {
position: fixed; /* ヘッダーを固定する */
top: 0; /* 上部から配置の基準位置を決める */ 
left: 0; /* 左から配置の基準位置を決める */ 
width: 100%; /* ヘッダーの横幅を指定する */
height: 51px; /* ヘッダーの高さを指定する */
			background-color: #ffffff;	/* メニュー項目の背景色(濃い赤色) */
border-bottom: solid 1px #c0c0c0;
z-index: 9999;
} 
.trans {
position: fixed; /* ヘッダーを固定する */
    display: none;
top: 0; /* 上部から配置の基準位置を決める */ 
left: 0; /* 左から配置の基準位置を決める */ 
width: 100%; /* ヘッダーの横幅を指定する */
height: 88px; /* ヘッダーの高さを指定する */
  background-image: linear-gradient(45deg, #c0c0c0 0%, #696969 100%);
  transition: .4s;
z-index: 9998;
} 
#header {
  width: 100%;
}
#headleft {
float: left;
margin-top: 3px;
margin-left: 12px;
margin-right: 20px;
width: 60%;
}
#headleftlogo {
float: left;
margin-right: 4px;
}
#headleftikoido {
float: left;
color: #000000;
font-size: 28px;
font-weight: bold;
}
#headright {
float: right;
margin-right: 20px;
}

.trans_ {
    display: none;
color: #000000;
font-size: 14px;
cursor: pointer;
}


.logo{
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 8;
}
.psmap{
width: 100%;
height: 24px;
float: right;
margin-right: 20px;
}
.psmapp {
    position: relative;
float: left;
color: #ffffff;
text-shadow: 1px 2px 3px #808080;
margin-right: 8px;
    z-index: 10003; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.psmapp a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
color: #ffffff;
    text-indent:-999px;
    z-index: 10002; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.psmapp a:hover {
    position: absolute;
    top: 0;
    left: 0;
color: #ffffff;
background-color: #000000;
	opacity: 0.2;
    z-index: 10001; /* 必要であればリンク要素の重なりのベース順序指定 */
}

#ADVANCE{
position: absolute;
width: 100%;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
    z-index: 50;
}
.delayed-image {
margin:0 auto;
display:block;
	/* じわっと画像が表示される */
 	animation: fadeIn 10s ease 0s 1 normal;
    -webkit-animation: fadeIn 10s ease 0s 1 normal;
}
/* じわっと画像が表示される ---------　一度追加していたら不要*/
@keyframes fadeIn { /*上のbody内で呼び出しているアニメーションと名前をそろえる*/
    0% {opacity: 0} /* 始め */
    100% {opacity: 1} /* 終わり */
}
/*古いブラウザ用　---------　一度追加していたら不要*/
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

#character{
  position: absolute;
  top: 24px;
  left: 14px;
    z-index: 10000;
}
#character2{
  position: absolute;
  bottom: -120px;
  right: 24px;
    z-index: 10001;
}
#character3{
  position: absolute;
  bottom: -60px;
  right: 24px;
    z-index: 10001;
}
#character5{
  position: absolute;
  bottom: -46px;
  right: 24px;
    z-index: 10001;
}
#character4{
  position: absolute;
  bottom: 300px;
  right: 24px;
    z-index: 10001;
}





#e101{
  position: absolute;
  left: 2%;
  top: 85%;
    z-index: 48;
}
#scroll{
  position: absolute;
  right: 0;
  bottom: 0;
    z-index: 47;
}
#bottom{
  position: absolute;
width: 100%;
height: 50px;
  left: 0;
  bottom: 0;
color: #000000;
background-color: #ffffff;
line-height: 250%;
text-align: center;
  overflow: hidden;
    z-index: 49;
}


#blogimg {
float: left;
margin-top: 20px;
margin-right: 2%;
  width: 40%;
  height: 800px;
  object-fit: cover; /* デフォルトはセンター基準 */
/* object-position: 0 100%; 左下を基準 */
/* object-position: 100% 100%; 右下を基準 */

/* object-fit: contain; トリミングいないで余白をつける場合 */
}
#blog {
float: left;
margin-top: 20px;
margin-bottom: 20px;
  width: 50%;
}
#blogtitle {
	font-size: 32px;
	font-weight: 700;
margin-bottom: 24px;
}
.blogsubtitle {
	color: #191970;
	font-size: 26px;
	font-weight: 700;
margin-bottom: 16px;
}
.blogdate {
text-align: right;
font-size: 85%;
color: #727172;
margin-bottom: 16px;
}
.blogtxt {
line-height: 150%;
margin-bottom: 24px;
}




#imgservice{
  width: 80%;
margin: 0% 2% 0% 18%;
text-align: center;
  overflow: hidden;
}
.img_service{
	overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
float: left;
margin-right: 2px;
  width: 16%;
  cursor: pointer;
}
.img_service img{
  width: 100%;
	display: block;
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.img_service img:hover {
	transform: scale(1.2);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.img_serviceg{
float: left;
margin-right: 2px;
  width: 16%;
  overflow: hidden;
}
.img_serviceg img{
  width: 100%;
overflow-x: hidden;
}


#coverall {
position:relative;
width: 100%;
height: 400px;
}
#bigtitle {
position: absolute;
width: 100%;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
color: #ffffff;
font-size: 200%;
font-weight: bold;
line-height: 150%;
text-align: center;
text-shadow: 1px 2px 3px #696969;
    z-index: 50;
}
#ADVANCE{
position: absolute;
width: 100%;
  top: 200px;
  left: 0;
  right: 0;
  margin: auto;
    z-index: 50;
}


.bigtitle2 {
width: 100%;
margin-bottom: 2%;
font-size: 200%;
font-weight: bold;
line-height: 150%;
text-align: center;
}
.bigtitle3 {
width: 100%;
margin-bottom: 2%;
font-size: 150%;
font-weight: bold;
line-height: 150%;
text-align: center;
}






.btn-shousai {
  display: inline-block;
margin: 4px 0 6px 0;
  padding: 4px 24px;
  border-radius: 25px;
font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-image: linear-gradient(45deg, #c0c0c0 0%, #696969 100%);
  transition: .4s;
    text-align:center;  
}
.btn-shousai:hover {
  background-image: linear-gradient(45deg, #c0c0c0 0%, #808080 100%);
}

.tcenter {
width: 100%;
    text-align:center;
}

.page_0out {
display:block;
width: 450px;
margin-left: auto;
margin-right: auto;
padding: 15px 25px 11px 25px;
color: #ffffff;
background-color: #696969;
font-size: 140%;
font-weight: bold;
text-decoration: none;
text-align: center;
-webkit-border-radius:28px;
-moz-border-radius:28px;
border-radius:28px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.page_1 {
width: 100%;
background-size: cover;
padding-top: 200px;
padding-bottom: 20px;
text-align: center;
}
.page_1out {
display:block;
width: 300px;
margin-left: auto;
margin-right: auto;
padding: 15px 25px 11px 25px;
color: #ffffff;
background-color: #696969;
font-size: 140%;
font-weight: bold;
text-decoration: none;
text-align: center;
-webkit-border-radius:28px;
-moz-border-radius:28px;
border-radius:28px;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}
.page_1in {
display:table;
margin: 3% 17% 4% 17%;;
width: 66%;
}
.page_1left {
display:table-cell;
width: 45%;
margin-top: 1%;
margin-bottom: 2%;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
line-height: 175%;
background-color: #ffffff;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
-webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px;
}
.page_1center {
display:table-cell;
width: 4%;
}
.page_1right {
display:table-cell;
width: 45%;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
line-height: 200%;
background-color: #ffffff;
    filter:alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

.page_2 {
width: 100%;
background-color: #f5f5f5;
padding-top: 10px;
padding-bottom: 1px;
text-align: center;
}
.page_2in {
margin: 1% 15% 1% 19%;;
width: 66%;
}
.page_2pho {
float:left;
width: 30%;
margin-top: 1%;
margin-right: 4%;
margin-bottom: 2%;
}
.page_2text {
float:left;
width: 68%;
}
.page_2title {
font-size: 1.4em;
font-weight: bold;
text-align: center;
line-height: 130%;
margin-top: 2%;
margin-bottom: 1%;
}
.page_2copy {
line-height: 160%;
text-align: left;
}
.page_2box {
width: 100%;
background-color: #fffacd;
padding: 8px 12px 8px 12px;
line-height: 160%;
text-align: left;
margin-bottom: 12px;
}

table { width: 800px;border: 0px;}
th {border:0px solid;padding:6px;text-align:center;font-weight:normal;}
tr.trglay {background-color:#dcdcdc;}
td {
border:0px;padding:6px;line-height:24px;
}
.noborder {
  border: 0px none;
}
td.tdleft {width: 140px;text-align:center;background-color:#d3d3d3;}
td.tdright {text-align:left;background-color:#ffffff;}
p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

.access {
width: 880px;
margin: auto;
 color:#ffffff;
 text-align:center;
 padding:8px;
 background-color:#696969;
font-size: 120%;
font-weight: bold;
text-align: center;
 -webkit-border-radius:8px;
 -moz-border-radius:8px;
 border-radius:8px;
}
.DivLink{
    position:relative;
width: 50%;
margin: auto;
 color:#ffffff;
 text-align:center;
 padding:8px;
 background-color:#a5cc3c;
font-size: 120%;
font-weight: bold;
text-align: center;
 -webkit-border-radius:8px;
 -moz-border-radius:8px;
 border-radius:8px;
}

.DivLink .Link{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.paper {
position: relative;
width: 880px;
margin: auto;
}
.paperph {
position: absolute;
top: 0px;
left: 550px;
}
.paperphc {
position: absolute;
top: 0px;
left: 600px;
}
.paperphr {
position: absolute;
top: 130px;
left: 115px;
}
.paperph3 {
position: absolute;
top: 420px;
right: 50px;
}





.accessl {
width: 880px;
margin: auto;
 color:#ffffff;
 text-align:center;
 padding: 8px 8px 8px 24px;
 background-color:#61a780;
font-size: 120%;
font-weight: bold;
text-align: left;
 -webkit-border-radius:8px;
 -moz-border-radius:8px;
 border-radius:8px;
}
.accesss {
width: 660px;
margin: auto;
 color:#ffffff;
 text-align:center;
 padding: 8px 8px 8px 24px;
 background-color:#61a780;
font-size: 120%;
font-weight: bold;
text-align: left;
 -webkit-border-radius:22px;
 -moz-border-radius:22px;
 border-radius:22px;
}
.maps {
width: 880px;
margin: auto;
}
.honsha {
margin-top: 8px;
margin-left: 66px;
text-align: left;
font-size: 120%;
font-weight: bold;
margin-bottom: 8px;
}
.jusho {
text-align: left;
margin-left: 52px;
line-height: 150%;
margin-bottom: 12px;
}
.jushotwo {
text-align: left;
margin-left: 26px;
margin-right: 26px;
line-height: 150%;
margin-bottom: 40px;
}
.jushothird {
text-align: left;
margin-left: 26px;
margin-right: 26px;
line-height: 150%;
margin-bottom: 8px;
}

.gbold {
color: #696969;
font-weight: bold;
}

.rbold {
color: #dc143c;
font-weight: bold;
}


.polity {
width: 76%;
margin-left: 12%;
margin-right: 12%;
line-height: 240%;
color: #696969;
font-size: 120%;
font-weight: bold;
text-align: center;
}
.policy {
width: 76%;
margin-left: 12%;
margin-right: 12%;
line-height: 140%;
font-size: 80%;
text-align: left;
}
.link2 {
color: #4169e1;
text-align: left;
font-size: 120%;
line-height: 200%;
}
.link2 a {
color: #4169e1;
border-bottom: solid 2px #4169e1;
padding-bottom: 3px;
}
.link2 a:hover {
color: #ff0000;
border-bottom: solid 2px #ff0000;
padding-bottom: 3px;
}
.form1 {
width: 82%;
margin-left: 9%;
margin-right: 9%;
text-align: left;
line-heiight: 160%;
}
.form2 {
line-heiight: 160%;
text-align: center;
}
.red {
color: #ff0000;
}
.linkf {
color: #4169e1;
}
.linkf a {
color: #4169e1;
border-bottom: solid 2px #4169e1;
padding-bottom: 1px;
}
.linkf a:hover {
color: #ff0000;
border-bottom: solid 2px #ff0000;
padding-bottom: 1px;
}
.back_ink {
  position: relative;
  width: 300px;
  height: 70px;
  margin: 8px auto;
  border-radius: 12px;
font-weight: bold;
  text-decoration: none;
margin-top: 80px;
margin-bottom: 80px;
  background-color: #1b1b1b;
}
.back_ink a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

page_3 {
width: 100%;
background-image: url('./img/page2.jpg');
background-size: cover;
padding-top: 10px;
padding-bottom: 1px;
text-align: center;
}
.page_3in {
margin: 1% 15% 1% 19%;;
width: 66%;
}
.page_4in {
margin: 1% 38% 7% 42%;;
width: 58%;
}
.page_3box {
width: 100%;
background-color: #f4a460;
padding: 8px 12px 8px 12px;
line-height: 160%;
text-align: left;
font-size: 1.2em;
font-weight: bold;
margin-bottom: 12px;
}
.page_3pho {
float:right;
width: 30%;
margin-top: 1%;
margin-left: 4%;
margin-bottom: 2%;
}
.page_3text {
float:left;
width: 68%;
}
.page_3title {
font-size: 1.4em;
font-weight: bold;
text-align: center;
line-height: 130%;
margin-top: 2%;
margin-bottom: 1%;
}
.page_3copy {
line-height: 160%;
text-align: left;
}

.inquiry_ {
width: 100%;
background-image: url('../img/reception.jpg');
background-size: cover;
padding-top: 40px;
padding-bottom: 1px;
text-align: center;
}
.inquiry_ink {
display:block;
width: 300px;
margin-left: auto;
margin-right: auto;
margin-bottom: 3%;
padding: 16px;
color: #000000;
background-color: #ffffff;
font-weight: bold;
text-decoration: none;
text-align: center;
-webkit-border-radius:7px;
 -moz-border-radius:7px;
 border-radius:7px;
}
.inquiry_in {
display:table;
margin: 2% 17% 1% 17%;;
width: 66%;
}
.inquiry_left {
display:table-cell;
width: 48%;
margin-top: 1%;
margin-bottom: 2%;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
line-height: 175%;
background-color: #ffffff;
-webkit-border-radius:10px;
 -moz-border-radius:10px;
 border-radius:10px;
}
.inquiry_center {
display:table-cell;
width: 4%;
}
.inquiry_right {
display:table-cell;
width: 48%;
padding-top: 12px;
padding-bottom: 12px;
text-align: center;
line-height: 200%;
background-color: #ffffff;
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
-webkit-border-radius:10px;
-moz-border-radius:10px;
border-radius:10px;
}

.btn-summary {
  display: inline-block;
margin: 24px 0 24px 0;
  padding: 8px 36px;
  border-radius: 25px;
font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  background-color: #696969;
}
.btn-summary:hover {
  background-color: #808080;
}
hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #696969 inset;
}
hr.style13b {
	height: 10px;
	border: 0;
	box-shadow: 0 -10px 10px -10px #696969 inset;
}
#bottomtxt {
margin-left: 10px;
margin-right: 6px;
margin-top: 8px;
margin-bottom: 8px;
  text-align:center;
}

.sitemap {
background-color: #76361d;
  width: 100%;
padding-top: 10px;
  overflow: hidden; /* 下のulのcssでリスト全体を右に50%移動しているので、その分幅が広がってしまいスクロールバーが表示されてしまいます。それを防ぐ為の設定です。 */
  text-align:center;
}

.sitemap_box {
  display:inline-block;

}
.sitemap_left {
float: left;
font-size: 80%;
color: #ffffff;
text-align: left;
line-height: 160%;
margin-right: 80px;
}
.sitemap_left a {
color: #ffffff;
text-decoration: none;
}
.sitemap_left a:hover {
color: #a9a9a9;
text-decoration: none;
}

.copyright {
width: 100%;
border-top: 1px solid #ffffff;
color: #ffffff;
font-size: 80%;
text-align: center;
line-height: 150%;
}
.copyright a {
color: #ffffff;
text-decoration: none;
}
.copyright a:hover {
color: #a9a9a9;
text-decoration: none;
}

. {
    display: none;
    position: fixed;
    top: 22px;
    left: 220px;
color: #ffffff;
font-size: 14px;
    z-index: 9999;
}
.goaisatsu {
margin-top: 40px;
margin-bottom: 24px;
	color: #000000;
	font-size: 32px;
	font-weight: 700;
    text-align: center;
line-height: 130%;
text-decoration: none;
}
.goaisa2 {
width: 880px;
margin: auto;
line-height: 160%;
}
.goaisa3 {
width: 880px;
margin: auto;
line-height: 160%;
}
.goaisa4 {
width: 880px;
margin: auto;
line-height: 160%;
padding-left:1em;
text-indent:-1em;
}
.goaisa4s {
width: 660px;
margin: auto;
line-height: 160%;
padding-left:1em;
text-indent:-1em;
}
.goaisa4s2 {
width: 660px;
margin: auto;
line-height: 160%;
}
.goaisa4s2c {
width: 660px;
margin: auto;
line-height: 160%;
    text-align: center;
}


.flt {
float: left;
width: 200px;
margin-left: 110px;
margin-right: 30px;
    text-align: center;
}
.fct {
float: left;
width: 200px;
margin-right: 30px;
    text-align: center;
}
.frt {
float: left;
width: 200px;
    text-align: center;
}
.fct {
float: left;
width: 200px;
    text-align: center;
}
.flb {
float: left;
width: 200px;
height: 100px;
border-top : solid 3px #009000;
border-bottom : solid 3px #009000;
background-color: #a1cbb3;
margin-right: 30px;
margin-left: 110px;
color: #696969;
font-weight: bold;
    text-align: center;
line-height: 450%;
}
.fcb {
float: left;
width: 200px;
height: 100px;
border-top : solid 3px #009000;
border-bottom : solid 3px #009000;
background-color: #a1cbb3;
margin-right: 30px;
color: #696969;
font-weight: bold;
    text-align: center;
line-height: 450%;
}
.frb {
float: left;
width: 200px;
height: 100px;
border-top : solid 3px #009000;
border-bottom : solid 3px #009000;
background-color: #a1cbb3;
color: #696969;
font-weight: bold;
    text-align: center;
line-height: 450%;
}
.formtxt {
margin-top: 8px;
color: #696969;
}




.span5 {
display: inline-block;
width: 5em;
}
.span8 {
display: inline-block;
width: 8em;
}


.clear {
clear:both;
}


.cp_qa *, .cp_qa *:after, .cp_qa *:before {
line-height: 150%;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa dt,.cp_qa dd {
	position: relative;
	padding: 0.5em;
	box-shadow: 0px 1px 1px rgba(0,0,0,0.2);
	border-radius: 0.3em;
}
.cp_qa dt {
	margin: 0 7em 1em 7em;
	background: #ffe0b2;
}
.cp_qa dd {
	margin: 0 7em 3em 7em;
	background: #b2ebf2;
}
/* 吹き出し?? */
.cp_qa dt::before,.cp_qa dd::before{
	position: absolute;
	z-index: 99;
	top: 0.5em;
	display: inline-block;
	width: 0;
	height: 0;
	content: '';
	border-style: solid;
}
/* 質問吹き出し?? */
.cp_qa dt::before {
	left: -0.4em;
	border-width: 5px 8.7px 5px 0;
	border-color: transparent #ffe0b2 transparent transparent;
}
/* 答え吹き出し?? */
.cp_qa dd::before {
	right: -0.4em;
	border-width: 5px 0 5px 8.7px;
	border-color: transparent transparent transparent #b2ebf2;
}
/* ?!アイコン */
.cp_qa dt::after,.cp_qa dd::after {
	font-size: 1.2em;
	position: absolute;
	top: 0;
	color: #ffffff;
	border-radius: 50%;
	display: inline-block;
	width: 5em;
	height: 5em;
	line-height: 1.2em;
}
/* ?アイコン */
.cp_qa dt::after {
	left: -5.25em;
	margin: 0 0.5em 0 0;
	padding: 0.2em 0.4em;
	content: '';
background-image: url(../img/Q.png);
}
/* !アイコン */
.cp_qa dd::after {
	right: -5.25em;
	margin: 0 0 0 0.5em;
	padding: 0.2em 0.55em;
	content: '';
background-image: url(../img/A.png);
}


.update {
float: right;
font-size: 85%;
color: #727172;
margin-top: 4px;
}
.txt {
margin-top: 8px;
line-height: 150%;
margin-bottom: 4px;
}

.text-form {
  border: 1px solid;
  font-family: inherit;
  font-size: 0.8em;
  padding: 0.2em 0.4em;
margin-bottom: 12px;
}

.text-form:focus {
  border: 1px solid;
  box-shadow: none;
  outline: none;
}

.textarea-text {
  border: 1px solid;
  font-size: 0.8em;
  padding: 0.2em 0.4em;
line-height: 140%;
margin-bottom: 12px;
}

.textarea-text:focus {
  border: 1px solid;
  box-shadow: none;
  outline: none;
}

.radio-form {
}

.check-form {
  display: none;
margin-bottom: 16px;
}

.check-form + span {
  cursor: pointer;
  display: inline-block;
  margin: 0 0.2em 0;
  padding: 0 0 0 1.2em;
  position: relative;
}

.check-form + span::before {
  -webkit-transform: translateY(-50%);
  background: #fff;
  border: 1px solid;
  border-radius: 2px;
  content: "";
  display: block;
  height: 1em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
}

.check-form + span::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  content: "";
  display: block;
  height: 0.6em;
  left: 0;
  margin-top: -0.2em;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.3s ease 0s;
  width: 1em;
}

.check-form:checked + span::after {
  opacity: 1;
}

.select-form {
  appearance: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid;
  border-radius: 0;
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  font-size: 1em;
  padding: 0.4em 0.8em;
  width: 50%;
margin-bottom: 16px;
}

.select-form::-ms-expand {
  display: none;
box-shadow: inset 1px 2px 7px -2px;
}

.select-form:focus {
  border: 1px solid;
  box-shadow: none;
  outline: none;
box-shadow: inset 1px 2px 7px -2px;
}

.center-block {
    margin: 0 auto;
    width: 800px;
flex: 1;
}
.blog_top {
float: left;
margin-left: 1%;
width: 32%;
padding: 8px;
color: #000000;
text-align: left;
line-height: 130%;
}
.blog_top a {
color: #000000;
text-decoration: none;
}
.blog_top a:hover {
color: #191970;
text-decoration: underline;
}

.bmain {
width:800px;
margin: auto;
text-align:left;
}
.btitleno       { width:800px;height:24px;background-color:#696969;line-height:24px;margin-bottom:6px; }
.btitle         { 
color: #191970;
font-size: 110%;
font-weight: bold;
line-height: 130%;
text-align:left;
margin-top:4px;
margin-bottom:4px;
margin-left:4px;margin-right:4px;
}


.iblog 			{ font-size:110%;font-weight:bold;color:#191970;text-decoration:none; }
a.iblog:link		{ color:#191970;text-decoration:none; }
a.iblog:active	{ color:#191970;text-decoration:none; }
a.iblog:visited	{ color:#191970;text-decoration:none; }
a.iblog:hover	{ color:#191970;text-decoration:underline; }
.iblogs 			{ color:#556b2f;text-decoration:none; }
a.iblogs:link	{ color:#556b2f;text-decoration:none; }
a.iblogs:active	{ color:#556b2f;text-decoration:none; }
a.iblogs:visited	{ color:#556b2f;text-decoration:none; }
a.iblogs:hover	{ color:#556b2f;text-decoration:underline; }

.bframe         { clear:both;width:800px;margin-bottom:8px; }
.bmlog          { margin-top:4px;font-size:80%; }

.bnleft          { float:left;color:#191970;margin-top:24px;font-size:90%; }
a.bnleft:link     { color:#191970;text-decoration:none; }
.bnright          { float:right;text-align:right;color:#191970;margin-top:24px;font-size:90%; }
a.bnright:link     { color:#191970;text-decoration:none; }


.bmlogs         { text-align:left;margin-top:2px;margin-left:10px;font-size:60%;line-height:120%;color:#808080; }
.ranking         { text-align:left;margin-top:2px;margin-left:2px;font-size:60%;line-height:120%;color:#2f4f4f; }
.mlink         { text-align:left;margin-top:40px;font-size:90%;color:#6b8e23; }
.news       { width:100%;height:20px;margin-top:12px;border:1px solid #969696;font-size:80%;line-height:20px;color:#000000;text-align:center; }
.newsb       { width:100%;height:30px;margin-top:12px;margin-bottom:20px;border:1px solid #969696;line-height:30px;color:#000000;text-align:center; }
.dlink         { text-align:left;margin-top:40px;font-size:90%;color:#6b8e23; }
.mtext1        { text-align:left;color:#808080;font-size:95%; }
a.mtext2:link     { color:#808080;text-decoration:none; }
a.mtext2:active   { color:#808080;text-decoration:none; }
a.mtext2:visited  { color:#808080;text-decoration:none; }
a.mtext2:hover    { color:darkblue;text-decoration:underline; }
.mtext2        { margin-top:4px;margin-bottom:4px;font-size:80%;line-height:125%;color:#808080; }
.main2         { float:left;margin-bottom:8px; }
.lhymd         { float:left;font-weight:bold;margin-bottom:12px; }

.bn            { clear:both;width:800px;margin-bottom:12px; }
.ba {
float: left;
font-size:90%;
color:#191970;
margin-top: 24px;
margin-bottom: 16px;
}
a.ba:link {
font-size:90%;
color:#191970;
}

.ne {
float: right;
font-size:90%;
color:#191970;
margin-top: 24px;
margin-bottom: 16px;
}
a.ne:link {
font-size:90%;
color:#191970;
}

#bloggo {
margin-left: auto;
}

td {vertical-align:top;}

.object-fit-img {
position:relative;
float: left;
margin: auto;
  width: 100%;
  height: 400px;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.object_fit_img {
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.midashi {
position:absolute;
font-size: 120%;
color: #191970;
padding: 200px auto;
}

.space4 {
margin: 0px 0px 4px;
}
.space8 {
margin: 0px 0px 8px;
}
.space12 {
margin: 0px 0px 12px;
}
.space16 {
margin: 0px 0px 16px;
}
.space24 {
margin: 0px 0px 24px;
}
.space32 {
margin: 0px 0px 32px;
}
.space40 {
margin: 0px 0px 40px;
}
.space80 {
margin: 0px 0px 80px;
}
.space100 {
margin: 0px 0px 100px;
}
.space120 {
margin: 0px 0px 120px;
}
.space200 {
margin: 0px 0px 200px;
}
.space300 {
margin: 0px 0px 200px;
}
.space400 {
margin: 0px 0px 400px;
}
.space800 {
margin: 0px 0px 800px;
}
.spacepa {
margin: 0 0 5%;
}
.greenw {
  background-color: #bad9c8;
  padding-top: 3px;
  padding-bottom: 3px;
}
