@charset "UTF-8";
/*
Theme Name: LOAN2
Version: 0.2.1
*/

/* all display
-------------------------------------------------- */
/* font指定 */
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 400;
    src: url('font/NotoSansJP-Regular.woff') format('woff'),
        url('font/NotoSansJP-Regular.eot')  format('eot');
    font-display: swap;
}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 700;
    src: url('font/NotoSansJP-Bold.woff') format('woff'),
        url('font/NotoSansJP-Bold.eot')  format('eot');
    font-display: swap;

}
@font-face {
    font-family: 'NotoSansCJKjp';
    font-style: normal;
    font-weight: 900;
    src: url('font/NotoSansJP-Black.woff') format('woff'),
        url('font/NotoSansJP-Black.eot')  format('eot');
    font-display: swap;
}
html {
    font-family: 'NotoSansCJKjp', "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif !important;

}
/*my-setting*/

/* スクロールの有無によるレイアウトずれ防止 */
body{overflow-x: hidden;}
html {
	overflow-y: scroll;
}
/* ボーダー、余白、幅消し */


/* 電話番号PC時制限 
a[href^="tel:"] {
  cursor: default; 
}
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}
*/
* {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	border: 0px;
	max-width: 100%;
	vertical-align: bottom;
	height: auto;
    image-rendering: -webkit-optimize-contrast;

}
dl,dt,ul,li {
	list-style: none;
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

table{
	border-collapse: collapse;
    border-spacing: 0;
}

/* 文字揃え */
.t_c {
	text-align: center!important;
}
.t_l {
	text-align: left!important;
}
.t_r {
	text-align: right!important;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.mgb10 {
	margin-bottom: 10px !important;
}
.mgb30 {
	margin-bottom: 30px !important;
}
.mgb50 {
	margin-bottom: 50px !important;
}

@media screen and (max-width: 950px) {
.mgb50 {
	margin-bottom: 30px !important;
}
}
#content.pages{
	margin: 30px 0 0px;
}

.wrap {
	max-width: 1280px;
	box-sizing: border-box;
	margin: 0 auto;
	*zoom: 1;
}
.wrap:before {
	display: inline-block;
}
.wrap:after {
	content: "";
	display: block;
	clear: both;
}

@media screen and (max-width: 950px) {
#content{
	margin: 20px 0 0px;
}
	
#content .wrap {
	max-width: 100%;
	width: 100%;
	padding: 20px 10px 0px;
	*zoom: 1;
}
}

#main {
	width: 100%;
	float: right;
	background: #fff;
}
.main-inner {
	margin-left: 340px;
}
#side {
	width: 300px;
	float: left;
	margin-right: -310px;
}
.left-content #main {
	width: 100%;
	float: left;
}
.left-content .main-inner {
	margin-right: 358px;
	margin-left: 0;
}
.left-content #side {
	width: 310px;
	float: left;
	margin-left: -310px;
}
.right-content #main {
	width: 100%;
	float: left;
}
.right-content .main-inner {
	margin-left: 358px;
	margin-right: 0;
}
.right-content #side {
	width: 310px;
	float: left;
	margin-left: -100%;
}
.one-column #content .wrap {
	width: 1000px;
}
.one-column #content .wrap #main {
	width: 100%;
	float: none;
}
.one-column #content .wrap #main .main-inner {
	width: 100%;
	margin: 0;
}
.one-column #content .wrap #side {
	display: none;
}
/* ----------------------------------------
* all
---------------------------------------- */

body {
	font-size: 16px;
	color:#333 !important;
	line-height: 1.2;
	letter-spacing: 0.05rem;
	-webkit-text-size-adjust: 100%;
}

a {
	text-decoration: none;
	color: #333;
}
a:hover {
	/* text-decoration: underline; */
}

/* PCスマホ表示切替 */
	.pc { display: block !important; }
	.sp { display: none !important; }
 
@media only screen and (max-width: 950px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

@media screen and (max-width: 950px) {
html{
	font-size:13px !important;
	}
}
/* linkarea */

.linkarea {
	position: relative;
	z-index: 1;
}
.linkarea a {
	position: absolute;
	/*
	top: -25px;
	left: -10px;
	*/
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.linkarea:hover {
	filter: alpha(opacity=70);
	/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";
	/* IE 8,9 */
	-moz-opacity: 0.7;
	/* FF , Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
	opacity: 0.7;
	zoom: 1;
	/*IE*/
	cursor: pointer;
}

.txt_l {
	font-size: 2.4rem;
	margin: 1rem 0;
}
.txt_m {
	font-size: 24px;
	margin: 1rem 0;
}
@media screen and (max-width: 780px) {
	.txt_l {
		font-size: 2.2rem;
		margin: 1rem 0;
	}
	.txt_m {
		font-size: 16px;
		margin: 1rem 0;
	}
}
/* form
---------------------------------------- */

form input[type="submit"], form button {
	background: #3B4552;
	color: #fff;
}
form input[type="submit"]:hover, form button:hover {
	cursor: pointer;
}
form .your-shop input[type="text"] {
	background: #F6F6F6;
}

div.wpcf7 .ajax-loader{
	display:none !important;}
/* ----------------------------------------
* breadcrumb
---------------------------------------- */

.breadcrumb-area {
	background: #f6f6f6;
}
.breadcrumb-area .wrap {
	padding: 1em 20px;
	max-width: 1280px;
	margin: 0 auto;
}
.breadcrumb {
	margin: 0;
	margin-left: -10px;
	overflow: hidden;
	font-size: 0.87em;
	padding: 0;
	line-height: 1em;
}
.breadcrumb li {
	float: left;
	margin-left: 10px;
}
.breadcrumb li a {
	text-decoration: none;
}
.breadcrumb li a:hover {
	text-decoration: underline;
}
/* ----------------------------------------
* content
---------------------------------------- */

#content {
	padding: 0 0 0px;
	/*
	background: #faf5eb;
	*/
	/* キャプション */
}
/*
#content .wrap {
	max-width: 1280px;
	overflow: visible;
	width: 100%;
	background: #fff;
	padding: 2.2em 2.67em 1.67em;
}
*/
#content .wrap .wrap{
	padding: 0;
	box-shadow: none;
}


