
/* ----------------------------------------------------------------------------------------------------
     全端末共通のCSS（961px〜）
---------------------------------------------------------------------------------------------------- */

.pc {
	display:block;
}

.sp {
	display:none;
}

.tab2 {
	display:none;
}

#tablet {
	display: none;
}


/* レイアウト
-------------------------------------*/

body {
	color: #333;
	text-align: center;
	margin: 0 auto;
	height: 100%;
}

#wrap {
	width:100%;
	text-align:center;
	margin:0 auto;
}

#layout {
	width:100%;
	text-align:center;
	margin:0 auto;
	overflow:hidden;
}

.width {
	width: 1100px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 260%;
	margin-bottom: 60px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-weight: 500;
}

h1 span {
	display: block;
	font-size: 50%;
	color: #B90101;
	border-bottom: 1px solid #B90101;
	width: 20%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

h2 {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	font-size: 200%;
	font-weight: 500;
	line-height: 150%;
}
 
h1 + h2,
ul + h2,
p + h2 {
	margin-top: 40px;
}

h3 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
}

h3::before {	
	content:"ー";
	color: #B90101;
	padding-right: 15px;
}

ul + h3,
p + h3 {
	margin-top: 40px;
}

h2 + h3 {
	margin-top: 30px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
}

ul.text {
	text-align: left;
	font-size: 95%;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 95%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ヘッダー
--------------------------------------------------------------------------*/

/*
#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 2000;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}
*/

#header {
	position: relative;
	background: #298E40;
	padding: 10px;
}

#header_right {
	position: absolute;
	top: 10px;
	right: 5%;
}

#header_right ul li {
	display: inline-block;
}

#header_right ul li a {
	display: block;
	padding: 10px;
}
	
/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
	background: #FDFDE8;
}

#navi ul {
}

#navi ul li {
	display: inline-block;
	list-style: none;
	line-height: 100%;
	font-size: 85%;
	margin: 10px auto;
	padding: 0 35px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
	border-left: 1px solid #298E40;
}

#navi ul li:nth-child(5){
	border-right: 1px solid #298E40;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	color: #298E40;
	padding: 3px;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #cd0707;
}


/* 共通
--------------------------------------------------------------------------*/

#container {
	position: relative;
	z-index: 1;
}

section {
	margin-bottom: 80px;
}

.column2 {
	width: 48%;
	float: left;
	margin-bottom: 20px;
	margin-right: 4%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 31%;
	float: left;
	margin-bottom: 20px;
	margin-right: 3.5%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 23.5%;
	float: left;
	margin-right: 2%;
}

.column4:nth-child(4n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: left;
	width: 48%;
}

.right50 {
	float: right;
	width: 48%;
}

.left60 {
	float: left;
	width: 60%;
}

.right40 {
	float: right;
	width: 35%;
}

.left40 {
	float: left;
	width: 35%;
}

.right60 {
	float: right;
	width: 60%;
}


/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 100px;
}

#home #footer {
	margin-top: 0px;
}

#footer_contact {
	background: url("../img/footer/bg_contact.jpg") top center no-repeat;
	padding: 60px 0 80px;
}

#footer_contact h1 {
	color: #FFF;
	margin-bottom: 40px;
}

#footer_contact p {
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}

#footer_main {
	padding: 60px 0 40px;
} 

#footer_main p {
	text-align: center;
}

address {
	padding: 25px 0;
	background: #298E40;
	font-style: normal;
	font-size: 80%;
	color: #FFF;
	text-align: center;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	width: 100%;
	height: auto;
}

#main p {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateY(-60%) translateX(-50%);
	margin: auto;
	z-index: 1;
}

#main p {
	list-style: none;
    -webkit-filter:drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
    -moz-filter:drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
    -ms-filter:drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
	filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
}

.link_btn ul {
	position: absolute;
	bottom: 5%;
	left: 50%;
	transform: translateY(0%) translateX(-50%);
	margin: auto;
	z-index: 1;
	width: 100%;
}

.link_btn ul li {
	display: inline-block;
	margin: 0 20px;
	list-style: none;
}

.link_btn2 {
	margin-top: 60px;
}

.link_btn2 ul {
	margin: auto;
	z-index: 1;
	width: 100%;
}

.link_btn2 ul li {
	display: inline-block;
	margin: 0 20px;
	list-style: none;
}

