@charset 'utf-8'; /*文字コード指定*/


@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@500&display=swap');

/* ----- css reset(各ブラウザで指定されているスタイルを初期化)と全体設定 ----- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0; /*ボックス外側の余白(値1つは上下左右をまとめて指定)*/
	padding: 0; /*ボックス内側の余白(値1つは上下左右をまとめて指定)*/
	border: 0; /*境界線指定*/
}
html, body {
	height: 100%; /*領域の高さ指定*/
}
body {
	font-size: 75%; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height: 2; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	background: #fff; /*背景指定*/
	/*font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro'; */
	font-family: 'Zen Maru Gothic', sans-serif;
	
	color: #000; /*文字色指定*/
}
ol, ul {
	/*list-style: none; /*リストマーカーの種類指定(noneはなし)*/*/
	    margin-left:300px;
}
ol, ul .li{

	    margin-left:50px;
}
ul, ol .li{

	    margin-left:50px;
}

.imgtop{
	margin-bottom:200px;
}

.imgtop2{
	margin-bottom:80px;
}
/* 行動計画のボックス
---------------------------------------------*/

#pet-box {
  padding: 0.5em;
  margin: 2em 0;
  box-shadow: 0px 0px 0px 5px #f39f86;

}


.pet-box-title {
    text-align:center;
    font-family: 'Kaisei Opti', serif;
    font-size:20px;
}


.pet-box-taisaku {
    position: relative;
    padding: 0.4em 0.6em;
    margin: 2em 0;
    background: #f39f86;
    color: #fff;
       font-family: 'Kaisei Opti', serif;
    font-size:12px;
}

.pet-box-taisaku:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 30px;
    border: 15px solid transparent;
    border-top: 15px solid #f39f86;
    width: 0;
    height: 0;
}
.pet-box-taisaku p {
    margin: 0; 
    padding: 0;
}

.square_btn {
    position: relative;
    display: inline-block;
    padding:16px 32px 16px 32px;
    text-decoration: none;
    color: #FFF;
    background: #f39f86;
    border-bottom: solid 2px #E74516;/*少し濃い目の色に*/
    border-radius:60px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    text-align:center;
    font-size:large;
    margin-bottom:20px;

}

.square_btn:active {
    border-bottom: solid 2px #E74516;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.squareb_btn {
    position: relative;
    display: inline-block;
    padding:16px 32px 16px 32px;
    text-decoration: none;
    color: #FFF;
    background: blue;
    border-bottom: solid 2px #blue;/*少し濃い目の色に*/
    border-radius:60px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    text-align:center;
    font-size:large;
    margin-bottom:20px;

}

.squareb_btn:active {
    border-bottom: solid 2px #blue;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}

h4 {
border-bottom: solid 3px #ccc;
position: relative;
margin-top:50px;
font-size:large;
}

h4:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 3px #bb0000;
bottom: -3px;
width: 20%;
}


h4.top {
margin-top:0px;
}

#js-menu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 
}
#js-menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
width:100%; 
}

#js-menu li a{
display: block; 
border-top: 1px solid #9F99A3;
padding: 3px 10px;
text-decoration: none;
color: #333;
width: 98%; 
margin: 2px 0px;
text-align: left;
font-size: 16px;
}






.sub_menu ul{ 
margin: 0; 
padding: 0; 
list-style: none; 

}
.sub_menu li{ 
display: inline; 
padding: 0; 
margin: 0; 
width:100%; 
}
.sub_menu li a{
display: block; 
border: 1px solid #9F99A3;
background-color: #FFE1E1;
padding: 3px 10px;
text-decoration: none;
color: #333;
width: 98%; 
margin: 2px 0px;
text-align: left;
font-size: 16px;
}
.sub_menu li a:hover{
border: 1px solid #8593A9;
background-color: #9EB7DD;
}







a {
	color: #333; /*文字色指定*/
}
a:hover {
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}
.color1 {
	color: #990000; /*文字色指定*/
}
/*レイアウト設定*/

.top_wrapper {
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 100%; /*領域の高さ指定*/
}
.top_content {
	margin-left: 300px; /*ボックス外側左の余白*/
	height: 100%; /*領域の高さ指定*/

}
.wrapper {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	margin: auto; /*ボックス外側の余白*/
	height: 100%; /*領域の高さ指定*/
	/*overflow: hidden; /*floatの解除*/*/
}
.main {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: left; /*要素を左か右に寄せて配置(leftは左に寄せる)*/
	margin-right: -340px; /*ボックス外側右の余白*/
		height:0px;
}
.content {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: right; /*要素を左か右に寄せて配置(rightは右に寄せる)*/
	margin-left:-300px; /*ボックス外側左の余白*/
		background: #fff; /*背景指定*/
}
.content_inner {
	margin: 200px 0px 50px 300px; /*ボックス外側の余白*/
	height:auto;

}
/*header　ページ上の内容*/