/* tag */

div.tag-name ul li {
	display: inline-block;
	border: 2px solid #4EA52B;
	padding: 4px 6px !important;
	font-size: 0.8em !important;
	margin: 0 10px 0 0;
	z-index: 1;
	position: relative;
}
div.tag-name ul li a {
	font-weight: 600;
	color: #4EA52B !important;
	display: block;
	/*
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
*/
	z-index: 2;
}
div.tag-name ul li a:hover {
	text-decoration: none;
	color: #fff !important;
}
div.tag-name ul li:hover {
	background-color: #4EA52B;
	filter: alpha(opacity=70);
	/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";
	/* IE 8,9 */
	-moz-opacity: 0.7;
	/* FF , Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
	opacity: 0.7;
	zoom: 1;
	/*IE*/
	cursor: pointer;
}
div.tag-name ul li:before {
	content: none !important;
}
/**/

/* youtube */
div.youtube{
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;

}

 div.youtube iframe{
      position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
@media screen and (max-width: 780px) {
div.youtube{
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
}

}
	

/* form
-------------------------------------------------- */

.wpcf7 {}
.wpcf7 form {
	margin: 0;
}
.wpcf7 table {
	margin-bottom: 10px;
	font-size:1.1rem;
}

.wpcf7 table p{
	margin-bottom:10px !important;
}
.wpcf7 table th {
	width: 40%;
}
.wpcf7 table .his {
	color: #f00;
	font-size: 0.9em;
	padding-left: 0.3em;
}
.wpcf7 fieldset {
	border: 1px solid #e5e5e5;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
.wpcf7 legend {
	border: 0;
	padding: 0;
	white-space: normal;
	*margin-left: -7px;
}
.wpcf7 label {
	display: inline-block;
	margin: 1em auto;
}
.wpcf7 button, .wpcf7 input, .wpcf7 select, .wpcf7 textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
}
.wpcf7 textarea {
		width:100%;
}
.wpcf7 button, .wpcf7 input {
	line-height: normal;
	font-weight: normal;
}
.wpcf7 button, .wpcf7 input[type="button"], .wpcf7 input[type="reset"], .wpcf7 input[type="submit"], .wpcf7 .btn {
	cursor: pointer;
	*overflow: visible;
	-webkit-appearance: none;
}
.wpcf7 button[disabled], .wpcf7 input[disabled] {
	cursor: default;
}
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	*height: 13px;
	*width: 13px;
}
.wpcf7 input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: border-box;
}
.wpcf7 input[type="search"]::-webkit-search-cancel-button, .wpcf7 input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
.wpcf7 button::-moz-focus-inner, .wpcf7 input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.wpcf7 textarea {
	overflow: auto;
	vertical-align: top;
}
/* form
---------------------------------------- */

.wpcf7 form input[type="text"], .wpcf7 form input[type="email"], .wpcf7 form input[type="url"], .wpcf7 form input[type="tel"], .wpcf7 form input[type="number"], .wpcf7 form input[type="date"] {
	border-radius: 3px;
	padding: 0.8em 1.5em;
	width: 100%;
	border: 1px #dddddd solid;
	outline: none;
	box-sizing: border-box;
	margin: 0.3em 0;
}
.wpcf7 form input[type="submit"] {
	display: inline-block;
	width: 240px;
	margin: 10px auto;
	padding: 0.5em;
	background: #333;
	font-size: 1rem;
	font-weight: bold;
	outline: none;
	border: none;
	appearance: none;
}
@media screen and (max-width: 780px) {
	.page-id-584 .wpcf7 form input[type="submit"] {
		margin: 0 auto 20px;
	}
	#header-gnav-area, #header-gnav-area.fix {
		position: fixed;
		top: 0;
		transform: none;
		box-shadow: none;
		/*
		height: 21vw;
	*/
	}
}
.wpcf7 form input[type="submit"]:hover {
	cursor: pointer;
}
.wpcf7 form input[type="button"] {
	display: inline-block;
	width: 30%;
	min-width: 240px;
	margin: 0 2%;
	padding: 0.5em;
	background: #5e88b3;
	font-size: 1rem;
	font-weight: bold;
	border-radius: 3em;
	outline: none;
	border: none;
	appearance: none;
	color: #fff;
}
.wpcf7 form input[type="button"]:hover, .wpcf7 form button:hover {
	cursor: pointer;
}
div.wpcf7 .ajax-loader,.wpcf7-spinner::before,.wpcf7-spinner {
    display: none !important;
}


/* loop
---------------------------------------- */