.bg_green01 {
	background: #E3F4C5 url("../img/content/top/bg_01.svg") bottom left no-repeat;
	background-size: contain;
	padding: 80px 0 200px;
}

.flex01 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.flex01_item {
	width: 30%;
	margin-bottom: 20px;
}

.flex01_item:nth-child(2) {
	margin-top: 60px;
}

.flex02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.bg_green02 {
	background: url("../img/content/top/bg_02_01.jpg") bottom left no-repeat, url("../img/content/top/bg_02_02.jpg") bottom right no-repeat;
	background-size: 30%;
	padding: 100px 0 200px;
	margin: 0 auto;
}

.bg_green02 p {
	text-align: center;
}

.bg_green02 div div {
	margin: 0 auto;
	text-align: center;
	width: 400px;
	margin-top: 80px;
}

.bg_green02 ul li {
	list-style: none;
	text-align: left;
	font-size: 140%;
	margin-bottom: 40px;
	font-weight: 500;
}

.bg_green03 {
	background: url("../img/content/top/bg_03.svg") bottom left no-repeat;
	background-size: contain;
	padding: 0px 0 200px;
	margin-bottom: 0;
}

.bg_green04 {
	background: #E3F4C5 url("../img/content/top/bg_01.svg") bottom left no-repeat;
	background-size: contain;
	padding: 60px 0 160px;
}

.bg_green05 {
	background: url("../img/content/top/bg_03.svg") bottom left no-repeat;
	background-size: contain;
	padding: 0px 0 160px;
	margin-bottom: 0;
}

.bg_green06 {
	background: #E3F4C5 url("../img/content/top/bg_01.svg") bottom left no-repeat;
	background-size: contain;
	padding: 60px 0 200px;
}

.bg_green07 {
	background: #F7FCEF;
	padding: 60px 0 20px;
}

.bg_green08 {
	background: #E3F4C5;
	border-radius: 30px;
	padding: 60px;
}

.bg_green09 {
	background: #E3F4C5;
	padding: 60px;
	margin-bottom: 0;
}

.feature_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}

.feature_list li {
	width: 30%;
	list-style: none;
}

.no1 {
	background: url("../img/content/top/no01.svg") top left no-repeat;
	padding: 90px 0 0px 0;
}

.no2 {
	background: url("../img/content/top/no02.svg") top left no-repeat;
	padding: 90px 0 0px 0;
}

.no3 {
	background: url("../img/content/top/no03.svg") top left no-repeat;
	padding: 90px 0 0px 0;
}

/* faq
-------------------------------------*/

ul.faq {
}

ul.faq li {
	list-style: none;
	box-shadow: 3px 3px 3px #EEE;
	box-sizing: border-box;
}

p.faqQ {
	background: #FFF url(../img/content/top/faq_q.png) center left 15px no-repeat;
	padding: 20px 20px 20px 70px;
	font-size: 130%;
	cursor: pointer;
	color: #4a4a4a;
	text-decoration: none;
	margin-bottom: 0;
}

.category {
	margin-top: 40px;
}

p.faqQ:hover {
	transition: 0.3s;
	color: #0E8A3B;
}

.faqA {
	background-color: #FFF;
	padding: 0px 20px 20px 0;
	margin:0 0 0 0;
}

.faqA p {
	background-image: url(../img/content/faq/faq_a.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 5px 0 5px 65px;
	font-size: 95%;
}

/* 新着情報
-------------------------------------*/

.newsUl {
	text-align:left;
}

.newsUl ul {
}

.newsUl ul li {
	list-style: none;
	line-height: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #EEE;
}

.newsUl ul li span {
	display: inline-table;
	text-align: center;
	background: #B90101;
	color: #FFF;
	margin-right: 10px;
	padding: 3px 0 3px;
	width: 80px;
	font-size: 70%;
}

.newsUl ul li a {
	margin-left: 10px;
}

/* プロフィール
-------------------------------------*/


/* 下階層
--------------------------------------------------------------------------*/

#prt_main {
	position: relative;
	margin-top: 100px;
	z-index: 50;
	padding: 120px 0;
}

