/*
Theme Name: NPO法人　捨て猫をなくす会
Version: 1.0
-------------------------------------------------------------- */

@charset "UTF-8";
/* CSS Document */




/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.top_catch {
	width: 100%;
	height: 450px;
	margin: 0 auto 0;
	position: relative;
	background-image: url(images/top_main.jpg);
	background-size: cover;
}
.top_catch-v {
	width: 100%;
	height: 500px;
	margin: 0 auto 0;
	position: relative;
    background-image: url("images/loading.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.video-box video{
	width: 100%;
	height: 500px;
    object-fit: cover;
}

.top_catch_txt {
    opacity: 0.93;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    white-space: nowrap;
	font-size: 5vw;
    letter-spacing: -0.3vw;
	color: #fff;
	text-align: center;
	position: absolute;
}


h2.head01 {
	text-align: center;
	margin: 0 auto;
	color: #ef8000;
	font-size: 40px;
}
h2.head01 span {
	font-size: 90px;
}

.top_txt01 {
	margin: 50px auto 0;
	text-align: center;
}

/* アコーディオンA */
.ac-box	{
	width: auto;
	margin: 30px auto 5px;
}

/*ラベル*/
.ac-box label {
	width: 184px;
	height: 55px;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
	line-height: 55px;
	position: relative;
	display: block;
	border-radius: 55px;
	cursor: pointer;
	color: #ef8000;
	border: 3px solid #ef8000;
	transition: all 0.5s;
}

/*ラベルホバー時*/
.ac-box label:hover{
	background: rgba( 205, 131, 33, 0.55 );
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
}
.ac-box label a {
	color: #ef8000;
	display: block;
}
.ac-box label a:hover {
	color: #fff;
}

/*チェックを隠す*/
.ac-box input{
	display: none;
}

/*中身を非表示にしておく*/
.ac-box .ac-small {
	height: 0px;
	padding: 0px;
	overflow: hidden;
	opacity: 0;
	transition: 0.5s;
}

/*クリックで中身を表示*/
.ac-box input:checked ~ .ac-small {
	height: auto;
	padding: 20px 0 0;
	opacity: 1;
}

.top_con01 {
	width: 100%;
	overflow: hidden;
}
.top_con01 img {
	width: 210px;
	height: 189px;
	margin: 0 15px 0 0;
	float: left;
}
.top_con01 p {
	padding-top: 30px;
}

.top_con02 {
	width: 100%;
	background-color: #faeec3;
	margin: 60px auto 0;
	padding: 60px 0 30px;
	text-align: center;
}
.top_con02 img {
	width: 75%;;
	height: auto;
	margin: 0 auto 45px;
}
.top_con02 p {
	width: 75%;
	margin: 35px auto;
	text-align: left;
}

.top_head01 {
	margin: 0 auto;
	font-size: 36px;
	color: #ef8000;
	text-align: center;
	line-height: 50px;
}

.top_con03 {
	width: 95%;
	margin: 95px auto 0;
	overflow: hidden;
}
.top_con03 img {
	width: 43%;
	height: auto;
	padding: 35px 0 0;
	float: left;
}
.top_con03 p {
	width: 54%;
	padding: 35px 0 0 3%;
	float: left;
}

.top_con04 {
	width: 100%;
	background-color: #f9eeef;
	margin: 60px auto 0;
	padding: 60px 0 30px;
	text-align: center;
}
.top_con04 img {
	width: 80%;
	height: auto;
	margin-top: 35px;
}

.top_banner {
	width: 100%;
	height: auto;
	margin: 25px auto 0;
}
.top_banner img {
	width: 100%;
	height: auto;
}



/* NEWS */
.news_all {
	width: 100%;
	height: auto;
	margin: 45px auto 0;
	padding-bottom: 100px;
}

.head_news {
	width: 180px;
	height: auto;
	margin: 0 auto 20px;
}
.head_news img {
	width: 100%;
	height: auto;
}

.news_title {
	margin: 0 auto;
	padding: 8px 20px;
	font-size: 25px;
	line-height: 30px;
	background: #77b4e3;
	color: #fff;
	text-align: center;
}

.news_area {
	width: 90%;
	padding: 25px 0 150px;
	overflow: hidden;
}
.news_area img {
	float: left;
	margin: 0 30px 15px 0;
}


/*----------------------------------------------------
	01.遺贈のススメ
----------------------------------------------------*/

.top_catch01 {
	width: 100%;
	height: 465px;
	margin: 0 auto 0;
	position: relative;
	background: #00bdff;
	overflow: hidden;
}

.top_catch01_area {
	width: 1000px;
	height: 465px;
	margin: 0 auto;
	position: relative;
}
.top_catch01_area img {
	width: 100%;
	height: auto;
}

.top_catch01_txt {
	width: 434px;
	height: 132px;
	position: absolute;
	top: 175px;
	left: 30px;
}
.top_catch01_txt img {
	width: 100%;
	height: auto;
}

.izo_head01 {
	width: 490px;
	height: 121px;
	margin: 0 auto;
	overflow: hidden !important;
}
.izo_head01 img {
	width: 104px;
	height: 121px;
	float: left;
}
.izo_head01 p {
	width: 356px;
	padding: 24px 0 0 30px;
	font-size: 35px;
	line-height: 42px;
	float: left;
}

.izo_txt01 {
	font-size: 30px;
	line-height: 35px;
	color: #4895d4;
	text-align: center;
}

h2.izo_head02 {
	font-size: 60px;
	line-height: 80px;
	color: #4895d4;
	text-align: center;
}

h3.izo_head03 {
	font-size: 35px;
	line-height: 45px;
	text-align: center;
}

h3.izo_head04 {
	font-size: 55px;
	line-height: 65px;
	color: #4895d4;
	text-align: center;
}

h3.izo_head05 {
	font-size: 35px;
	line-height: 48px;
	color: #48955b;
	text-align: center;
}


.izo_cat {
	width: 96%;
	margin: 30px auto 0;
	overflow: hidden;
}
.izo_cat img {
	width: 18%;
	height: auto;
	margin: 0 1%;
	float: left;
}

.izo_area01 {
	margin: 45px auto 0;
	padding: 45px 0 20px;
	background: #e6f7f0;
	text-align: center;
}
.izo_area01 img {
	width: 85.25%;
	height: auto;
	margin: 20px auto;
}

.izo_area02 {
	width: 100%;
	margin: 45px auto 0;
	padding: 45px 0 50px;
	background: #ededee;
	text-align: center;
}

.izo_txt02 {
	font-size: 25px;
	line-height: 30px;
	color: #d06c15;
	text-align: center;
}

.izo_num {
	width: 51px;
	height: 50px;
	margin: 35px auto 20px;
}
.izo_num img {
	width: 100%;
	height: auto;
}

.izo_txt03 {
	font-size: 32px;
	line-height: 40px;
	color: #4895d4;
	text-align: center;
	letter-spacing: -0.03em;
}

.izo_area03 {
	width: 72.25%;
	margin: 0 auto;
	padding: 0 30px 18px 24px;
	border-bottom: 2px solid #fff;
	display: table;
}
.izo_a03_L {
	width: 176px;
	height: 189px;
	display: table-cell;
	vertical-align: top;
}
.izo_a03_L img {
	width: 100%;
	height: auto;
}

.izo_a03_R {
	width: 358px;
	padding: 20px 0 0 44px;
	text-align: left;
	display: table-cell;
}

.izo_area04 {
	width: 100%;
	margin: 50px auto 0;
	display: table;
}
.izo_a04_L {
	width: 43.75%;
	display: table-cell;
	vertical-align: top;
}
.izo_a04_L img {
	width: 100%;
	height: auto;
}
.izo_a04_R {
	padding-left: 55px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.izo_txt04 {
	font-size: 33px;
	line-height: 41px;
	color: #4895d4;
}

.izo_pic04 {
	text-align: center;
} 
.izo_pic04 img {
	width: 122px;
	height: 121px;
}

.izo_area05 {
	width: 100%;
	margin: 50px auto 0;
	display: table;
}
.izo_a05_L {
	width: 310px;
	display: table-cell;
	vertical-align: top;
}
.izo_a05_R {
	padding-left: 40px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}
.izo_a05_R img {
	width: 100%;
	height: auto;
}

h3.izo_head06 {
	margin: 115px auto 0;
	font-size: 41px;
	line-height: 50px;
	text-align: center;
}

.izo_txt05 {
	width: 620px;
	margin: 25px auto 0;
	text-align: center;
}

.izo_area06 {
	width: 100%;
	margin: 95px auto 0;
	padding: 30px 0;
	background: #ededee;
}

.izo_txt06 {
	width: 480px;
	margin: 0 auto;
	font-size: 34px;
	line-height: 41px;
	color: #4895d4;
}

.izo_area07 {
	width: 100%;
	margin: 50px auto 0;
	display: table;
}
.izo_a07_L {
	width: 35.75%;
	display: table-cell;
	vertical-align: top;
}
.izo_a07_L img {
	width: 100%;
	height: auto;
}
.izo_a07_R {
	padding-left: 30px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.izo_txt07 {
	margin: 84px auto 0;
	font-size: 28px;
	line-height: 38px;
	color: #4895d4;
}

/*----------------------------------------------------
	02.終の棲家
----------------------------------------------------*/

.top_catch02 {
	width: 100%;
	height: 465px;
	margin: 0 auto 0;
	position: relative;
	background-image: url(02-sumika/images/top_catch02.jpg);
	background-size: cover;
}

.top_catch02_txt {
	width: 118px;
	height: 300px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.top_catch02_txt img {
	width: 100%;
	height: auto;
}

.sum_head {
	width: 67.25%;
	height: auto;
	margin: 0 auto;
}
.sum_head img {
	width: 100%;
	height: auto;
}

.sum_pic01 {
	width: 55.125%;
	height: auto;
	margin: 60px auto 0;
}
.sum_pic01 img {
	width: 100%;
	height: auto;
}

.sum_txt01, .sum_txt001 {
	font-size: 25px;
	line-height: 35px;
	color: #d06c15;
	text-align: center;
}
.sum_txt001 {
	text-align: left;
}

.sum_txt02 {
	width: 68.75%;
	margin: 30px auto 0;
}

.sum_pic02 {
	width: 89.125%;
	height: auto;
	margin: 70px auto 0;
}
.sum_pic02 img {
	width: 100%;
	height: auto;
}

.sum_pic03 {
	width: 119px;
	height: 93px;
	margin: -65px auto 0;
}
.sum_pic03 img {
	width: 100%;
	height: auto;
}

.sum_area01 {
	width: 100%;
	margin: 40px auto 0;
	overflow: hidden;
}
.sum_area01 img {
	width: 18%;
	height: auto;
	float: left;
	margin: 0 1%;
}

.sum_txt03 {
	width: 65.625%;
	margin: 30px auto 0;
	text-align: center;
}

.sum_pic04 {
	width: 65.625%;
	height: auto;
	margin: 30px auto;
}
.sum_pic04 img {
	width: 100%;
	height: auto;
}

.sum_area02 {
	width: 100%;
	margin: 50px auto 0;
	display: table;
}
.sum_a02_L {
	width: 31%;
	display: table-cell;
	vertical-align: top;
}
.sum_a02_L img {
	width: 100%;
	height: auto;
}
.sum_a02_R {
	padding: 40px 0 0 40px;
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.sum_area03 {
	width: 85%;
	margin: 50px auto 0;
	display: table;
}
.sum_a03_L {
	width: 45%;
	display: table-cell;
	vertical-align: top;
}
.sum_a03_L img {
	width: 148px;
	height: auto;
	margin-left: 95px;
}
.sum_a03_R {
	width: 40%;
	padding: 0 0 0 10%;
	display: table-cell;
	vertical-align: top;
}
.sum_a03_R img {
	width: 100%;
	height: auto;
}

.sum_txt04 {
	margin-top: 50px;
	font-size: 28px;
	line-height: 38px;
	color: #d06c15;
}

/*----------------------------------------------------
	03.里親募集掲示板
----------------------------------------------------*/

.top_catch03 {
	width: 100%;
	height: 465px;
	margin: 0 auto 0;
	position: relative;
	background-image: url(03-satooya/images/top_catch03.jpg);
	background-size: cover;
	background-position: center center;
}

.top_catch03_txt {
	width: 497px;
	height: 47px;
	position: absolute;
	top: 175px;
	left: 14%;
}
.top_catch03_txt img {
	width: 100%;
	height: auto;
}

.sat_txt01 {
	font-size: 32px;
	line-height: 40px;
	color: #d06c15;
	text-align: center;
}

h2.sat_head01 {
	margin: 30px auto 0;
	font-size: 50px;
	line-height: 60px;
	color: #636262;
	text-align: center;
}
h2.sat_head01 span {
	letter-spacing: -0.1em !important;
}

.bt_boshu {
	width: 308px;
	height: 55px;
	font-size: 20px;
	text-align: center;
	margin: 20px auto 0;
	line-height: 55px;
	position: relative;
	display: block;
	border-radius: 55px;
	cursor: pointer;
	color: #ef8000;
	border: 3px solid #ef8000;
	transition: all 0.5s;
}
.bt_boshu:hover{
	background: rgba( 205, 131, 33, 0.55 );
	-webkit-transition: all .3s;
	transition: all .3s;
	color: #fff;
}
.bt_boshu a {
	color: #ef8000;
	display: block;
}
.bt_boshu a:hover {
	color: #fff;
}

.board_aera {
	margin: 40px auto 20px;
	padding: 40px 5%;
	background-color: #fbf2eb;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.board_aera p {
	margin: 20px auto;
}

.board_title {
	font-size: 25px;
	line-height: 35x;
	color: #d06c15;
	text-align: center;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', 'Noto Serif JP', serif;
}

.board_date {
	padding: 15px 5% 5px;
	text-align: center;
	border-bottom: 1px solid #d06c15;
}

.key_area01 {
	padding: 5px 0;
	text-align: right;
}

.key_area02 {
	padding: 5px 0;
	text-align: center;
}

.pic_area {
	width: 100%;
	margin: 0 auto;
}

.icon-top {
	width: 13.5rem;
	height: 13.5rem;
	border-radius: 50%;
	margin: 5px;
	overflow: hidden;
	position: relative;
	display: inline-block;
}
.icon-top img {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.reply_area {
	margin: 40px auto 20px;
	padding: 40px 5%;
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.page_navi {
	height: 50px;
	margin: 10px auto 0;
	position: relative;
}
.pg_prev {
	width: 40%;
	position: absolute;
	text-align: left;
	left: 2%;
}
.pg_next {
	width: 40%;
	position: absolute;
	text-align: right;
	right: 2%;
}

.toukou_aera {
	margin: 60px auto 20px;
	padding: 40px 5%;
	background-color: #f1e1c9;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.toukou_title {
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', 'Noto Serif JP', serif;
}




/*----------------------------------------------------
	04.ニャニカと言いたいご意見版
----------------------------------------------------*/

.top_catch04 {
	width: 100%;
	height: 465px;
	margin: 0 auto 0;
	position: relative;
	background-image: url(04-goiken/images/top_catch04.jpg);
	background-size: cover;
	background-position: center center;
}

.top_catch04_area {
	width: 1000px;
	height: 465px;
	margin: 0 auto;
	position: relative;
}

.top_catch04_txt {
	width: 536px;
	height: 116px;
	position: absolute;
	top: 175px;
	left: 6%;
}
.top_catch04_txt img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------
	05.ニャニカと言いたいご意見版
----------------------------------------------------*/

.top_catch05 {
	width: 100%;
	height: 465px;
	margin: 0 auto 0;
	position: relative;
	background-image: url(05-jiman/images/top_catch05.jpg);
	background-size: cover;
	background-position: center bottom;
}
.top_catch05_txt {
	width: 419px;
	height: 117px;
	position: absolute;
	top: 115px;
	left: 6%;
}
.top_catch05_txt img {
	width: 100%;
	height: auto;
}


/*----------------------------------------------------
	06.ご支援のお願い
----------------------------------------------------*/

.top_catch06 {
	width: 100%;
	height: 465px;
	margin: 0 auto 0;
	position: relative;
	background-image: url(06-shien/images/top_catch06.jpg);
	background-size: cover;
	background-position: center bottom;
}

.top_catch06_txt {
	width: 340px;
	height: 47px;
	position: absolute;
	top: 175px;
	left: 6%;
}
.top_catch06_txt img {
	width: 100%;
	height: auto;
}

.shien_box, .shien_box001 {
	width: 100%;
	height: auto;
	display: table;
}

.shien_box01 {
	width: 38.75%;
	padding-right: 20px;
	display: table-cell;
	vertical-align: top;
}
.shien_box01 img {
	width: 100%;
	height: auto;
}
.shien_box02 {
	display: table-cell;
	vertical-align: middle;
}
.shien_box02 p {
	letter-spacing: -0.01em !important;
}

.shien_txt01 {
	width: 90%;
	margin: 0 auto;
	font-size: 25px;
	line-height: 35px;
	color: #d06c15;
	text-align: center;
}

.shien_box03 {
	margin: 25px auto 0;
	display: table;
}

.shien_box04 {
	width: 135px;
	display: table-cell;
	vertical-align: top;
}
.shien_box04 img {
	width: 100%;
	height: auto;
}

p.shien_txt02 {
	padding-left: 25px;
	font-size: 32px;
	line-height: 40px;
	color: #d06c15;
	display: table-cell;
}

.card_box {
	width: 70%;
	margin: 0 auto 10px;
}

.card_box01, .card_box02 {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	padding-top: 30px;
	background-color: #f1e1c9;
	border-radius: 30px;
	text-align: center;
}

.card_box02 {
	width: 100%;
}
.card_box01 p, .card_box02 p {
	font-size: 25px;
	color: #d06c15;
	margin-bottom: 10px
}

.furi_box {
	margin: 60px auto 0;
	padding: 28px 5%;
	background-color: #fbf2eb;
	border-radius: 30px;
	text-align: center;
}

.furi_box01 {
	margin: 35px auto 0;
	padding: 40px 5% 20px;
	background-color: #fff;
	border-radius: 30px;
	text-align: left;
	overflow: hidden;
}
.furi_box01 img {
	width: 45%;
	height: auto;
	float: right;
}

.shien_box05 {
	width: 380px;
	padding-left: 10px;
	display: table-cell;
	vertical-align: top;
}
.shien_box05 img {
	width: 100%;
	height: auto;
}

.goods_box {
	margin: 0 auto 50px;
	padding: 45px 5% 60px;
	background-color: #f5ecdd;
	border-radius: 30px;
}
.goods_box p {
	width: 95%;
	margin: 0 auto;
}

.g_pic_area {
	margin: 0 auto;
	overflow: hidden;
}

.g_pic_area01 {
	width: 65%;
	margin-right: 3.5%;
	float: left;
}
.g_pic_area02 {
	width: 31.5%;
	float: left;
}
.g_pic_area01 img, .g_pic_area02 img {
	width: 100%;
	height: auto;
}

hr.line01 {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #d06c15;
	margin: 10px auto;
}

.shien_box001 {
	width: 95%;
	margin: 0 auto;
}
.shien_box001 p {
	display: table-cell;
	width: auto !important;
}

.g_txt01 {
	white-space: nowrap;
	font-size: 32px;
	color: #d06c15;
	display: table-cell;
	text-align: right !important;
	padding-right: 2%;
	vertical-align: middle;
}

.g_txt02 {
	width: 109px;
	height: 28px;
	font-size: 17px;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	display: table-cell;
	background: #d06c15;
}

.g_card_area {
	overflow: hidden;
	position: relative;
}
.g_card_area div {
	float: left;
}
.g_card_area form {
	position: absolute;
	right: 0;
}

.g_card {
	width: 84px;
	height: 27px;
	margin-right: 15px;
	float: left;
}
.g_card img {
	width: 100%;
	height: auto;
}

.g_pic_area03 {
	width: 40%;
	margin: 0 5%;
	float: left;
}
.g_pic_area03 img {
	width: 100%;
	height: auto;
}





/*----------------------------------------------------
	07.飼い主の方へ
----------------------------------------------------*/

.top_catch07 {
	width: 100%;
	height: 465px;
	margin: 0 auto;
	position: relative;
	background-image: url(07-kainushi/images/top_catch07.jpg);
	background-size: cover;
	background-position: center top;
}

.top_catch07_txt {
	width: 292px;
	height: 48px;
	position: absolute;
	top: 205px;
	left: 12%;
}
.top_catch07_txt img {
	width: 100%;
	height: auto;
}

.kai_area01 {
	width: 100%;
	margin: 30px auto 0;
	display: table;
}

.kai_area01_L {
	width: 46.25%;
	display: table-cell;
	vertical-align: top;
}
.kai_area01_L img {
	width: 100%;
	height: auto;
}

.kai_area01_R {
	padding: 0 5% 0 30px;
	display: table-cell;
	vertical-align: top;
}

.kai_area02_R {
	width: 46.25%;
	padding: 0 5% 0 0;
	display: table-cell;
	vertical-align: top;
}
.kai_area02_R img {
	width: 100%;
	height: auto;
}

.kai_area02_L {
	padding: 0 30px 0 0;
	display: table-cell;
	vertical-align: top;
}

.kai_box01 {
	margin: 60px auto 0;
	background-color: #fbf2eb;
	padding: 30px 50px 50px;
	border-radius: 10px;
}

.kai_area03_R {
	width: 39.375%;
	padding: 0 5% 0 0;
	display: table-cell;
	vertical-align: top;
}
.kai_area03_R img {
	width: 100%;
	height: auto;
}

.kai_area04_L01,
.kai_area04_L {
	width: 41.5%;
	display: table-cell;
	vertical-align: top;
}
.kai_area04_L01 img,
.kai_area04_L img {
	width: 100%;
	height: auto;
}

.kai_box02 {
	margin: 60px auto 0;
	background-color: #ecf7fd;
	padding: 30px 50px 50px;
	border-radius: 10px;
}

.k_color {
	color: #053b77 !important;
}

.kai_area05_R {
	width: 33.75%;
	padding: 0 5% 0 0;
	display: table-cell;
	vertical-align: top;
}
.kai_area05_R img {
	width: 100%;
	height: auto;
}

.kai_area06_L {
	width: 48.75%;
	display: table-cell;
	vertical-align: top;
}
.kai_area06_L img {
	width: 100%;
	height: auto;
}

.kai_area06_R {
	padding: 0 0 0 20px;
	display: table-cell;
	vertical-align: top;
}

.kai_area07_L {
	width: 28.125%;
	display: table-cell;
	vertical-align: top;
}
.kai_area07_L img {
	width: 100%;
	height: auto;
}

.kai_area08_R {
	width: 46.875%;
	padding: 0;
	display: table-cell;
	vertical-align: top;
}
.kai_area08_R img {
	width: 100%;
	height: auto;
}

/*----------------------------------------------------
	08.当会について
----------------------------------------------------*/

.top_catch08 {
	width: 100%;
	height: 465px;
	margin: 0 auto;
	position: relative;
	background-image: url(08-aboutus/images/top_catch08.jpg);
	background-size: cover;
	background-position: center bottom;
}

.top_catch08_txt {
	width: 565px;
	height: 48px;
	position: absolute;
	top: 170px;
	left: 7%;
}
.top_catch08_txt img {
	width: 100%;
	height: auto;
}

.abo_area01_L {
	width: 40.75%;
	display: table-cell;
	vertical-align: top;
}
.abo_area01_L img {
	width: 100%;
	height: auto;
}

.abo_area01_R {
	padding: 0 0 0 30px;
	display: table-cell;
	vertical-align: top;
}

.abo_area02_R {
	width: 40.75%;
	display: table-cell;
	vertical-align: top;
}
.abo_area02_R img {
	width: 100%;
	height: auto;
}

.abo_area02_L {
	padding: 0 30px 0 0;
	display: table-cell;
	vertical-align: top;
}

.abo_area03_R {
	width: 290px;
	display: table-cell;
	vertical-align: top;
}
.abo_area03_R img {
	width: 100%;
	height: auto;
}
.abo_area03_R p {
	width: 90%;
	margin: 40px auto 0;
}

.abo_area04_L {
	width: 37.5%;
	display: table-cell;
	vertical-align: top;
}
.abo_area04_L img {
	width: 100%;
	height: auto;
}

.abo_area001 {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.abo_area001 img {
	width: 220px;
	height: 220px;
    object-fit: cover;
	border-radius: 50%;
	margin: 0 0 10px 10px;
	float: right !important;
}

.abo_txt01 {
	width: 525px;
	margin: 30px auto 0;
}

.abo_box {
	margin: 0 auto 25px;
	background-color: #fbf2eb;
	padding: 30px 50px 100px;
	border-radius: 10px;
}

.abo_box_tit {
	font-size: 28px;
	line-height: 35px;
	color: #d06c15;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #b35b60;
}

.grad-wrap {
	position: relative;
}
.grad-wrap + .grad-wrap {
	margin-top: 40px;
}
.grad-trigger {
	width: 184px;
	height: 55px;
	font-size: 20px;
	text-align: center;
	line-height: 55px;
	display: block;
	border-radius: 55px;
	cursor: pointer;
	color: #ef8000;
	background: #fff;
	border: 3px solid #ef8000;
  	z-index: 2;
  	position: absolute;
  	right: 0;
  	bottom: -50px;/**/
  	left: 0;
  	margin: auto;
  	cursor: pointer;
  	transition: .2s ease;
}
.grad-trigger::after {
	content: "続きを読む";
}
.abo_tri::after {
	content: "もっと見る";
}
.grad-trigger:hover {
	background: #fff;
	color: #009e8f;
}







.grad-item {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;/**/
}
.grad-item.is-hide {
	height: 280px;/**/
}
/*
.h450.is-hide {
	height: 450px;
}
.h350.is-hide {
	height: 350px;
}
*/
.grad-item p + p {
	margin-top: 1em;
}
.grad-item::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100px; /*グラデーションで隠す高さ*//**/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
}
.bg_abo::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100px; /*グラデーションで隠す高さ*//**/
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%) !important;
	background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%) !important;
}
.grad-trigger.is-show {
	bottom: -2em;/**/
}
.grad-trigger.is-show::after {
	content: "閉じる"
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}














.grad-item2 {
	position: relative;
	overflow: hidden;
	padding-bottom: 40px;/**/
}
.grad-item2.is-hide {
	height: 280px;/**/
}
/*
.h450.is-hide {
	height: 450px;
}
.h350.is-hide {
	height: 350px;
}
*/
.grad-item2 p + p {
	margin-top: 1em;
}
.grad-item2::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100px; /*グラデーションで隠す高さ*//**/
	background: -webkit-linear-gradient(top, rgba(251,242,235,0) 0%, rgba(251,242,235,0.9) 50%, rgba(251,242,235,0.9) 50%, #fbf2eb 100%);
	background: linear-gradient(top, rgba(251,242,235,0) 0%, rgba(251,242,235,0.9) 50%, rgba(251,242,235,0.9) 50%, #fbf2eb 100%);
}
.bg_abo2::before {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
	width: 100%;
	height: 100px; /*グラデーションで隠す高さ*//**/
	background: -webkit-linear-gradient(top, rgba(251,242,235,0) 0%, rgba(251,242,235,0.9) 50%, rgba(251,242,235,0.9) 50%, #fbf2eb 100%) !important;
	background: linear-gradient(top, rgba(251,242,235,0) 0%, rgba(251,242,235,0.9) 50%, rgba(251,242,235,0.9) 50%, #fbf2eb 100%) !important;
}











.grad-trigger.is-show {
	bottom: -2em;/**/
}
.grad-trigger.is-show::after {
	content: "閉じる"
}
.grad-trigger.is-show + .grad-item::before {
	display: none;
}


/*----------------------------------------------------
	09.収支報告
----------------------------------------------------*/

.top_catch09 {
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
	background-image: url(09-shuushi/images/top_catch09.jpg);
	background-size: cover;
	background-position: center center;
}

.top_catch09_txt {
	width: 343px;
	height: 48px;
	position: absolute;
	top: 100px;
	left: 6%;
}
.top_catch09_txt img {
	width: 100%;
	height: auto;
}

	a.btn-shuushi {
	width: 100%;
	height: 50px;
	margin: 0 auto 25px;
	line-height: 50px;
	display: block;
	color: #d06c15 !important;
	background: #f1dabb;
	font-size: 20px;
	border-radius: 50px;
	text-decoration:none !important;
	transition: .2s ease;
}
a.btn-shuushi:before {
	content: "";
	display: inline-block;
	width: 45px;
	height: 30px;
	margin: -10px 20px 0 20px;
	background: url(09-shuushi/images/icon_bt_shuushi.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
}
a.btn-shuushi:hover {
    background: #f7e5cc;
}

/*----------------------------------------------------
	10.お問い合わせ
----------------------------------------------------*/

.top_catch10 {
	width: 100%;
	height: 465px;
	margin: 0 auto;
	position: relative;
	background-image: url(10-mail/images/top_catch10.jpg);
	background-size: cover;
	background-position: center center;
}

.top_catch10_txt {
	width: 291px;
	height: 47px;
	position: absolute;
	top: 155px;
	left: 6%;
}
.top_catch10_txt img {
	width: 100%;
	height: auto;
}

.inq_txt01 {
	font-size: 28px;
	line-height: 38px;
	color: #d06c15;
	text-align: center;
}

table.contust {
	margin: 80px auto 0;
}
table.contust2 {
	margin: 30px auto 0;
}


table.contust th {
	width: 25%;
	white-space: nowrap;
	vertical-align: middle;
	letter-spacing: 0.1em;
	position: relative;
}

table.contust td {
	padding: 10px;
	vertical-align: top;
	font-size: 13px;
	line-height: 20px;
}

.mail1 {
	padding-top: 20px !important;
	padding-bottom: 4px !important;
}
.mail2 {
	padding-top: 4px !important;
	padding-bottom: 20px !important;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="email"],
textarea {
	width: 90%;
    padding: 5px 20px;
    outline: none;
	border: 1px solid #b67973;
	border-radius: 50px;
	font-size: 18px;
}
input[type="tel"] {
	width: 50%;
}
input[type="number"] {
	width: 20%;
}





textarea {
	border-radius: 20px;
	height: 20em;
	line-height: 2em;
	font-size: 18px;
}
.v_top {
	vertical-align: top !important;
}

.bt_area {
	width: 100%;
	height: 47px;
	margin: 40px auto 0;
	text-align: center;
}

input[type="button"] {
	width: 222px;
	height: 52px;
	line-height: 52px;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8d8d8d;
	outline: none;
	position: relative;
	z-index: 2;
	background:#fff;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	font-size: 17px;
}
input[type="button"]::before,
input[type="button"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input[type="button"],
input[type="button"]:before,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="button"]:hover {
	background-color: #888;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

.submit_btn {
	width: 222px;
	height: 52px;
	line-height: 52px;
	border-radius: 25px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #8d8d8d;
	outline: none;
	position: relative;
	z-index: 2;
	background:#fff;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	font-size: 17px;
}
.submit_btn::before,
.submit_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submit_btn,
.submit_btn:before,
.submit_btn:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.submit_btn:hover {
	background-color: #888;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

.inq_pic01 {
	width: 63.5%;
	height: 423px;
	margin: 54px 0 0 200px;
	position: relative;
}
.inq_pic01 img {
	width: 66%;
	height: auto;
	position: absolute;
	right: 0;
}
.inq_pic01 p {
	width: 55%;
	position: absolute;
	top: 110px;
	left: 0;
	z-index: 1;
}




/******************************************************************************************************* Media Queries */
.for-pc { display:block; }
.for-sp { display:none; }

@media screen and (max-width : 834px ){
.for-pc { display:none; }
.for-sp { display:block; }


 

/*----------------------------------------------------
	トップページ
----------------------------------------------------*/
.top_catch {
	width: 100%;
	height: auto;
	padding-top: 0;
	position: relative;
	background-image: none;
}
.top_catch-v {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
    background-image: url("images/loading.gif");
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.video-box video{
	width: 100%;
	height: auto;
}


.top_catch_txt {
    opacity: 0.93;
    top: 50%;
    left: 53%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    letter-spacing: -0.4vw;
	font-size: 9vw;
	color: #fff;
	text-align: left;
	position: absolute;
}
.top_catch img {
	width: 100%;
	height: auto;
}

h2.head01 {
	padding-top: 40px;
	font-size: 28px;
	letter-spacing: -0.08em;
}
h2.head01 span {
	font-size: 36px;
}

.top_txt01 {
	width: 90%;
}

.top_con01 {
	width: 90%;
	margin: 0 auto;
}
.top_con01 img {
	width: 130px;
	height: auto;
	float: left;
}

.top_con02 {
	width: auto;
	padding: 60px 5% 30px;
}
.top_con02 img {
	width: 100%;
	height: auto;
}
.top_con02 p {
	width: 100%;
}

.top_head01 {
	font-size: 25px;
	line-height: 45px;
}

.top_con03 {
	width: 95%;
	margin: 95px auto 0;
	overflow: hidden;
	text-align: center;
}
.top_con03 img {
	width: 70%;
	height: auto;
	padding: 0;
	float: none;
	margin: 20px auto 0;
}
.top_con03 p {
	width: 90%;
	padding: 0;
	margin: 20px auto 0;
	float: none;
	text-align: left;
}

.top_con04 {
	padding: 30px 0;
	text-align: center;
}
.top_con04 img {
	width: 95%;
	height: auto;
	margin-top: 35px;
}

.top_banner {
	width: 100%;
}

/* NEWS */
.news_all {
	width: 100%;
	height: auto;
	margin: 45px auto 0;
	padding-bottom: 100px;
}

.head_news {
	width: 120px;
}

.news_title {
	font-size: 20px;
	line-height: 30px;
}

.news_area {
	width: 90%;
	margin: 0 auto;
}
.news_area img {
	width: 45%;
	height: auto;
}

/*----------------------------------------------------
	01.遺贈のススメ
----------------------------------------------------*/

.top_catch01 {
	width: 100%;
	height: auto;
	margin: 0 auto 0;
	position: relative;
	background: #00bdff;
}

.top_catch01_area {
	width: 100%;
	height: auto;
	margin: 0 auto;
	position: relative;
}
.top_catch01_area img {
	width: 100%;
	height: auto;
}

.izo_head01 {
	width: 300px;
	height: 121px;
	margin: 20px auto 0;
}
.izo_head01 img {
	width: 60px;
	height: auto;
}
.izo_head01 p {
	width: 210px;
	padding: 10px 0 0 20px;
	font-size: 20px;
	line-height: 32px;
}

.izo_txt01 {
	font-size: 22px;
	line-height: 25px;
	letter-spacing: -0.05em;
}

h2.izo_head02 {
	font-size: 45px;
	line-height: 55px;
	color: #4895d4;
	text-align: center;
	letter-spacing: -0.03em;
}

h3.izo_head03 {
	font-size: 23px;
	line-height: 35px;
	text-align: center;
	letter-spacing: -0.03em;
}

.izo_cat {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
	overflow: hidden;
}
.izo_cat img {
	width: 31.3%;
	height: auto;
	margin: 0 1%;
	float: left;
}

h3.izo_head04 {
	font-size: 45px;
	line-height: 55px;
	letter-spacing: -0.03em;
}

.izo_area01 img {
	width: 90%;
	height: auto;
}

h3.izo_head05 {
	font-size: 28px;
	line-height: 38px;
	letter-spacing: -0.08em;
}

.izo_txt03 {
	font-size: 28px;
	line-height: 38px;
}

.izo_area03 {
	width: 90%;
	margin: 0 auto;
	padding: 0;
	display: block;
}
.izo_a03_L {
	width: 176px;
	height: 189px;
	display: block;
	vertical-align: top;
	margin: 10px auto 0;
}

.izo_a03_R {
	width: 100%;
	padding: 0 0 20px;
	margin: 10px auto 0;
	display: block;
}

.izo_area04 {
	width: 90%;
	display: block;
}
.izo_a04_L {
	width: 75%;
	display: block;
	margin: 0 auto;
}

.izo_a04_R {
	padding-left:0px;
	display: block;
	vertical-align: top;
	position: static;
}

.izo_txt04 {
	font-size: 28px;
	line-height: 38px;
	text-align: center;
	letter-spacing: -0.02em;
}

.izo_pic04 {
	margin: 20px auto 0;
	position: static;
} 

.izo_area05 {
	width: 90%;
	margin: 50px auto 0;
	display: block;
}
.izo_a05_L {
	width: 100%;
	display: block;
}
.izo_a05_R {
	padding: 20px 0 0 0;
	display: block;
	position: static;
	text-align: center;
}
.izo_a05_R img {
	width: 75%;
	height: auto;
}

h3.izo_head06 {
	margin: 80px auto 35px;
	font-size: 30px;
	line-height: 40px;
}

.izo_txt05 {
	width: 90%;
	text-align: left;
}

.izo_txt06 {
	width: 90%;
	margin: 0 auto;
	font-size: 24px;
	line-height: 35px;
	text-align: center;
}

.izo_area07 {
	width: 90%;
	margin: 50px auto 0;
	display: block;
}
.izo_a07_L {
	width: 75%;
	display: block;
	margin: 0 auto;
}

.izo_a07_R {
	width: 100%;
	padding: 0;
	display: block;
	position: static;
}

.izo_txt07 {
	width: 90%;
	font-size: 25px;
	line-height: 35px;
}

/*----------------------------------------------------
	02.終の棲家
----------------------------------------------------*/

.top_catch02 {
	width: 100%;
	height: auto;
	background: none;
}
.top_catch02 img {
	width: 100%;
	height: auto;
}

.sum_head {
	width: 80%;
	height: auto;
	margin: 0 auto;
	padding-top: 30px;
}

.sum_pic01 {
	width: 60%;
	height: auto;
	margin: 30px auto 0;
}

.sum_txt01, .sum_txt001 {
	width: 90%;
	margin: 0 auto;
	font-size: 20px;
	line-height: 30px;
	letter-spacing: -0.03em;
}
.sum_txt001 {
	text-align: center;
}

.sum_txt02 {
	width: 90%;
	margin: 30px auto 0;
}

.sum_pic02 {
	width: 100%;
	height: auto;
	margin: 70px auto 0;
}

.sum_area01 {
	width: 100%;
	margin: 30px auto 0;
	text-align: center;
}
.sum_area01 img {
	width: 31.3%;
	height: auto;
	margin: 0 1%;
}

.sum_txt03 {
	width: 90%;
	margin: 30px auto 0;
	text-align: left;
}

.sum_area02 {
	width: 100%;
	display: block;
	text-align: center;
}
.sum_a02_L {
	width: 50%;
	display: block;
	margin: 0 auto;
}
.sum_a02_R {
	padding: 40px 0;
	display: block;
	position: static;
}

.sum_area03 {
	width: 100%;
	display: block;
}
.sum_a03_L {
	width: 90%;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.sum_a03_L img {
	width: 30%;
	height: auto;
	margin: 0 auto;
}
.sum_a03_R {
	widows: 100%;
	padding: 30px 0 0;
	margin: 0 auto;
	display: block;
	text-align: center !important;
}
.sum_a03_R img {
	width: 100%;
	height: auto;
	margin: 0 auto !important;
}

/*----------------------------------------------------
	03.里親募集掲示板
----------------------------------------------------*/

.top_catch03 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}

h2.sat_head01 {
	margin: 30px auto 0;
	font-size: 35px;
	line-height: 45px;
	color: #636262;
	text-align: center;
	letter-spacing: -0.02em;
}

.bt_boshu_sp {
	width: 250px;
	height: 55px;
	font-size: 20px;
	text-align: center;
	margin: 20px auto 0;
	line-height: 55px;
	border-radius: 55px;
	cursor: pointer;
	color: #ef8000;
	border: 3px solid #ef8000;
	position: relative;
	display: block;
}
.bt_boshu_sp a {
	color: #ef8000;
	display: block;
}

.board_title {
	font-size: 23px;
	line-height: 38px;
	color: #d06c15;
	text-align: center;
	font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', 'Noto Serif JP', serif;
}

.pic_area {
	width: 100%;
	margin: 0 auto;
}

.icon-top {
	margin: 5px auto;
	display: block;
}

.page_navi {
	width: 90%;
}
.pg_prev {
	left: -2%;
}
.pg_next {
	right: 8%;
}

.toukou_title {
	font-size: 27px;
   	line-height: 37px;
}

/*----------------------------------------------------
	04.ニャニカと言いたいご意見版
----------------------------------------------------*/

.top_catch04 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}


/*----------------------------------------------------
	05.ニャニカと言いたいご意見版
----------------------------------------------------*/

.top_catch05 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}

/*----------------------------------------------------
	06.ご支援のお願い
----------------------------------------------------*/

.top_catch06 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}

.shien_box, .shien_box001 {
	width: 100%;
	height: auto;
	display: block;
}

.shien_box01 {
	width: 60%;
	padding-right: 0;
	margin: 0 auto;
	display: block;
}
.shien_box01 img {
	width: 100%;
	height: auto;
}
.shien_box02 {
	display: block;
	width: 90%;
	margin: 0 auto 30px;
}

.shien_box03 {
	margin: 25px auto 0;
	display: block;
}

.shien_box04 {
	width: 135px;
	display: block;
	margin: 0 auto;
}

p.shien_txt02 {
	text-align: center;
	padding-left: 0;
	font-size: 25px;
	display: block;
}

.card_box {
	width: 80%;
}

.card_box01, .card_box02 {
	width: 100%;
	margin-bottom: 30px;
}


.furi_box {
	width: 85%;
}

.furi_box01 img {
	width: 50%;
}

.shien_box05 {
	width: 60%;
	padding-left: 0;
	display: block;
	margin: 0 auto;
}

.goods_box {
	width: 85%;
}

.g_pic_area {
	width: 90%;
	margin: 0 auto;
	text-align: center;
}

.g_pic_area01 {
	width: 100%;
	margin: 0 auto;
	float: none;
}
.g_pic_area02 {
	width: 80%;
	margin: 20px auto 0;
	float: none;
}

.shien_box001 {
	overflow: hidden;
}
.shien_box001 p {
	display: block;
	width: auto !important;
}

.g_txt01 {
	display: block;
	text-align: left !important;
	float: left;
}

.g_txt02 {
	margin-top: 5px;
	line-height: 28px;
	display: block;
	float: left;
}

.g_card_area {
	position: static;
	text-align: center;
}

.g_card_area form {
	position: static;
	padding-top: 30px;
	margin: 15px auto 0;
}

.g_pic_area03 {
	width: 90%;
	margin: 0 auto 5%;
	float: none;
}



/*----------------------------------------------------
	07.飼い主の方へ
----------------------------------------------------*/

.top_catch07 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}

.kai_area01 {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.kai_area01_L {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.kai_area01_R {
	padding: 0;
	display: block;
	width: 90%;
	margin: 30px auto 0;
}

.kai_area02_R {
	width: 70%;
	padding: 0;
	display: block;
	margin: 20px auto 0;
}

.kai_area02_L {
	padding: 0;
	display: block;
	width: 90%;
	margin: 30px auto 0;
}

.kai_box01 {
	width: 85%;
	margin: 60px auto 0;
	padding: 5%;
}

.kai_area03_R {
	width: 70%;
	padding: 0;
	display: block;
	margin: 30px auto 0;
}

.kai_area04_L {
	width: 70%;
	padding: 0;
	display: block;
	margin: 30px auto 0;
}

.kai_box02 {
	width: 85%;
	margin: 60px auto 0;
	padding: 5%;
}

.kai_area05_R {
	width: 50%;
	padding: 0;
	display: block;
	margin: 30px auto 0;
}

.kai_area06_L {
	width: 50%;
	padding: 0;
	display: block;
	margin: 30px auto 0;
}

.kai_area06_R {
	padding: 0;
	display: block;
	width: 90%;
	margin: 30px auto;
}

.kai_area04_L01 {
	width: 45%;
	display: block;
	margin: 30px auto 0;
}

.kai_area07_L {
	width: 40%;
	display: block;
	margin: 30px auto 0;
}

.kai_area08_R {
	width: 70%;
	display: block;
	margin: 30px auto 0;
}

/*----------------------------------------------------
	08.当会について
----------------------------------------------------*/

.top_catch08 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}

.abo_area01_L {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.abo_area01_R {
	padding: 0;
	display: block;
	width: 90%;
	margin: 30px auto 0;
}

.abo_area02_L {
	padding: 0;
	display: block;
	width: 90%;
	margin: 30px auto 0;
}

.abo_area02_R {
	width: 70%;
	display: block;
	margin: 20% auto 0;
}

.abo_area03_R {
	width: 70%;
	display: block;
	margin: 20% auto 0;
}

.abo_area04_L {
	width: 70%;
	display: block;
	margin: 30px auto 0;
}

.abo_txt01 {
	width: 90%;
}

.abo_box {
	width: 85%;
	padding: 5%;
}
.abo_box_tit {
	font-size: 25px;
	letter-spacing: -0.02em;
}

.abo_area001 {
	width: 100%;
	margin: 30px auto 0;
	display: block;
	padding-bottom: 15%;
}

.abo_area001 img {
	width: 10rem;
	height: 10rem;
	border-radius: 50%;;
	margin: 0 0 5px 5px;
}

.grad-trigger.is-show {
	bottom: -3em;/**/
}


/*----------------------------------------------------
	09.収支報告
----------------------------------------------------*/

.top_catch09 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}

a.btn-shuushi {
	width: 95%;
	font-size: 19px;
}
a.btn-shuushi:before {
	margin: -10px 10px 0 15px;
}

/*----------------------------------------------------
	10.収支報告
----------------------------------------------------*/

.top_catch10 {
	width: 100%;
	height: auto;
	position: static;
	background: none;
}

.inq_txt01 {
	letter-spacing: -0.05em;
}

table.contust {
	width: 90%;
	height: auto;
	margin: 30px auto 0;
}
table.contust2 {
	width: 90%;
	height: auto;
	margin: 30px auto 0;
}

table.contust th {
	width: 100%;
	height: 17px;
	padding: 15px 0 10px;
	text-align: center;
}

table.contust td {
	vertical-align: middle;
	text-align: center;
	padding: 0;
}

table.contust,
table.contust tbody,
table.contust thead,
table.contust tr,
table.contust td,
table.contust th {display:block;}
 
table.contust th {width:auto;}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
/* iOSでのデフォルトスタイルをリセット */


input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
textarea {
    padding: 0.8em;
}

.bt_area {
	width: 100%;
	height: 47px;
	margin: 40px auto 0;
	text-align: center;
}

input[type="button"] {
	width: 222px;
	height: 52px;
	line-height: 52px;
	border-radius: 25px !important;
	border: 1px solid #8d8d8d !important;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background:#fff;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	font-size: 17px;
}
input[type="button"]::before,
input[type="button"]::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
input[type="button"],
input[type="button"]:before,
input[type="button"]:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
input[type="button"]:hover {
	background-color: #888;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

.submit_btn {
	width: 150px;
	height: 52px;
	line-height: 52px;
	border-radius: 25px !important;
	border: 1px solid #8d8d8d !important;
	text-align: center;
	text-decoration: none;
	outline: none;
	position: relative;
	z-index: 2;
	background:#fff;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	overflow: hidden;
	font-size: 17px;
}
.submit_btn::before,
.submit_btn::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.submit_btn,
.submit_btn:before,
.submit_btn:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.submit_btn:hover {
	background-color: #888;
	background-position: cover;
	background-size: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	color: #fff;
}

.inq_pic01 {
	width: 90%;
	height: auto;
	margin: 50px auto 0;
	position: static;
	text-align: center;
}
.inq_pic01 img {
	width: 70%;
	height: auto;
	margin: 0 auto;
	position: static;
}
.inq_pic01 p {
	position: static;
}






}/**********************************************************************************834px  Media Queries   end */


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








}/**********************************************************************************568px  Media Queries   end */


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

h2.head01 span {
	font-size: 30px;
}





}/**********************************************************************************375px  Media Queries   end */

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






}/**********************************************************************************320px  Media Queries   end */