#blog_list {}
#blog_list .m_menu li {
	display: inline-block;
	padding: 0 1em 0 0;
}
#blog_list .m_menu li:before {
	content: "・";
	font-weight: bold;
	color: #f96900;
}
#blog_list .while {
	list-style: nonel;
}
#blog_list li.row {
	margin-bottom: 2rem;
	border-bottom: solid 1px #CCC;
	padding-left: 0;
}
#blog_list li.row:last-child {
	border-bottom: none;
}
#blog_list .row:after {
	content: '';
	display: block;
	clear: both;
	padding: 0 0 2rem;
}
#blog_list h6 {
	margin: -0.5em 0 0.5em;
}
.post-type-archive-voice #blog_list h6 {
	margin: 0 0 1em;
}
#blog_list .btn_a {
	text-align: right;
}
#blog_list .btn_a a, #blog_list .btn_a a:visited {
	color: #fff;
}
#blog_list .btn_b {
	margin: 0 0 5rem;
}
#blog_list .ymd {
	color: #6c6c6c;
	font-size: 0.875rem;
	margin-bottom: 0;
}
#blog_list .post-content li.row:before {
	content: "";
}
@media screen and (max-width: 780px) {
	.single-post .post-content h1 {
		font-size: 20px;
		padding: 0 0 0.3em;
	}
}
/* blog CVbanr */

.banr_cv_blog img {
	margin-bottom: 30px;
}
/* pager */

.pagination {
	clear: both;
	padding: 20px 0;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
}
.pagination a {
	background: #fff;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	color: #241913;
}
.pagination a:hover {
	background: #999999;
	color: #fff;
}
.pagination .current {
	padding: 6px 9px 5px 9px;
	background: #f0efec;
	color: #000;
}
/* ----------------------------------------
* side
---------------------------------------- */

.side-widget-area {
	padding: 0;
}
.wp-image-102 {
	margin-top: 1em;
}
.side-widget {
	margin-bottom: 34px;
}
#side h4 {
	margin: 0 0 0;
	font-weight: bold;
	background: #f6f6f6;
	border-left: 5px solid #e5e5e5;
	line-height: 1em;
	padding: 0.87em 0 0.87em 1em;
}
.side-widget a {
	margin-bottom: 0;
	color: #000;
	text-decoration: none;
	display: block;
}
.textwidget a {
	margin-bottom: 1em;
	color: #000;
	text-decoration: none;
	display: block;
}
.side-widget a:hover {
	color: #000;
	text-decoration: underline;
}
.side-widget p {
	font-size: 0.933em;
	line-height: 1.5em;
}
.side-widget ul {
	list-style: none;
}
.side-widget ul li {
	color: #000;
	font-weight: bold;
	padding: 0;
	border-bottom: 1px solid #e5e5e5;
}
.widget_nav_menu ul li:first-child {
	border-top: 1px solid #e5e5e5;
}
/* cat-post-widget */

.cat-post-widget {}
.cat-post-widget ul {
	list-style: none;
}
.cat-post-widget ul li div {
	font-size: 0.933em;
	line-height: 1.5em;
}
.cat-post-widget ul li {
	padding: 2em 1em 2em 3em;
	line-height: 1.4em;
	position: relative;
}
.cat-post-widget ul li:before {
	background: #4ea52b;
	padding: 0.5em 0.7em;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -1em;
}
.cat-post-widget li:first-child::before {
	content: '1';
}
.cat-post-widget li:nth-child(2)::before {
	content: '2';
}
.cat-post-widget li:nth-child(3)::before {
	content: '3';
}
.cat-post-widget li:nth-child(4)::before {
	content: '4';
}
.cat-post-widget li:nth-child(5)::before {
	content: '5';
}
/* widget_execphp */

.widget_execphp {}
#side .widget_execphp ul {
	padding-top: 1.4em;
}
.widget_execphp ul li {
	padding: 0 1em 0.4em 5px;
	line-height: 1.2em;
	margin-bottom: 1.4em;
	clear: both;
}
.widget_execphp ul li:after {
	content: '';
	display: block;
	clear: both;
}
.widget_execphp .f_l {
	width: 20%;
}
.widget_execphp .f_r {
	width: 67%;
}
#execphp-2 p {
	margin-bottom: 1em;
}
/* widget_nav_menu */

.widget_nav_menu {}
.widget_nav_menu ul {}
.widget_nav_menu ul li {
	padding: 1.8em 1em 1.8em 2.42em;
	line-height: 1em;
	position: relative;
	font-weight: normal;
}
.widget_nav_menu ul li a {
	position: relative;
	font-weight: normal;
}
.widget_nav_menu ul li a:before {
	content: '';
	background: url(img/arrow-m-w@2x.png) no-repeat center center;
	background-size: 100%;
	height: 1.42em;
	width: 1.42em;
	position: absolute;
	top: 0;
	left: -2.5em;
	margin-top: -0.3em;
}
/* search */

.widget_search {
	overflow: hidden;
	background: #fff;
	border: 1px solid #e5e5e5;
	padding-bottom: 0;
	border-radius: 2px;
}
.widget_search form div {
	position: relative;
	padding-right: 40px;
}
.widget_search label {
	display: none;
}
.widget_search input[type=text] {
	line-height: 18px;
	padding: 8px 13px;
	font-size: 14px;
	width: 100%;
	box-sizing: border-box;
	border: none;
	float: left;
}
#searchform button {
	color: #4ea52b;
	font-family: "Font Awesome 5 Free";
}
#searchform button:before {
	content: url(img/search.png);
}
.widget_search button {
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	vertical-align: top;
	line-height: 18px;
	border: none;
	border-radius: 3px;
	width: 40px;
	padding: 8px 5px;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
	background: transparent;
	font-family: 'FontAwesome';
	font-size: 21px;
	color: #00b16a;
}
.widget_search button:hover {
	cursor: pointer;
}
#searchform form input[type="text"], #searchform form input[type="email"], #searchform form input[type="url"], #searchform form input[type="tel"], #searchform form input[type="number"], #searchform form input[type="date"], #searchform form textarea {
	border-radius: 3px;
	padding: 12px;
	max-width: 100%;
	font-size: 16px;
}
#searchform form textarea {
	width: 80%;
}
#searchform form input[type="submit"] {
	padding: 12px 20px;
}
/* comment */