#profile #prt_main { background: url("../img/content/profile/main.jpg") center center no-repeat; background-size: cover; }
#live #prt_main { background: url("../img/content/live/main.jpg") center center no-repeat; background-size: cover; }
#video #prt_main { background: url("../img/content/video/main.jpg") center center no-repeat; background-size: cover; }
#book #prt_main { background: url("../img/content/book/main.jpg") center center no-repeat; background-size: cover; }
#guide #prt_main { background: url("../img/content/guide/main.jpg") center center no-repeat; background-size: cover; }
#voice #prt_main { background: url("../img/content/voice/main.jpg") center center no-repeat; background-size: cover; }
#faq #prt_main { background: url("../img/content/faq/main.jpg") center center no-repeat; background-size: cover; }
#form #prt_main { background: url("../img/content/form/main.jpg") center center no-repeat; background-size: cover; }
#company #prt_main { background: url("../img/content/company/main.jpg") center center no-repeat; background-size: cover; }
#contact #prt_main { background: url("../img/content/contact/main.jpg") center center no-repeat; background-size: cover; }
#policy #prt_main { background: url("../img/content/policy/main.jpg") center center no-repeat; background-size: cover; }
#privacy #prt_main { background: url("../img/content/privacy/main.jpg") center center no-repeat; background-size: cover; }
#law #prt_main { background: url("../img/content/law/main.jpg") center center no-repeat; background-size: cover; }
#news #prt_main { background: url("../img/content/news/main.jpg") center center no-repeat; background-size: cover; }
.archive #prt_main { background: url("../img/content/video/main.jpg") center center no-repeat; background-size: cover; }


#prt_main_bg {
	position: absolute;
	background: #B90101;
	bottom: -50px;
	left: 0;
	padding: 25px 0;
	box-sizing: border-box;
	margin-left: 10%;
	width: 90%;
}

#prt_main h1 {
	margin: auto;
	text-align: left;
	z-index: 1;
	font-size: 220%;
	margin-left: 5%;
	line-height: 150%;
	font-weight: normal;
	color: #FFF;
	letter-spacing: 0.05em;
}

#list_navi {
	position: static;
	margin-top: 50px;
	margin-left: 10%;
	width: 90%;
}

#list_navi div {
	text-align: left;
	font-size: 80%;
	line-height: 100%;
	padding: 7px 20px 7px 55px;
	background: #333;
	color: #FFF;
}
	
#list_navi div span {
}

#list_navi div a {
	text-decoration: none;
	color: #FFF;
}

#list_navi div a:hover {
	text-decoration: underline;
}
	
/* コンテンツ
--------------------------------------------------------------------------*/

#content {
}

.layer_board_bg,
.layer_board {
	position: absolute;
}
.layer_board_bg {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	top: 0;
	left: 0;
	display: none;
	cursor: pointer;
	background: #000;
}
.layer_board {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 90%;
	transform: translate(-50%,-50%);
	background: #fff;
	text-align: center;
	z-index: 2000;
	padding: 0px
}
.layer_board p {
	margin-bottom: 50px
}
.btn_close {
	display: block;
	text-decoration: none;
	background: #000;
	color: #fff;
	text-align: center;
	padding: 20px 40px;
	width: 200px;
	margin: 0 auto
}

/* サイドバー
--------------------------------------------------------------------------*/

#sidebar {
}

/* その他
--------------------------------------------------------------------------*/

.normalTbl input {
	font-size: 100%;
	color: #666;
	padding: 8px 10px;
	border: 1px solid #CCC;
}

.normalTbl label {
	font-size: 110% !important;
	color: #666;
}

.normalTbl input[type=checkbox] {
	margin: 10px 0;
}

.normalTbl select {
	color: #666;
	font-size: 100%;
	height: 30px;
	padding: 0 10px;
	border: 1px solid #CCC;
}

.normalTbl textarea {
	color: #666;
	font-size: 120%;
	padding: 5px 10px;
	border: 1px solid #CCC;
}

.normalTbl input:focus,
.normalTbl select:focus,
.normalTbl textarea:focus {
	background: #FDF2F2;
}

.formButton {
	text-align:center;
	margin:0 auto;
	display: block;
	margin-top: 40px;
}

.formButton input {
	padding:25px 10%;
	text-align: center;
	margin: 0 auto;
	border-style: none;
	background: #C32B27;
	font-weight: bold;
	cursor: pointer;
	color: #FFF;
	font-size: 110%;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.formButton input:hover {
	background:#FF8800;
	transition: 0.3s;
}

iframe {
	vertical-align:bottom;
}

/* ローディング
-------------------------------------*/

.loading {
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1.0);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
}