header {

	position: fixed; /*ボックスの配置方法(fixedは固定)*/

	top:0px; /*上からの距離(positionで指定している場合に適用)*/
	/*left:300px;*/ /*左からの距離(positionで指定している場合に適用)*/

	right:0px; /*左からの距離(positionで指定している場合に適用)*/
	height:50px; /*領域の高さ指定*/

	background:#bb0000; /*背景指定*/
	z-index: 1000; /*ボックス重なり順序指定*/
	width:100%;



}
/*左上のロゴ*/

h1{
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	margin:100px 0 30px 0; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	/*font-family: 'Sawarabi Mincho', cursive;*/

font-family: 'Kaisei Opti', serif;
	font-size:28px; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height:34px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/

	width: 300px; /*幅指定*/

}

h1 .top{
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	margin:10px 0 30px 0; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	/*font-family: 'Sawarabi Mincho', cursive;*/

font-family: 'Kaisei Opti', serif;
	font-size:28px; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	line-height:34px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/

	width: 300px; /*幅指定*/

}
h1 a {
	color: #bb0000; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}

/*中央上の見出し*/

header h2 {
font-family: 'Kaisei Opti', serif;
	/*font-family: 'Sawarabi Mincho', cursive;*/
letter-spacing:6px;
	width:100%;
	padding:10px 0px 10px 0px;
	z-index:5000; /*ボックス重なり順序指定*/
		background:#bb0000; /*文字色指定*/
margin:0px 0px 0px 0px;

	font-size:32px; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight:bold; /*フォントの太さ指定(normalは標準)*/
	text-align:center; /*行の水平方向の揃え方(centerは中央揃え)*/
	color: #fff; /*文字色指定*/
}


/*メインの内容*/

.top_section {
	margin: 50px auto 0; /*ボックス外側の余白*/
	width: 60%; /*幅指定(100%は画面横幅いっぱいに表示)*/
z-index: 5;
}
.top_h2 img {
	/*width: 100%;
	text-align: center;*/
	z-index: 10;
}
article {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/

}
article h3{
	font-size:2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight:bold; /*フォントの太さ指定(normalは標準)*/
	margin-bottom:0px; /*ボックス外側下の余白*/
	border: 1px solid #a5a5a5; /*境界線の一括指定*/
	padding:10px 10px 10px 10px;
	    margin-top:70px;
}

article h3.top{
	margin-top:0px;
}

article li, p {
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
section {
	margin: 0 auto; /*ボックス外側の余白*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	margin-bottom:100px;
	height:100%;

}




section img {
	width:100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height:auto;
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}

.img50 img {
	width:50%;
	height:auto;
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}


.img30 img {
	width:30%;
	height:auto;
	padding:10px;
	margin-top:100px;
	margin-bottom:100px;
	text-align: center; /*行の水平方向の揃え方(centerは中央揃え)*/
}

/*左下の内容*/

.copyright {
	line-height: 15px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	bottom: 20px; /*下からの距離(positionで指定している場合に適用)*/
	left:20px; /*左からの距離(positionで指定している場合に適用)*/
	width:100%; /*幅指定*/
	font-size:9px;
}
/*googlesearch*/

.search {
	width: 300px; /*幅指定*/
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 20px; /*上からの距離(positionで指定している場合に適用)*/
	right: 20px; /*右からの距離(positionで指定している場合に適用)*/*
}
.search input[type="text"] {
	/*width: 80%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	padding: 8px !important; /*ボックス内側の余白*/
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	/*ボックス角丸設定*/
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px; /*ここまでボックス角丸設定*/
	font-weight: bold; /*フォントの太さ指定(boldは太字)*/
	/*ボックス境界線設定*/
	border-top: 1px solid #a5a5a5;
	border-left: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
	border-right: none !important; /*ボックス境界線設定*/*/
}
.search button {
/*	width: 20%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	/*背景グラデーション指定*/
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #fff), color-stop(1.00, #cecece));
	background: -webkit-linear-gradient(#fff, #cecece);
	background: -moz-linear-gradient(#fff, #cecece);
	background: -o-linear-gradient(#fff, #cecece);
	background: -ms-linear-gradient(#fff, #cecece);
	background: linear-gradient(#fff, #cecece); /*ここまで背景グラデーション指定*/
	border: 1px solid #a5a5a5; /*境界線の一括指定*/
	padding: 7px; /*ボックス内側の余白*/
	color: #666; /*文字色指定*/
	font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
	cursor: pointer; /*マウスカーソルの形状指定(pointerはリンクカーソル)*/*/
}
.search button:hover {
/*	/*透明度設定*/
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7; /*ここまで透明度設定*/
	/*時間的変化指定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
 -o-transition: 0.s;
	transition: 0.5s; /*ここまで時間的変化指定*/*/
}
/*右側の内容*/

.right_content {
	/*position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 120px; /*上からの距離(positionで指定している場合に適用)*/
	right: 20px; /*右からの距離(positionで指定している場合に適用)*/
	width: 300px;*/
	
	
}
.ad {
	/*width: 300px; /*幅指定*/
	height: 250px; /*領域の高さ指定*/
	background: #ff4500;*/ /*背景指定*/
}
/*ページトップに戻るアイコン*/

.pagetop:hover {
	/*時間的変化指定*/
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s; /*ここまで時間的変化指定*/
	color: #bb0000; /*文字色指定*/
	/*透明度設定*/
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6; /*ここまで透明度設定*/

}









/*レスポンシブ設定*/

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




.square_btn {
    position: relative;
    display: inline-block;
    padding:16px 32px 16px 32px;
    text-decoration: none;
    color: #FFF;
    background: #f39f86;/*背景色*/
    border-bottom: solid 2px #E74516;/*少し濃い目の色に*/
    border-radius:60px;/*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    text-align:center;
    font-size:large;
    margin-bottom:20px;
    width:100%;

}

.square_btn:active {
    border-bottom: solid 2px #E74516;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}



h3, p, ol, li, th, td, dl {
	/*font-size: 1.5em !important; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/*/
}
.top_wrapper {
	padding-top: 50px; /*ボックス内側上の余白*/
	
}
.top_content {
	margin-left: 0; /*ボックス外側左の余白*/

}

.pc{
display:none;
}



h1 {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: -85px; /*上からの距離(positionで指定している場合に適用)*/
	left: 50px; /*左からの距離(positionで指定している場合に適用)*/
	font-size:24px; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	/*font-family: 'Sawarabi Mincho', cursive; */

font-family: 'Kaisei Opti', serif;
	line-height:20px; /*行の高さ指定(数値のみの場合はfont-sizeの倍数)*/
	width: auto; /*幅指定*/
	padding: 0; /*ボックス内側の余白*/
	text-align: left; /*行の水平方向の揃え方(centerは中央揃え)*/
}




.top{
	top: -110px; /*上からの距離(positionで指定している場合に適用)*/

}




h1 a {
	color: #bb0000; /*文字色指定*/
	text-decoration: none; /*テキストの装飾指定(下線、上線など)(noneはなし)*/
}



header {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 90px; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	right: 0; /*左からの距離(positionで指定している場合に適用)*/
	height: 50px; /*領域の高さ指定*/


}






.mov_header {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 0; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 50px; /*領域の高さ指定*/
	z-index: 1000; /*ボックス重なり順序指定*/
	background:#fff; /*背景指定*/
}
.mov_header2 {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 50px; /*上からの距離(positionで指定している場合に適用)*/
	left: 0; /*左からの距離(positionで指定している場合に適用)*/
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	height: 0px; /*領域の高さ指定*/
	z-index: 2000; /*ボックス重なり順序指定*/
}



header h2 {
	font-size:2.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	width:100%;
	/*font-family: 'Sawarabi Mincho', cursive;*/
font-family: 'Kaisei Opti', serif;
		margin-top:-40px;
	border: 1px solid #fff; /*境界線の一括指定*/
	background:#bb0000;
}
.wrapper {
	overflow: visible; /*floatの解除を初期値に戻す*/

}
.content {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	float: none; /*要素を左か右に寄せて配置(noneはなし)*/
	margin:150px 0 20px; /*ボックス外側の余白*/

}
.content_inner {
	margin:180px 0 0 0;/*ボックス外側の余白*/
		background:#fff; /*文字色指定*/
}




article h3 {
	/*font-size: 1.5em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/*/

}
.top_section {
	margin: 100px auto 0; /*ボックス外側の余白*/
	width: 80%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	
}
section {
	width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	margin-bottom:100px;

}
form {
	width: 100%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	
}
.search {
	position: fixed; /*ボックスの配置方法(fixedは固定)*/
	top: 50px; /*上からの距離(positionで指定している場合に適用)*/
	left: 5%; /*左からの距離(positionで指定している場合に適用)*/
	width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
}
.search input[type="text"] {
	padding: 10px !important; /*ボックス内側の余白*/
	width: 85%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
	font-weight: normal; /*フォントの太さ指定(normalは標準)*/
}
.search button {
	width: 15%; /*幅指定(100%は画面横幅いっぱいに表示)*/
	padding: 10px; /*ボックス内側の余白*/
	font-size: 1.2em; /*フォントサイズ指定(emはフォントの高さを１とした相対指定)*/
}
.right_content {
	/*clear: both; /*floatの回り込み解除*/
	position: static; /*ボックスの配置方法(staticは指定なし)*/
	margin: 20px auto;*/ /*ボックス外側上の余白*/

}
.copyright {
	width:100%; /*幅指定*/
	/*透明度設定*/
	opacity: 0.3;
	filter: alpha(opacity=30);
	-moz-opacity: 0.3; /*ここまで透明度設定*/

}
}












}
@media print, screen and (min-width: 789px){
/*@media screen and (min-width: 787px) and (max-width: 2400px) {*/
section {
	width: 90%; /*幅指定(100%は画面横幅いっぱいに表示)*/
		margin-bottom:100px;
	height:100%;

}
}

@media print, screen and (min-width: 790px) and (max-width: 2400px){
section {
	width:80%; /*幅指定(100%は画面横幅いっぱいに表示)*/
		margin-bottom:100px;
	height:100%;

}
.sm{
display:none;
}
}