.recentcomments {
	display: none;
}
/* 実装中止----------- */

/* follow */

#side .share-list-wrap {
	display: none;
}
/* author */

#side-author {
	display: none;
}
/* side-content */

ul.side-content {
	line-height: 1.1;
	margin: 10px auto !important;
	width: 100%;
}
ul.side-content li.side-investment, ul.side-content li.side-ninbai, ul.side-content li.side-leaseback, ul.side-content li.side-relatives, ul.side-content li.side-divorce, ul.side-content li.side-women, ul.side-content li.side-senior, ul.side-content li.side-change, ul.side-content li.side-multiple {
	position: relative;
	line-height: 1em;
	padding: 10px 5px 5px 3em;
}
ul.side-content li.side-investment:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/gicon-investment.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-ninbai:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/gicon-keibai.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-leaseback:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/gicon-leaseback.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-relatives:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/gicon-relatives.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-divorce:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/gicon-divorce.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-multiple:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/sideicon-multiple.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-women:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/gicon-women.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-senior:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/gicon-senior.png) no-repeat;
	background-size: contain;
}
ul.side-content li.side-change:before {
	position: absolute;
	left: 0;
	content: "";
	display: inline-block;
	width: 2em;
	height: 2em;
	background: url(img/index/sideicon-change.png) no-repeat;
	background-size: contain;
}
/* ----------------------------------------
* footer
---------------------------------------- */

#footer {
	color: #6c6c6c;
}
/*
#footer a {
  color: #6c6c6c;
}
*/

#footer a:hover {
	color: #6c6c6c;
}
#footer .wrap {
	padding: 0;
}
#footer .head .wrap {
	text-align: center;
}
#footer .footer-03 .wrap {
	padding: 1.5em 0;
}
#footer .head {
	text-align: center;
	margin-bottom: 0;
	border-top: 3px #4ea52b solid;
}
#footer .head span {
	color: #f96900;
}
#footer .head .large {
	font-size: 1.6em;
	margin-left: 1em;
}
.footer-01 {
	padding: 0;
}
.footer-01 .wrap {
	margin: 0 auto;
}
.footer-01 .nav_area {
	display: table;
	margin-bottom: 3.2em;
}
.footer-01 .nav_area dl {
	display: table-cell;
	width: 20%;
}
.footer-01 .nav_area dl dt {
	font-weight: bold;
	margin: 0 0 1em 1.6em;
	position: relative;
}
.footer-01 .nav_area dl dt:before {
	content: "";
	background: url(images/arrow-m-b.png) no-repeat center center;
	background-size: 100%;
	width: 14px;
	height: 14px;
	display: inline-block;
	position: absolute;
	top: 50%;
	margin-top: -7px;
	left: -1.6em;
}
.footer-01 .nav_area dl dd {
	font-size: 0.87em;
	margin: 0 0 0.8em 1.6em;
	position: relative;
}
.footer-01 .nav_area dl dd:before {
	content: ">";
	display: inline-block;
	margin-right: 0.5em;
}
.footer-02 {
	background: #1d6c07;
	text-align: center;
	padding: 1.875rem 0 0.875rem;
}
.footer-02 .nav_area {
	text-align: center;
}
.footer-02 .nav_area li {
	display: inline-block;
	margin-bottom: 1rem;
}
.footer-02 .nav_area li.menu-item-628 {
	display: none;
}
#footer .footer-02 .nav_area li a {
	font-size: 0.866em;
	color: #fff;
}
.footer-02 .nav_area li:after {
	content: '|';
	color: #fff;
	margin: 0 0.5em;
}
.footer-03 {
	background: #4ea52b;
	padding: 1.875rem 0;
}
.footer-03 .footer-copy {
	text-align: center;
	font-size: 0.67em;
	line-height: 1em;
	color: #fff;
}
/* 202106追加 */

#footer-cont-sns {
	padding: 20px;
	color: #4ea52b;
}
#footer-cont-sns h4 {
	font-weight: 700;
	font-size: 20px;
}
#footer-cont-sns ul li {
	display: inline-block;
	margin: 0 10px;
}
#footer #footer-cont-sns li a {
	color: #4ea52b;
}
@media screen and (max-width: 780px) {
	#footer-cont-sns {
		padding: 10px 0px;
	}
	#footer-cont-sns ul li {
		display: inline-block;
		margin: 0 2px;
	}
}
/* ----------------------------------------
* pagetop
---------------------------------------- */

.pagetop {
	display: none;
	position: fixed;
	bottom: 1.4em;
	right: 2.3%;
	color: #fff;
}
.pagetop span {
	display: block;
	background: #353535;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 36px;
	opacity: .8;
}
/* ----------------------------------------
* レスポンシブ
---------------------------------------- */