.loading i {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

/* その他ナビゲーション
--------------------------------------------------------------------------*/

.btn {
	background: #cd0707;
	margin: 0 auto;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	line-height: 100%;
	transition: 0.3s;
}

.btn a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 20px 0;
	box-sizing: border-box;
	border: 1px solid #db0a10;
	transition: 0.3s;
}

.btn a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #850101;
	transition: 0.3s;
}

.btn2 {
	background: #4a4a4a;
	margin: 0 auto;
	color: #FFF;
	font-size: 100%;
	text-align: center;
	line-height: 100%;
	transition: 0.3s;
}

.btn2 a {
	text-decoration: none;
	display: block;
	color: #FFF;
	padding: 20px 0;
	box-sizing: border-box;
	transition: 0.3s;
}

.btn2 a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #111;
	transition: 0.3s;
}


/* カート
--------------------------------------------------------------------------*/

/* ページトップ
--------------------------------------------------------------------------*/

#page-top {
    position: fixed;
    bottom: 50px;
    right: 15px;
    font-size: 80%;
	z-index: 20000;
}

#page-top a {
    background: #cd0707;
    text-decoration: none;
    color: #fff;
	padding: 20px 15px;
    text-align: center;
    display: block;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
}

#page-top a:hover {
    text-decoration: none;
    background: #00267F;
}

/* wordpress
--------------------------------------------------------------------------*/

.entry-footer {
	border: 1px solid #E5DDC8;
	padding: 15px;
	margin: 50px 0;
	font-size: 90%;
}

.pageback {
	border-top: 4px solid #009E3E;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
}

.author,
.cat-links {
	display: none;
}

.navigation {
	display: none;
}

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 14px;
	line-height: 14px;
        text-align: center;
}
.pagination-box {
	display: inline-block;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	width: auto;
	color: #fff; /* 通常の文字色 */
	background: #0E6EB8; /* 通常の背景色 */
}
.pagination a:hover{
	color: #fff; /* マウスホバー時の文字色 */
	background: #73C2DC; /* マウスホバー時の背景色 */
}
.pagination .current{
	padding: 10px 15px 10px 15px;
	color: #FFF; /* 現在のページの文字色 */
        background: #0E6EB8; /* 現在のページの背景色 */
}

@media only screen and (max-width: 413px) {
.pagination {
	font-size: 12px;
	line-height: 12px;
}
.pagination span, .pagination a {
	padding: 8px 10px 8px 10px;
}
.pagination .current{
	padding: 8px 10px 8px 10px;
}
} /* /@media */


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1050px) {

.pc {
	display:none;
}

.sp {
	display:none;
}

.tab2 {
	display:block;
}

.width {
	width:90%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 980px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

#tablet {
	display: block;
}
	

} /* /@media */

/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 780px) {

.pc {
	display:none;
}

.sp {
	display:block;
}

.tab2 {
	display:none;
}

/* 文字
--------------------------------------------------------------------------*/

h1 {
	font-size: 200%;
	margin-bottom: 60px;
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
	font-weight: 500;
}

h1 span {
	display: block;
	font-size: 50%;
	color: #B90101;
	border-bottom: 1px solid #B90101;
	width: 20%;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	vertical-align: middle;
}

h2 {
	position: relative;
	margin-bottom: 20px;
	text-align: left;
	font-size: 160%;
	font-weight: 500;
	line-height: 150%;
}
 
h1 + h2,
ul + h2,
p + h2 {
	margin-top: 40px;
}

h3 {
	font-size: 150%;
	text-align: left;
	margin-bottom: 20px;
	font-weight: normal;
}

h3::before {	
	content:"ー";
	color: #B90101;
	padding-right: 15px;
}

ul + h3,
p + h3 {
	margin-top: 40px;
}

h2 + h3 {
	margin-top: 30px;
}

p {
	font-size: 90%;
	line-height: 200%;
	margin-bottom: 20px;
	text-align: left;
	font-weight: 500;
}

ul.text {
	text-align: left;
	font-size: 95%;
}

ul.text li {
	line-height: 150%;
	margin: 0 0 10px 20px;
	list-style: outside;
}

ol.text {
	padding:0;
	text-align: left;
	margin-bottom: 20px;
}

ol.text li {
	font-size: 95%;
	list-style: outside;
	list-style-type:decimal;
	margin-left: 20px;
	margin-bottom: 10px;
}


/* ヘッダー
--------------------------------------------------------------------------*/

	/*
#fix {
	background: #FFF;
	position: fixed;
	top: 0;
	left: 0%;
	z-index: 100;
	width: 100%;
	padding: 0px;
    transition : all 500ms;
	box-sizing: border-box;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#fix.fixed2 {
	position: fixed;
	top: 0;
	left: 0%;
	padding: 0px;
	z-index: 2000;
	width: 100%;
	box-sizing: border-box;
    transition : all 500ms;
}
*/
	
#header {
	position: relative;
	background: #298E40;
	padding: 10px;
}
	
/*
	#logo {
		width: 160px;
		margin-left: auto;
		margin-right: auto;
	}
*/
	
#header_right {
	display: none;
	position: absolute;
	top: 10px;
	right: 5%;
}

#header_right ul li {
	display: inline-block;
}

#header_right ul li a {
	display: block;
	padding: 10px;
}
	
/* ナビゲーション
--------------------------------------------------------------------------*/

nav {
}

#navi {
	width: 100%;
	background: #FDFDE8;
}

#navi ul {
	margin: 5px auto;
}

#navi ul li {
	display: inline-block;
	list-style: none;
	line-height: 100%;
	font-size: 85%;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
	font-weight: 500;
	border-left: 1px solid #298E40;
}

#navi ul li:nth-child(3){
	border-right: 1px solid #298E40;
}

#navi ul li:nth-child(5){
	border-right: 1px solid #298E40;
}

#navi ul li a {
	display: block;
	text-decoration: none;
	color: #298E40;
	padding: 0px;
	line-height: 100%;
	box-sizing: border-box;
	transition:all 0.5s ease;
}

#navi ul li a:hover {
	transition:all 0.5s ease;
	color: #cd0707;
}


/* 共通
--------------------------------------------------------------------------*/

#container {
	position: relative;
	z-index: 1;
}

section {
	margin-bottom: 50px;
}

.column2 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column2:nth-child(2n) {
	margin-right: 0;
}

.column3 {
	width: 100%;
	float: left;
	margin-bottom: 20px;
	margin-right: 0%;
}

.column3:nth-child(3n) {
	margin-right: 0;
}

.column4 {
	width: 48%;
	float: left;
	margin-right: 4%;
}

.column4:nth-child(2n) {
	margin-right: 0;
}

.column5 {
	width: 19.2%;
	float: left;
	margin-right: 1%;
}

.column5:nth-child(5n) {
	margin-right: 0;
}

.left50 {
	float: none;
	width: 100%;
}

.right50 {
	float: none;
	width: 100%;
}

.left60 {
	float: left;
	width: 60%;
}

.right40 {
	float: right;
	width: 35%;
}

.left40 {
	float: left;
	width: 35%;
}

.right60 {
	float: right;
	width: 60%;
}


/* フッター
--------------------------------------------------------------------------*/

#footer {
	margin-top: 100px;
}

#home #footer {
	margin-top: 0px;
}

#footer_contact {
	background: url("../img/footer/bg_contact.jpg") top center no-repeat;
	padding: 60px 0 80px;
}

#footer_contact h1 {
	color: #FFF;
	margin-bottom: 40px;
}

#footer_contact p {
	color: #FFF;
	text-align: center;
	margin-bottom: 30px;
}

#footer_main {
	padding: 60px 0 40px;
} 

#footer_main p {
	text-align: center;
}

address {
	padding: 25px 0;
	background: #298E40;
	font-style: normal;
	font-size: 80%;
	color: #FFF;
	text-align: center;
}


/* トップページ
--------------------------------------------------------------------------*/

#main {
	position: relative;
	width: 100%;
	height: auto;
}

#main p {
	position: absolute;
	top: 30%;
	left: 50%;
	transform: translateY(-60%) translateX(-50%);
	margin: auto;
	z-index: 1;
}

#main p {
	list-style: none;
    -webkit-filter:drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
    -moz-filter:drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
    -ms-filter:drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
	filter: drop-shadow(2px 2px 3px rgba(255, 255, 255, 0.6));
}