/* 
@media screen and (max-width: 1200px) {
	laptop start
	body.home .wrap {
		width: 100%;
		margin: 0 auto;
		padding: 0 4%;
	}
	#footer .wrap {
		padding: 0 4%;
	}
} */
@media screen and (max-width: 950px) {
	/* tablet */
	#content {
		padding: 0 ;
	}
	/*
	#content .wrap {
		padding: 2.2em 0 4em 0;
	}
	*/
	.post-content {
		padding: 0 0;
	}
	.post-content .s_pd {
		padding: 0;
	}
	#main, #side {
		float: none;
		width: 100%;
		padding: 0;
	}
	#side {
		padding-top: 0;
	}
	.main-inner {
		margin-right: auto;
	}
	.main-inner {
		margin-left: 0;
	}
	.page_inner_width {
		margin-left: 0;
	}
	.footer-01 .footer-address {
		text-align: left;
	}
	.footer-03 {
		background: #4ea52b;
		padding: 1.875rem 0 5rem;
	}
	/* ----------------------------------------
  
  
  * pagetop
  ---------------------------------------- */
	.pagetop {
		bottom: 4.2em;
		right: 2.3%;
	}
	/* tablet end */
		html {
			font-size: 10px;
			font-size: 62.5%;
			/*10px基準*/
		}
		/* phone */
		.wrap {
			overflow: hidden;
		}
		/*
		#content .wrap {
			width: 100%;
			background: #fff;
			padding: 2.2em 0 1.67em;
			box-shadow: none;
			margin: auto;
		}
		*/
		#main {
			float: none;
		}
		#side {
			float: none;
		}
		.left-content #main {
			width: 100%;
			float: none;
		}
		.left-content #side {
			width: 100%;
			float: none;
		}
		.right-content #main {
			width: 100%;
			float: none;
		}
		.right-content #side {
			width: 100%;
			float: none;
		}
		/* header */
		#header {
			height: auto;
			padding: 0;
		}
		#header .wrap {}
		#header .logo {
			width: 100%;
			margin: 0;
			padding: 0;
		}
		.footer-01 .footer-address {
			margin-top: 1.8em;
		}
		.footer-01 .wrap {
			max-width: 900px;
			margin: 0 auto;
		}
		#footer .footer-02 {
			padding-top: 2.4em;
		}
		#footer .footer-02 .nav_area {
			display: none;
		}
		#footer .head p {
			text-align: center;
		}
		#footer .footer-03 .wrap {
			padding: 1em;
		}
		.nav_area {
			margin-top: 0;
			border-top: solid 1px #faf5eb;
		}
	

		/* loop */
		body.home {}
		.t_087 {
			font-size: 1.2em;
		}
		front-case-cont .gr6 {
			text-align: center;
		}
	}
	.post-content .contact_table {
		border: 0px none;
	}
	.post-content .contact_table th {
		border: 0px none;
		background: transparent;
		text-align: left;
		width: 25%;
	}
	.post-content .contact_table th span.smt {
		display: block;
		font-size: 13px;
	}
	.post-content .contact_table td {
		border: 0px none;
		background: transparent;
	}
	.your-type01_1 input, .your-type01_2 input, .your-type02_1 input, .your-type02_2 input, .your-type03_1 input, .your-type03_2 input, .your-type04_1 input, .your-type04_2 input, .your-type05_1 input, .your-type05_2 input {
		width: 30% !important;
	}
	.your-money01 input, .your-money02 input {
		width: 40% !important;
	}
	.wpcf7 textarea {
		resize: none;
	}
	.post-content .contact_table td span.smt {
		display: block;
		font-size: 12px;
	}
	.wpcf7-list-item{
		display:block !important;
	}
	span.your-chk span.wpcf7-list-item {
		display: block;
		margin: 0;
		font-size: 15px;
		line-height: 1em;
	}
	@media screen and (max-width: 780px) {
		.post-content .contact_table, .post-content .contact_table tr, .post-content .contact_table tbody {
			display: block;
		}
		.post-content .contact_table tr {
			border-bottom: 1px solid #ccc;
		}
		.post-content .contact_table th {
			display: block;
			width: 100%;
		}
		.post-content .contact_table td {
			display: block;
			width: 100%;
		}
		.post-content .contact_table th span.smt, .post-content .contact_table td span.smt {
		font-size: 12px;
		}
		span.your-chk span.wpcf7-list-item {
			line-height: 1.4em;
		}
	}
	/* ----------------------------------------
* 各相談窓口
---------------------------------------- */
	#shop_detail .shop_banners {
		display: flex;
	}
	#shop_detail .shop_banners div {
		margin: 0 0 1rem;
		padding: 0 1rem;
		width: 50%;
	}
	.row.shop_banners iframe {
		height: 320px;
	}
	@media screen and (max-width:780px) {
		#shop_detail .shop_banners {
			display: block;
		}
		#shop_detail .shop_banners div {
			padding: 0;
			width: 100%;
		}
		.row.shop_banners iframe {
			width: 100%;
		}
	}
	/* ----------------------------------------
* 掲載加盟店募集
---------------------------------------- */
	#store h2, #store h3, #store h4, #store h5, #store h6 {
		font-weight: 600;
		line-height: 1.5;
		margin: 0;
	}
	#store h2 {
		font-size: 1.2em;
		font-weight: 600;
		background: #F6F6F6;
		margin: 0 0 1rem;
		padding: 0.6em 0.5em;
		width: 100%;
		border-left: 0.285em #4EA52B solid;
	}
	#store h3 {
		color: #4ea52b;
		font-size: 1.2em;
		margin-bottom: .5rem;
	}
	#store p {
		line-height: 1.5;
		margin: 0;
	}
	#store ul {
		margin: 0;
		padding: 0;
	}
	#store em {
		color: #eb0404;
		font-weight: 600;
	}
	#store .btn_b a {
		color: #fff;
		display: block;
		line-height: 1;
		width: 100%;
		background: #FA6300 url(img/btn_b_arrow.png) no-repeat center right 30px;
		padding: 1em 0;
		text-align: center;
		margin: 1em auto;
		transition-duration: 0.5s;
	}
	#store .about {
		margin-bottom: 2rem;
	}
	#store .point {
		margin-bottom: 2rem;
	}
	#store .point ul li {
		align-items: center;
		display: flex;
		margin-bottom: 1rem;
	}
	#store .point ul li .text {
		padding-right: 2rem;
		width: calc(100% - 300px);
	}
	#store .point ul li .img {
		width: 300px;
	}
	@media screen and (max-width: 780px) {
		#store .point ul li {
			display: block;
		}
		#store .point ul li .text {
			padding-right: 0;
			width: 100%;
		}
		#store .point ul li .img {
			margin: .5rem auto 0;
			width: 200px;
		}
	}
	#store .support {
		margin-bottom: 2rem;
	}
	#store .support ul li {
		align-items: center;
		display: flex;
		margin-bottom: 1rem;
	}
	#store .support ul li .text {
		padding-right: 2rem;
		width: calc(100% - 300px);
	}
	#store .support ul li .img {
		width: 300px;
	}
	#store .form {
		margin-bottom: 3rem;
	}
	#store .form label {
		margin: 0;
	}
	#store .form textarea {
		border: 1px solid #dddddd;
		width: 100%;
	}
	@media screen and (max-width: 780px) {
		#store .support ul li {
			display: block;
		}
		#store .support ul li .text {
			padding-right: 0;
			width: 100%;
		}
		#store .support ul li .img {
			margin: .5rem auto 0;
			width: 200px;
		}
		#shop_form {
			border-bottom: solid 1px #cccccc;
			margin: 0 0 60px;
		}
	}
	.floating_ban .textwidget a i {
		display: block;
		width: 6vw;
		margin: 0 2vw 0 0;
		float: left;
	}
	.floating_ban .textwidget a i img {
		width: 100%;
	}
	#shop_list .shop_area {
		margin: -50px 0 2rem;
		padding: 50px 0 0;
	}
	@media screen and (max-width: 780px) {
		#shop_list .shop_area {
			margin: -100px 0 2rem;
			padding: 100px 0 0;
		}
	}
	/* reChapcha 非表示等 */
	.grecaptcha-badge {
		visibility: hidden;
	}
	.wpcf7 form>p {
		font-size: 10px;
	}
	/* 200903 追記分【トップページ】 */
	section.problem div.prob_box {
		width: 100%;
		margin-bottom: 50px;
	}
	section.problem div.prob_box>h3 {
		color: #009944;
		font-size: 32px;
		margin: 1rem 0 1rem;
	}
	section.problem div.prob_box>img {
		width: 100%;
		margin-bottom: 30px;
	}
	section.problem div.prob_box>ul.list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	section.problem div.prob_box>ul.list li {
		width: 25%;
		padding: 10px;
	}
	section.problem div.prob_box>ul.list li img {
		width: 100%;
	}
	@media screen and (max-width: 780px) {
		section.problem div.prob_box>h3 {
			font-size: 20px;
		}
		section.problem div.prob_box>img {
			margin-bottom: 3vw;
		}
		section.problem div.prob_box>ul.list li {
			padding: 1vw;
		}
		section.problem div.prob_box {
			width: 100%;
			margin-bottom: 20px !important;
		}
	}
	.home .area_02 {
		display: flex;
		margin-bottom: 2rem;
	}
	.home .area_02 .title_02 {
		padding-top: 4px;
		width: 30%;
		font-weight: normal !important;
	}
	.home .area_02 .title_02 p {
		margin-bottom: 16px;
	}
	.home .area_02 .list_02 {
		display: flex;
		flex-wrap: wrap;
		width: 70%;
	}
	.area_02 .list_02 li {
		padding: 0.5rem;
		width: 25%;
	}
	@media screen and (max-width: 780px) {
		.home .area_02 {
			display: block;
		}
		.home .area_02 .title_02 {
			background-position: center center !important;
			margin: 2rem 0 5rem;
			text-align: center;
			width: 100%;
		}
		.home .area_02 .title_02 p {
			margin-bottom: 3rem;
			font-size: 18px;
		}
		.home .area_02 .list_02 {
			width: 100%;
		}
	}
	/* 202106 追記分【トップページ】 */
	.home .box_circle_yellow {
		border-radius: 10px;
		border: 10px #f3f5bf solid;
		padding: 5px;
		margin: 0 0 20px;
	}
	.home .box_seach {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 10px;
	}
	.home .box_seach .img_seach {
		width: 180px;
		padding: 10px;
		text-align: center;
	}
	.home .box_seach .img_seach img {
		width: 160px;
	}
	.home .box_seach .txt_seach {
		width: calc( 100% - 180px);
		padding: 0 0 0 20px;
		display: table;
	}
	.home .box_seach .txt_seach strong {
		display: table-cell;
		vertical-align: middle;
	}
	@media screen and (max-width: 780px) {
		.home .box_seach .img_seach {
			width: 100%;
		}
		.home .box_seach .txt_seach {
			width: 100%;
			padding: 0;
		}
	}
	/* ----------------------------------------
* 状況別コンテンツ追加
---------------------------------------- */
	#area-contents{
		line-height: 1.5;
	}
	#area-contents ul {
		padding-left: 0;
	}
	#area-contents .check, #area-contents .circle {
		margin-bottom: 10px;
	}
	#area-contents .circle:before {
		font-family: FontAwesome;
		content: '\f111';
		padding-right: 5px;
		font-size: 2px;
	}
	.arrow:before {
		font-family: FontAwesome;
		content: '\f061';
		padding-right: 5px;
	}
	#area-contents div.balloon-h1 {
		position: relative;
		display: inline-block;
		margin: 0 0 10px;
		padding: 3px 10px;
		min-width: 120px;
		max-width: 100%;
		background-color: #dcedd5;
		font-size: 16px;
	}
	#area-contents div.balloon-h1:before {
		content: "";
		position: absolute;
		top: 100%;
		left: 20px;
		margin-left: 0;
		border: 15px solid transparent;
		border-top: 15px solid #dcedd5;
	}
	#area-contents div.balloon-h1 p {
		margin: 0;
		padding: 5px 10px;
	}
	#area-contents h1, .post-content h1 {
		font-size: 36px;
		line-height:1.1;
		font-weight: 400;
		border: none;
		border-bottom: 4px solid #4ea52b;
		margin: 0 0 20px;
		padding: 0;
		background: none;
	}
	#area-contents h3 {
		background-color: #4ea52b;
		color: #fff;
		padding: 5px 20px;
		text-align: left;
		font-size: 18px;
		font-weight: 400;
		border: none;
		line-height: inherit;
		margin: 50px 0 10px;
	}
	#area-contents .area_include h3 {
		margin: 0px 0 10px;
		background-color: transparent;
		border-bottom: 2px solid #4ea52b;
		margin: 0px 0 10px;
		padding:0;
		color:#333;
	}
	#area-contents h3 a {
		color: #fff;
	}
	#area-contents .area_include h3 a{
		color:#333;
	}
	#area-contents .area_include h3 a:hover{
		text-decoration:none;
	}


	#area-contents h4 {
		font-size: 18px;
		font-weight: 600;
		margin: 30px 0 10px;
	}
	#area-contents h5 {
		text-align: center;
		font-size: 18px;
		font-weight: 600;
		margin: 0 0 10px;
	}
	@media screen and (max-width: 780px) {
		#area-contents div.balloon-h1 {
			font-size: 14px;
		}
		#area-contents h1, .post-content h1 {
			font-size: 26px;
			margin: 0 0 20px;
		}
		#area-contents div.balloon-h1 p {
			margin: 0;
			padding: 10px;
		}
		#area-contents h4 {
			font-size: 16px;
			margin: 20px 0 10px;
		}
	}
	/* flow01 */
	#area-contents div.flow01 {
		position: relative;
		display: inline-block;
		margin: 0 0 20px;
		padding: 10px 0 8px;
		width: 100%;
		border: solid 5px #ccc;
		background: #fff;
		box-sizing: border-box;
		text-align: center;
	}
	#area-contents div.flow01:before {
		content: "";
		position: absolute;
		bottom: -24px;
		left: 50%;
		margin-left: -14px;
		border: 15px solid transparent;
		border-top: 15px solid #FFF;
		z-index: 2;
	}
	#area-contents div.flow01.no-arrow:before {
		content: none;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
		border: none;
		z-index: 2;
	}
	#area-contents div.flow01:after {
		content: "";
		position: absolute;
		bottom: -32px;
		left: 50%;
		margin-left: -15px;
		border: 16px solid transparent;
		border-top: 16px solid #ccc;
		z-index: 1;
	}
	#area-contents div.flow01.no-arrow:after {
		content: none;
		position: absolute;
		bottom: 0;
		left: 0;
		margin-left: 0;
		border: none;
		z-index: 2;
	}
	#area-contents div.flow01 dl {
		margin: 0;
		padding: 10px;
	}
	#area-contents div.flow01 dl dt {
		color: #25670a;
		text-align: center;
		font-weight: 600;
		font-size: 18px;
		padding: 0;
	}
	#area-contents div.flow01 dl dt:before, #area-contents div.flow01 dl dd:before {
		content: none;
	}
	#area-contents div.flow01 dl dd {
		text-align: left;
		padding: 10px 0 0;
		margin: 0;
		line-height: 1.5;
	}
	#area-contents div.flow01 h4 {
		color: #333;
		text-align: center;
		font-weight: 500;
		font-size: 18px;
		padding: 0px 20px;
		background-color: #dcedd5;
		display: inline-block;
		width: auto;
		margin: 0 auto 5px;
		border: 0;
	}
	@media screen and (max-width: 780px) {
		#area-contents div.flow01 dl {
			padding: 0 10px;
			text-align: left;
		}
		#area-contents div.flow01 dt {
			text-align: left;
		}
	}
	/* box_agent01 */
	#area-contents div.bg_agent01 {
		background-color: #eee;
		background-image: url("img/img-agent.png");
		background-repeat: no-repeat;
		background-position: right bottom;
		padding: 30px;
		margin: 0 0 50px;
	}
	/* box_agent02 */
	#area-contents div.bg_agent02 {
		background-color: #eee;
		background-image: url("img/img-agent02.png");
		background-repeat: no-repeat;
		background-position: left bottom;
		padding: 30px;
		margin: 0 0 50px;
	}
	#area-contents div.bg_agent01 div.box_agent {
		width: calc(100% - 190px);
		min-height: 170px;
	}
	#area-contents div.bg_agent02 div.box_agent {
		/*	width: calc(100% - 190px);
*/
		padding-left: 220px;
		min-height: 170px;
	}
	#area-contents div.box_agent h4 {
		font-size: 24px;
		color: #bf040b;
		font-weight: 500;
		margin: 0 0 10px;
		padding: 0;
		line-height: 1.2;
	}
	@media screen and (max-width: 780px) {
		#area-contents div.bg_agent01 {
			background-image: url("img/img-agent.png");
			background-repeat: no-repeat;
			background-position: center bottom;
			padding: 10px 10px 240px;
			margin: 0 0 30px;
		}
		#area-contents div.bg_agent02 {
			background-image: url("img/img-agent02.png");
			background-repeat: no-repeat;
			background-position: center bottom;
			padding: 10px 10px 220px;
			margin: 0 0 30px;
		}
		#area-contents div.bg_agent01 div.box_agent {
			width: 100%;
		}
		#area-contents div.bg_agent02 div.box_agent {
			width: 100%;
			padding-left: 0;
		}
	}
	#area-contents div.box_2colum {
		width: 100%;
		margin: 0 0 50px;
	}
	#area-contents div.box_2colum div.box_2colum-l {
		float: left;
		width: calc(50% - 10px);
	}
	#area-contents div.box_2colum div.box_2colum-r {
		float: right;
		width: calc(50% - 10px);
	}
	#area-contents div.box_thumbnail {
		width: 100%;
		border-bottom:1px solid #ccc;
		margin: 0 0 10px;
		padding-bottom:30px;
	}

	#area-contents div.box_thumbnail:last-child {
		border-bottom:none;
		margin: 0;
		padding-bottom:10px;
	}
	#area-contents div.box_thumbnail div.box_thumbnail-l {
		float: left;
		width: calc(25% - 10px);
	}
	#area-contents div.box_thumbnail div.box_thumbnail-r {
		float: right;
		width: calc(75% - 10px);
	}
	
	@media screen and (max-width: 780px) {
	#area-contents div.box_thumbnail div.box_thumbnail-l {
		float: left;
		width: calc(45% - 10px);
	}
	#area-contents div.box_thumbnail div.box_thumbnail-r {
		float: right;
		width: calc(55% - 10px);
	}
}
	#area-contents div.box_arrow {
		position: relative;
		margin: 0 0 40px;
		padding: 30px;
	}
	#area-contents div.box_arrow:after {
		position: absolute;
		bottom: -40px;
		left: 50%;
		content: "\f063";
		z-index: 2;
		display: block;
		font-size: 30px;
		font-weight: 900;
		font-family: "Font Awesome 5 Free";
		margin-left: -15px;
		color: #adb5bd;
	}
	#area-contents div.box_arrow-triangle {
		position: relative;
		margin: 0 0 20px;
	}
	#area-contents div.box_arrow-triangle:after {
		position: absolute;
		bottom: -50%;
		left: 50%;
		content: "";
		z-index: 2;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #dcedd5;
	}
	#area-contents dl.txt_alarm {
		margin: 0 0 30px;
	}
	#area-contents dl.txt_alarm dt:before {
		font-family: FontAwesome;
		content: '\f06a';
		padding-right: 5px;
		font-size: 18px;
	}
	#area-contents dl.txt_alarm dt {
		font-weight: 600;
		padding-bottom: 5px;
		border-bottom: solid #333 1px;
		font-size: 16px;
		margin: 0 0 10px;
	}
	#area-contents dl.txt_alarm dd {
		margin: 0;
	}
	@media screen and (max-width: 780px) {
		/*
	#area-contents div.box_2colum div.box_2colum-l,#area-contents div.box_2colum div.box_2colum-r{
	float:none;
  	width: 100%;
}
*/
		#area-contents div.box_arrow {
			position: relative;
			margin: 0 0 40px;
		}
	}
	#area-contents .btn-agent {
		background: #af0909;
		color: #fff;
		padding: 16px 40px;
		text-decoration: none;
		border-radius: 5px;
		transition-property: opacity;
		-webkit-transition-property: opacity;
		transition-duration: .5s;
		-webkit-transition-duration: .5s;
		text-align: center;
		display: inline-block;
	}
	#area-contents .btn-agent:hover {
		opacity: .7;
	}
	@media screen and (max-width: 780px) {
		#area-contents .btn-agent {
			padding: 16px;
			display: block;
		}
	}
	/* 四角数字タイトル */
	ul.list-decimal {
		counter-reset: sample;
	}
	ul.list-decimal li {
		counter-increment: sample;
		margin-bottom: 50px;
	}
	ul.list-decimal li:before {
		content: counter(sample);
		margin-right: 7px;
		/*以下 四角の設定*/
		display: inline-block;
		width: 40px;
		height: 40px;
		height: 40px;
		background: #4ea52b;
		color: white;
		line-height: 40px;
		text-align: center;
		margin-bottom: 10px;
	}
	/* btn */
	#area-contents .btn-yellow {
		background: #f3f5bf;
		color: #2b6939;
		padding: 16px 40px;
		text-decoration: none;
		border-radius: 5px;
		transition-property: opacity;
		-webkit-transition-property: opacity;
		transition-duration: .5s;
		-webkit-transition-duration: .5s;
		text-align: center;
		display: inline-block;
		font-weight: 700;
	}
	#area-contents .btn-yellow:hover {
		opacity: .7;
	}
	@media screen and (max-width: 780px) {
		#area-contents .btn-yellow {
			padding: 16px;
			display: block;
		}
	}