.link_btn ul {
	position: absolute;
	bottom: 8%;
	left: 0%;
	right: 0;
	transform: translateY(0%) translateX(0%);
	margin: auto;
	z-index: 1;
	width: 100%;
}

.link_btn ul li {
	display: inline-block;
	margin: 0 5px;
	box-sizing: border-box;
	width: 45%;
	list-style: none;
}

.link_btn2 {
	margin-top: 60px;
}

.link_btn2 ul {
	margin: auto;
	z-index: 1;
	width: 100%;
}

.link_btn2 ul li {
	display: inline-block;
	margin: 0 5px;
	width: 45%;
	list-style: none;
}

.bg_green01 {
	background: #E3F4C5 url("../img/content/top/bg_01.svg") bottom left no-repeat;
	background-size: contain;
	padding: 50px 0 100px;
}

.flex01 {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.flex01_item {
	width: 48%;
	margin-bottom: 20px;
}

.flex01_item:nth-child(2) {
	margin-top: 0px;
}

.flex02 {
	display: block;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.bg_green02 {
	background: url("../img/content/top/bg_02_sp.jpg") bottom center no-repeat;
	background-size: 100%;
	padding: 0 0 520px;
	margin: 0 auto;
}

.bg_green02 p {
	text-align: center;
}

.bg_green02 div div {
	margin: 0 auto;
	text-align: center;
	width: auto;
	margin-top: 40px;
}

.bg_green02 ul li {
	list-style: none;
	text-align: left;
	font-size: 120%;
	margin-bottom: 20px;
	font-weight: 500;
}

.bg_green03 {
	background: url("../img/content/top/bg_03.svg") bottom left no-repeat;
	background-size: contain;
	padding: 0px 0 100px;
	margin-bottom: 0;
}

.bg_green04 {
	background: #E3F4C5 url("../img/content/top/bg_01.svg") bottom left no-repeat;
	background-size: contain;
	padding: 60px 0 100px;
}

.bg_green05 {
	background: url("../img/content/top/bg_03.svg") bottom left no-repeat;
	background-size: contain;
	padding: 0px 0 100px;
	margin-bottom: 0;
}

.bg_green06 {
	background: #E3F4C5 url("../img/content/top/bg_01.svg") bottom left no-repeat;
	background-size: contain;
	padding: 60px 0 100px;
}

.bg_green07 {
	background: #F7FCEF;
	padding: 60px 0 20px;
}

.bg_green08 {
	background: #E3F4C5;
	border-radius: 30px;
	padding: 60px 30px;
}

.bg_green09 {
	background: #E3F4C5;
	padding: 60px 10px;
	margin-bottom: 0;
}

.feature_list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;	
}

.feature_list li {
	width: 30%;
	list-style: none;
}

.no1 {
	background: url("../img/content/top/no01.svg") top left no-repeat;
	padding: 90px 0 0px 0;
}

.no2 {
	background: url("../img/content/top/no02.svg") top left no-repeat;
	padding: 90px 0 0px 0;
}

.no3 {
	background: url("../img/content/top/no03.svg") top left no-repeat;
	padding: 90px 0 0px 0;
}

/* faq
-------------------------------------*/

ul.faq {
}

ul.faq li {
	list-style: none;
	box-shadow: 3px 3px 3px #EEE;
	box-sizing: border-box;
}

p.faqQ {
	background: #FFF url(../img/content/top/faq_q.png) center left 15px no-repeat;
	padding: 20px 20px 20px 70px;
	font-size: 110%;
	cursor: pointer;
	color: #4a4a4a;
	text-decoration: none;
	margin-bottom: 0;
}

.category {
	margin-top: 20px;
}

p.faqQ:hover {
	transition: 0.3s;
	color: #0E8A3B;
}

.faqA {
	background-color: #FFF;
	padding: 0px 20px 20px 0;
	margin:0 0 0 0;
}

.faqA p {
	background-image: url(../img/content/faq/faq_a.png);
	background-position: 0px 3px;
	background-repeat: no-repeat;
	margin-bottom: 0;
	padding: 5px 0 5px 65px;
	font-size: 95%;
}

.mt80 {
	margin-top: 50px;
}


}


/* ----------------------------------------------------------------------------------------------------
     小型タブレット・スマホ端末（〜480px）（〜640px）
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 640px) {



	
} /* /@media */
