@charset "UTF-8";
.mobile {
	display: none
}
@media screen and (max-width:768px) {
	.mobile {
		display: block
	}
}
@media screen and (max-width:768px) {
	.desktop {
		display: none
	}
}
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	background: 0 0;
	box-sizing: border-box;
	font: inherit;
	vertical-align: baseline;
	outline: 0;
	word-break: break-word;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}
html {
	font-size: 62.5%
}
body {
	font-family: メイリオ, Meiryo, sans-serif;
	width: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	font-size: 1.6rem;
	word-wrap: break-word;
	line-height: 1;
	-webkit-font-feature-settings: "palt";
	font-feature-settings: "palt"
}
a, body {
	color: #221815
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	box-sizing: border-box;
	background: 0 0;
	text-decoration: none;
	transition: all .2s ease
}
a:hover {
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
	opacity: .6
}
ol, ul {
	list-style: none
}
blockquote, q {
	quotes: none
}
blockquote:after, blockquote:before, q:after, q:before {
	content: "";
	content: none
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
ins {
	text-decoration: none
}
ins, mark {
	background-color: #ff9;
	color: #000
}
mark {
	font-style: italic;
	font-weight: 700
}
del {
	text-decoration: line-through
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0
}
input, select {
	vertical-align: middle
}
button, input[type=button], input[type=date], input[type=email], input[type=submit], input[type=tel], input[type=text], select, textarea {
	width: 100%;
	border-radius: 0;
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	padding: 10px 15px;
	border: 1px solid #221815;
	box-sizing: border-box;
	background: #fff;
	font-weight: 400;
	cursor: pointer
}
button:focus, input[type=button]:focus, input[type=date]:focus, input[type=email]:focus, input[type=submit]:focus, input[type=tel]:focus, input[type=text]:focus, select:focus, textarea:focus {
	outline: 0;
	background: #fffce2
}
input[type=checkbox], input[type=radio] {
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle
}
textarea {
	width: 100%;
	resize: vertical
}
input[type=button], input[type=submit] {
	display: block;
	max-width: 400px;
	width: 100%;
	margin: 20px auto 0;
	padding: 20px 0;
	border: none;
	border-radius: 5px;
	background: #f06c05;
	color: #fff;
	font-size: 1.6rem;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 900;
	transition: all .4s ease
}
input[type=button]:hover, input[type=submit]:hover {
	opacity: .8
}
input[type=button]:focus, input[type=submit]:focus {
	outline: 0;
	background: #f06c05
}
input[type=button]::-webkit-search-decoration, input[type=submit]::-webkit-search-decoration {
	display: none
}
input[type=button]::focus, input[type=submit]::focus {
	outline-offset: -2px
}
.oa {
	overflow: auto
}
.oh {
	overflow: hidden
}
.ti {
	text-indent: -9999px
}
.db {
	display: block
}
.dib {
	display: inline-block
}
.dn {
	display: none
}
.di {
	display: inline
}
.dt {
	display: table;
	width: 100%
}
.dtr {
	display: table-row
}
.dtc {
	display: table-cell;
	vertical-align: top
}
.flL {
	float: left
}
.flR {
	float: right
}
.clr {
	clear: both
}
.clr_after:after {
	content: "";
	clear: both;
	display: table
}
.tal {
	text-align: left
}
.tar {
	text-align: right
}
.tac {
	text-align: center
}
.vat {
	vertical-align: top
}
.vam {
	vertical-align: middle
}
.vab {
	vertical-align: bottom
}
.vabl {
	vertical-align: baseline
}
.fz12 {
	font-size: 12px
}
.fz16 {
	font-size: 16px
}
.fz18 {
	font-size: 18px
}
.fwb {
	font-weight: 700
}
.m00 {
	margin: 0
}
.p00 {
	padding: 0
}
.m05 {
	margin: 5px
}
.p05 {
	padding: 5px
}
.m10 {
	margin: 10px
}
.p10 {
	padding: 10px
}
.m15 {
	margin: 15px
}
.p15 {
	padding: 15px
}
.m20 {
	margin: 20px
}
.p20 {
	padding: 20px
}
.m25 {
	margin: 25px
}
.p25 {
	padding: 25px
}
.m30 {
	margin: 30px
}
.p30 {
	padding: 30px
}
.m35 {
	margin: 35px
}
.p35 {
	padding: 35px
}
.m40 {
	margin: 40px
}
.p40 {
	padding: 40px
}
.m45 {
	margin: 45px
}
.p45 {
	padding: 45px
}
.m50 {
	margin: 50px
}
.p50 {
	padding: 50px
}
.m55 {
	margin: 55px
}
.p55 {
	padding: 55px
}
.m60 {
	margin: 60px
}
.p60 {
	padding: 60px
}
.m65 {
	margin: 65px
}
.p65 {
	padding: 65px
}
.m70 {
	margin: 70px
}
.p70 {
	padding: 70px
}
.m75 {
	margin: 75px
}
.p75 {
	padding: 75px
}
.m80 {
	margin: 80px
}
.p80 {
	padding: 80px
}
.m85 {
	margin: 85px
}
.p85 {
	padding: 85px
}
.m90 {
	margin: 90px
}
.p90 {
	padding: 90px
}
.m95 {
	margin: 95px
}
.p95 {
	padding: 95px
}
.m100 {
	margin: 100px
}
.p100 {
	padding: 100px
}
.mt00 {
	margin-top: 0
}
.pt00 {
	padding-top: 0
}
.mt05 {
	margin-top: 5px
}
.pt05 {
	padding-top: 5px
}
.mt10 {
	margin-top: 10px
}
.pt10 {
	padding-top: 10px
}
.mt15 {
	margin-top: 15px
}
.pt15 {
	padding-top: 15px
}
.mt20 {
	margin-top: 20px
}
.pt20 {
	padding-top: 20px
}
.mt25 {
	margin-top: 25px
}
.pt25 {
	padding-top: 25px
}
.mt30 {
	margin-top: 30px
}
.pt30 {
	padding-top: 30px
}
.mt35 {
	margin-top: 35px
}
.pt35 {
	padding-top: 35px
}
.mt40 {
	margin-top: 40px
}
.pt40 {
	padding-top: 40px
}
.mt45 {
	margin-top: 45px
}
.pt45 {
	padding-top: 45px
}
.mt50 {
	margin-top: 50px
}
.pt50 {
	padding-top: 50px
}
.mt55 {
	margin-top: 55px
}
.pt55 {
	padding-top: 55px
}
.mt60 {
	margin-top: 60px
}
.pt60 {
	padding-top: 60px
}
.mt65 {
	margin-top: 65px
}
.pt65 {
	padding-top: 65px
}
.mt70 {
	margin-top: 70px
}
.pt70 {
	padding-top: 70px
}
.mt75 {
	margin-top: 75px
}
.pt75 {
	padding-top: 75px
}
.mt80 {
	margin-top: 80px
}
.pt80 {
	padding-top: 80px
}
.mt85 {
	margin-top: 85px
}
.pt85 {
	padding-top: 85px
}
.mt90 {
	margin-top: 90px
}
.pt90 {
	padding-top: 90px
}
.mt95 {
	margin-top: 95px
}
.pt95 {
	padding-top: 95px
}
.mt100 {
	margin-top: 100px
}
.pt100 {
	padding-top: 100px
}
.mb00 {
	margin-bottom: 0
}
.pb00 {
	padding-bottom: 0
}
.mb05 {
	margin-bottom: 5px
}
.pb05 {
	padding-bottom: 5px
}
.mb10 {
	margin-bottom: 10px
}
.pb10 {
	padding-bottom: 10px
}
.mb15 {
	margin-bottom: 15px
}
.pb15 {
	padding-bottom: 15px
}
.mb20 {
	margin-bottom: 20px
}
.pb20 {
	padding-bottom: 20px
}
.mb25 {
	margin-bottom: 25px
}
.pb25 {
	padding-bottom: 25px
}
.mb30 {
	margin-bottom: 30px
}
.pb30 {
	padding-bottom: 30px
}
.mb35 {
	margin-bottom: 35px
}
.pb35 {
	padding-bottom: 35px
}
.mb40 {
	margin-bottom: 40px
}
.pb40 {
	padding-bottom: 40px
}
.mb45 {
	margin-bottom: 45px
}
.pb45 {
	padding-bottom: 45px
}
.mb50 {
	margin-bottom: 50px
}
.pb50 {
	padding-bottom: 50px
}
.mb55 {
	margin-bottom: 55px
}
.pb55 {
	padding-bottom: 55px
}
.mb60 {
	margin-bottom: 60px
}
.pb60 {
	padding-bottom: 60px
}
.mb65 {
	margin-bottom: 65px
}
.pb65 {
	padding-bottom: 65px
}
.mb70 {
	margin-bottom: 70px
}
.pb70 {
	padding-bottom: 70px
}
.mb75 {
	margin-bottom: 75px
}
.pb75 {
	padding-bottom: 75px
}
.mb80 {
	margin-bottom: 80px
}
.pb80 {
	padding-bottom: 80px
}
.mb85 {
	margin-bottom: 85px
}
.pb85 {
	padding-bottom: 85px
}
.mb90 {
	margin-bottom: 90px
}
.pb90 {
	padding-bottom: 90px
}
.mb95 {
	margin-bottom: 95px
}
.pb95 {
	padding-bottom: 95px
}
.mb100 {
	margin-bottom: 100px
}
.pb100 {
	padding-bottom: 100px
}
.ml00 {
	margin-left: 0
}
.pl00 {
	padding-left: 0
}
.ml05 {
	margin-left: 5px
}
.pl05 {
	padding-left: 5px
}
.ml10 {
	margin-left: 10px
}
.pl10 {
	padding-left: 10px
}
.ml15 {
	margin-left: 15px
}
.pl15 {
	padding-left: 15px
}
.ml20 {
	margin-left: 20px
}
.pl20 {
	padding-left: 20px
}
.ml25 {
	margin-left: 25px
}
.pl25 {
	padding-left: 25px
}
.ml30 {
	margin-left: 30px
}
.pl30 {
	padding-left: 30px
}
.ml35 {
	margin-left: 35px
}
.pl35 {
	padding-left: 35px
}
.ml40 {
	margin-left: 40px
}
.pl40 {
	padding-left: 40px
}
.ml45 {
	margin-left: 45px
}
.pl45 {
	padding-left: 45px
}
.ml50 {
	margin-left: 50px
}
.pl50 {
	padding-left: 50px
}
.ml55 {
	margin-left: 55px
}
.pl55 {
	padding-left: 55px
}
.ml60 {
	margin-left: 60px
}
.pl60 {
	padding-left: 60px
}
.ml65 {
	margin-left: 65px
}
.pl65 {
	padding-left: 65px
}
.ml70 {
	margin-left: 70px
}
.pl70 {
	padding-left: 70px
}
.ml75 {
	margin-left: 75px
}
.pl75 {
	padding-left: 75px
}
.ml80 {
	margin-left: 80px
}
.pl80 {
	padding-left: 80px
}
.ml85 {
	margin-left: 85px
}
.pl85 {
	padding-left: 85px
}
.ml90 {
	margin-left: 90px
}
.pl90 {
	padding-left: 90px
}
.ml95 {
	margin-left: 95px
}
.pl95 {
	padding-left: 95px
}
.ml100 {
	margin-left: 100px
}
.pl100 {
	padding-left: 100px
}
.mr00 {
	margin-right: 0
}
.pr00 {
	padding-right: 0
}
.mr05 {
	margin-right: 5px
}
.pr05 {
	padding-right: 5px
}
.mr10 {
	margin-right: 10px
}
.pr10 {
	padding-right: 10px
}
.mr15 {
	margin-right: 15px
}
.pr15 {
	padding-right: 15px
}
.mr20 {
	margin-right: 20px
}
.pr20 {
	padding-right: 20px
}
.mr25 {
	margin-right: 25px
}
.pr25 {
	padding-right: 25px
}
.mr30 {
	margin-right: 30px
}
.pr30 {
	padding-right: 30px
}
.mr35 {
	margin-right: 35px
}
.pr35 {
	padding-right: 35px
}
.mr40 {
	margin-right: 40px
}
.pr40 {
	padding-right: 40px
}
.mr45 {
	margin-right: 45px
}
.pr45 {
	padding-right: 45px
}
.mr50 {
	margin-right: 50px
}
.pr50 {
	padding-right: 50px
}
.mr55 {
	margin-right: 55px
}
.pr55 {
	padding-right: 55px
}
.mr60 {
	margin-right: 60px
}
.pr60 {
	padding-right: 60px
}
.mr65 {
	margin-right: 65px
}
.pr65 {
	padding-right: 65px
}
.mr70 {
	margin-right: 70px
}
.pr70 {
	padding-right: 70px
}
.mr75 {
	margin-right: 75px
}
.pr75 {
	padding-right: 75px
}
.mr80 {
	margin-right: 80px
}
.pr80 {
	padding-right: 80px
}
.mr85 {
	margin-right: 85px
}
.pr85 {
	padding-right: 85px
}
.mr90 {
	margin-right: 90px
}
.pr90 {
	padding-right: 90px
}
.mr95 {
	margin-right: 95px
}
.pr95 {
	padding-right: 95px
}
.mr100 {
	margin-right: 100px
}
.pr100 {
	padding-right: 100px
}
.bdn {
	border: none
}
.bdtn {
	border-top: none
}
.bdrn {
	border-right: none
}
.bdbn {
	border-bottom: none
}
.bdln {
	border-left: none
}
.por {
	position: relative
}
.poa {
	position: absolute
}
.pof {
	position: fixed
}
.flex-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around
}
.flex-row {
	flex-direction: row
}
@media screen and (max-width:768px) {
	body {
		padding-top: 60px
	}
}
.container {
	display: flex;
	flex-wrap: wrap;
	width: 1024px;
	margin: auto
}
@media screen and (max-width:768px) {
	.container {
		width: 100%;
		padding: 0 15px
	}
}
.container-3 {
	justify-content: space-between;
	margin-bottom: 30px
}
.container-2 {
	width: 672px;
	margin-bottom: 30px
}
@media screen and (max-width:768px) {
	.container-2 {
		width: 100%
	}
}
.container-1 {
	width: 320px;
	margin-bottom: 30px
}
@media screen and (max-width:768px) {
	.container-1 {
		width: 100%
	}
}
.orange {
	color: #f06c05
}
.sns, .sns-icon {
	display: flex
}
.sns-icon {
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	margin: 0 4px;
	border-radius: 50%;
	font-size: 2.4rem
}
.sns-icon.fa-youtube {
	font-size: 2rem
}
.sns-icon.lineat {
	background: #39ae36
}
.sns-icon.lineat img {
	width: 35px;
	height: 35px
}
.sanchannel {
	display: flex;
	border: 1px solid #f06c05;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif
}
.sanchannel-dt {
	display: flex;
	flex-direction: column;
	padding: 15px 30px 15px 15px;
	background: linear-gradient(260deg, transparent 15px, #f06c05 0);
	font-weight: 900;
	color: #fff
}
.sanchannel-dt .small {
	margin-bottom: 3px;
	font-size: 1.3rem
}
.sanchannel-dt .large {
	font-size: 2rem
}
.sanchannel-dd {
	padding: 10px 80px 10px 20px;
	background: url(images/banner-yamada3.png) 120% -20px/130px no-repeat
}
.sanchannel-dd ul {
	display: flex;
	align-items: flex-start
}
.sanchannel-dd a {
	display: flex;
	flex-direction: column;
	align-items: center
}
.sanchannel-dd .small {
	font-size: 1rem;
	font-weight: 700
}
.sanchannel-youtube {
	margin-right: 20px
}
.sanchannel-youtube .small {
	margin-bottom: 12px
}
.sanchannel-youtube .icon {
	width: 70px;
	height: 16px
}
.sanchannel-niconico .small {
	margin-bottom: 5px
}
@media screen and (max-width:768px) {
	.banner .elementor-column.elementor-col-33 {
		margin: 0 auto 20px
	}
}
.banner a {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%
}
@media screen and (max-width:768px) {
	.banner a {
		height: 140px;
		margin-bottom: 20px
	}
}
.banner-profile {
	justify-content: center;
	height: 120px;
	padding: 0 0 0 20px;
	border: 1px solid #221815;
	font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
	background: url(images/banner-yamada1.png) 120% 0/140px no-repeat
}
@media screen and (max-width:768px) {
	.banner-profile {
		background: url(images/banner-yamada1.png) 120% 0/50% no-repeat
	}
}
.banner-profile-text2 {
	margin-bottom: 3px;
	font-size: 4.3rem;
	letter-spacing: -3px
}
.banner-profile-text3 {
	display: flex;
	align-items: center;
	font-size: 1.3rem
}
.banner-profile-text3:after, .banner-profile-text3:before {
	content: "";
	display: block;
	width: 15px;
	height: 1px;
	margin: 0 3px;
	background: #221815
}
.banner-result {
	justify-content: center;
	height: 120px;
	padding: 0 0 0 20px;
	background: url(images/banner-yamada2.png) 100%/100% no-repeat;
	color: #fff
}
.banner-result-text1 {
	margin-bottom: 2px
}
.banner-result-text2 {
	font-family: 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
	font-size: 3.2rem
}
.banner-hyougen {
	height: 120px;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 900;
	letter-spacing: 2px
}
.banner-hyougen-text1 {
	height: 50%;
	padding: 10px 0 0 20px;
	background: #221815;
	font-size: 1.7rem;
	color: #fff;
	line-height: 1.2
}
@media screen and (max-width:768px) {
	.banner-hyougen-text1 {
		height: auto;
		padding: 10px 20px
	}
}
@media screen and (max-width:768px) {
	.banner-hyougen-text1 br {
		display: none
	}
}
.banner-hyougen-text2 {
	height: 50%;
	padding: 8px 0 0 15px;
	border: 5px solid #f06c05;
	border-top: none;
	font-size: 1.45rem
}
.banner-hyougen-text2 img {
	display: block;
	width: 240px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px)
}
.banner-hyougen-text3 {
	position: absolute;
	top: 2px;
	right: 0;
	width: 70px
}
.banner-help {
	justify-content: center;
	height: 120px;
	padding: 0 0 0 20px;
	border: 1px solid #221815;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-size: 2.4rem;
	font-weight: 900;
	background: url(images/banner-yamada3.png) 120% 0/140px no-repeat
}
@media screen and (max-width:768px) {
	.banner-help {
		background: url(images/banner-yamada3.png) 120% 0/40% no-repeat
	}
}
.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
	padding: 0 10px!important
}
@media screen and (max-width:768px) {
	.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
		padding: 0!important
	}
}
.block {
	width: 320px;
	margin: 0 22px 30px 0;
	border: 1px solid #bfbfbf;
	border-top: none
}
.block:nth-child(3n){
	margin-right: 0;
}
.block-wrap .elementor-widget-container {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
@media screen and (max-width:768px) {
	.block {
		width: 100%;
		margin-right: 0!important;
	}
}
.block.blank {
	border: none
}
.block h3 {
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 10px!important;
	background: #f06c05;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #fff
}
@media screen and (max-width:768px) {
	.block h3 {
		font-size: 1.8rem
	}
}
.block h3:before {
	content: "";
	display: block;
	width: 6px;
	height: 20px;
	margin-right: 10px;
	background: #fff
}
.block h3 .small {
	margin-left: 15px;
	font-size: 1.4rem
}
@media screen and (max-width:768px) {
	.block h3 .small {
		font-size: 1rem
	}
}
.block h3 a {
	color: #fff
}
.block .archive-each {
	margin-bottom: 0;
	padding: 20px;
	border-bottom: 0
}
.block .archive-each .archive-each-time {
	font-size: 1.2rem
}
.block .archive-each-img a {
	width: 95px;
	height: 95px
}
.block .archive-each-img img {
	display: block
}
.block .archive-each p {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4rem
}
.block .archive-each .archive-each-link {
	margin-bottom: 0
}
.block .archive-each .archive-each-img {
	padding-right: 10px
}
.block .archive-each .archive-each-title {
	margin: 0;
	font-size: 1.6rem
}
.block .block {
	border: none
}
.block .block:last-of-type {
	margin-bottom: 0
}
.block .block:last-of-type .archive-each {
	margin-bottom: 0;
	padding-top: 0;
	border-bottom: none
}
.block .block h3 {
	display: none
}
@media screen and (max-width:768px) {
	.elementor-top-section .twittertimeline {
		height: auto
	}
}
.elementor-top-section .twittertimeline.block {
	margin-right: 0;
	border: none;
}
.elementor-top-section .twittertimeline .elementor-widget-wp-widget-twitter_timeline .elementor-widget-container {
	height: 650px
}
.elementor-top-section .twittertimeline h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	padding: 0 10px;
	background: #55acee;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 700;
	font-size: 2rem;
	color: #fff
}
.elementor-top-section .twittertimeline h2 i {
	margin-left: 15px
}
.elementor-top-section .twittertimeline .elementor-widget-wp-widget-twitter_timeline .elementor-widget-container {
	overflow-y: scroll
}
.header {
	margin-bottom: 50px;
	padding-top: 20px;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif
}
@media screen and (max-width:768px) {
	.header {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		width: 100%;
		margin-bottom: 0;
		padding: 10px 0;
		background: #fff
	}
}
.header .container {
	justify-content: space-between;
	align-items: center;
	line-height: 1
}
.header-h1 {
	font-weight: 900
}
.header-h1 .small {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px
}
@media screen and (max-width:768px) {
	.header-h1 .small {
		font-size: .9rem
	}
}
.header-h1 .large {
	display: block;
	margin-right: -4px;
	font-size: 4.5rem;
	text-align: justify;
	letter-spacing: 4px
}
@media screen and (max-width:768px) {
	.header-h1 .large {
		font-size: 2rem
	}
}
.header .sns {
	margin-left: auto;
	margin-right: 20px
}
@media screen and (max-width:768px) {
	.header .sns {
		display: none
	}
}
.header .sns-icon {
	color: #fff
}
.header .fa-twitter {
	background: #55acee
}
.header .fa-facebook-f {
	background: #3b5998
}
.header .fa-youtube {
	background: red
}
@media screen and (max-width:768px) {
	.header .sanchannel {
		display: none
	}
}
.header-toggle {
	display: none
}
@media screen and (max-width:768px) {
	.header-toggle {
		display: block
	}
}
.gnav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	-webkit-transform: translateY(-150%);
	transform: translateY(-150%);
	width: 100%;
	height: 100%;
	padding: 20px;
	transition: all .4s ease;
	background: #f06c05;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 500;
	color: #fff
}
.gnav.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0)
}
@media screen and (max-width:768px) {
	.gnav {
		display: block
	}
}
.gnav .header-h1 {
	display: inline-block
}
.gnav .header-h1 a {
	color: #fff
}
.gnav li a {
	display: block;
	text-align: center;
	padding: 20px 0;
	border-bottom: 1px solid #fff;
	color: #fff
}
.gnav-toggle {
	position: absolute;
	right: 5px;
	top: 0;
	display: none;
	z-index: 10000;
	width: 50px;
	height: 50px
}
@media screen and (max-width:768px) {
	.gnav-toggle {
		display: block
	}
}
.gnav-toggle span {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: block;
	width: 30px;
	height: 3px;
	background: #221815;
	font-size: 1.1rem;
	font-weight: 700;
	text-align: center;
	transition: all .3s ease
}
.gnav-toggle span:first-child {
	top: 15px
}
.gnav-toggle span:nth-child(2) {
	top: 25px
}
.gnav-toggle span:nth-child(3) {
	background: 0 0;
	top: 32px;
	width: 100%;
	height: auto
}
.gnav-toggle.is-active span:first-child {
	-webkit-transform: rotate(20deg) translateX(-50%);
	transform: rotate(20deg) translateX(-50%);
	top: 25px;
	background: #fff
}
.gnav-toggle.is-active span:nth-child(2) {
	-webkit-transform: rotate(-20deg) translateX(-50%);
	transform: rotate(-20deg) translateX(-50%);
	top: 15px;
	background: #fff
}
.footer, .gnav-toggle.is-active span:nth-child(3) {
	color: #fff
}
.footer {
	position: relative;
	margin-top: 80px;
	background: #f06c05
}
.footer-widget {
	margin-top: 50px
}
.footer-widget .textwidget {
	width: 100%
}
.footer-widget .banner-hyougen {
	position: relative;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	height: 150px
}
@media screen and (max-width:768px) {
	.footer-widget .banner-hyougen {
		flex-direction: column;
		height: auto
	}
}
.footer-widget .banner-hyougen span {
	height: 100%
}
.footer-widget .banner-hyougen-text1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 35%;
	padding: 30px 0 0 50px;
	background: linear-gradient(-70deg, transparent 15%, #221815 0);
	font-size: 3.5rem
}
@media screen and (max-width:768px) {
	.footer-widget .banner-hyougen-text1 {
		position: static;
		width: 100%;
		height: 50%;
		background: #221815;
		padding: 15px 0 15px 20px;
		font-size: 1.7rem
	}
}
@media screen and (max-width:768px) {
	.footer-widget .banner-hyougen-text1 br {
		display: none
	}
}
.footer-widget .banner-hyougen-text2 {
	width: 71%;
	padding: 40px 0 0 150px;
	border: 8px solid #f06c05;
	border-left: none;
	font-size: 1.4rem;
	letter-spacing: 0
}
@media screen and (max-width:768px) {
	.footer-widget .banner-hyougen-text2 {
		width: 100%;
		height: 50%;
		border: 5px solid #f06c05;
		border-top: none;
		padding: 8px 0 8px 15px;
		font-size: 1.6rem;
		line-height: 1.4
	}
}
.footer-widget .banner-hyougen-text2 img {
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
	width: 380px
}
@media screen and (max-width:768px) {
	.footer-widget .banner-hyougen-text2 img {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px);
		width: 240px
	}
}
.footer-widget .banner-hyougen-text3 {
	top: -35px;
	width: 130px
}
@media screen and (max-width:768px) {
	.footer-widget .banner-hyougen-text3 {
		top: auto;
		bottom: 8px;
		width: 70px
	}
}
.footer .container {
	padding: 40px 0
}
@media screen and (max-width:768px) {
	.footer .container {
		padding: 40px 15px
	}
}
.footer-top {
	position: absolute;
	top: -60px;
	right: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #221815;
	color: #fff;
	font-size: 1.1rem
}
.footer-top .fa-angle-up {
	font-size: 2rem
}
.footer-menu li a {
	display: block;
	padding: 15px 10px;
	border-bottom: 1px dotted #fff;
	color: #fff
}
.footer-sns {
	justify-content: center;
	margin-bottom: 30px
}
.footer .sns-icon {
	display: flex!important;
	padding: 0!important;
	border: none!important;
	background: #fff
}
.footer .fa-twitter {
	color: #55acee
}
.footer .fa-facebook-f {
	color: #3b5998
}
.footer .fa-youtube {
	color: red
}
.footer .lineat img {
	width: 25px;
	height: 25px
}
.footer-address {
	font-size: 1.2rem;
	line-height: 1.4
}
.footer-address a {
	display: inline
}
.footer-small {
	display: block;
	margin-bottom: 0;
	padding: 15px 0;
	background: #221815;
	font-size: 1.1rem;
	color: #fff;
	text-align: center
}
.footer input[type=button], .footer input[type=submit] {
	padding: 10px 0;
	background: #fff;
	color: #221815
}
@media screen and (max-width:768px) {
	.sidebar {
		margin-bottom: 50px
	}
}
.sidebar-banner1 {
	display: block;
	margin-bottom: 30px
}
.sidebar-banner1 img {
	display: block
}
@media screen and (max-width:768px) {
	.sidebar-banner1 img {
		width: 100%
	}
}
.sidebar .banner-hyougen-text2 img {
	-webkit-transform: translateY(-26px);
	transform: translateY(-26px)
}
.sidebar .widgettitle {
	margin-bottom: 20px;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 900;
	font-size: 2.2rem;
	text-align: center
}
.sidebar .menu, .sidebar .tagcloud {
	width: 100%
}
.sidebar .menu li, .sidebar .tagcloud li {
	display: inline-block
}
.sidebar .menu a, .sidebar .tagcloud a {
	display: inline-block;
	margin: 0 3px 6px 0;
	padding: 5px;
	border-radius: 5px;
	background: #e5e5e5;
	font-size: 1.2rem!important
}
.sidebar .block{
	margin-right: 0;
}
p {
	margin-bottom: 1.4em;
	font-size: 1.6rem;
	line-height: 1.4
}
.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 240px;
	height: 40px;
	margin-bottom: 50px;
	border: 2px solid #221815;
	border-radius: 20px;
	font-weight: 700
}
.btn-wrap {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 60px
}
@media screen and (max-width:768px) {
	.btn-wrap {
		justify-content: center
	}
}
.btn:hover {
	text-decoration: none!important
}
.btn:before {
	content: "\f138";
	display: inline-block;
	margin-right: 10px;
	font-family: Font Awesome\ 5 free;
	font-weight: 900
}
.btn:after {
	content: ""!important
}
.page-keyvisual {
	margin-bottom: 60px
}
.page-keyvisual .container {
	justify-content: space-between;
	align-items: center
}
@media screen and (max-width:768px) {
	.page-keyvisual .container {
		justify-content: center;
		flex-direction: column
	}
}
.page-keyvisual-text {
	font-size: 3.4rem;
	font-weight: 700;
	letter-spacing: 3px
}
@media screen and (max-width:768px) {
	.page-keyvisual-text {
		width: 100%;
		margin-bottom: 20px;
		font-size: calc(3vw + 100%);
		text-align: center
	}
}
.page-keyvisual-img {
	position: relative
}
@media screen and (max-width:768px) {
	.page-keyvisual-img {
		width: 100%;
		padding: 0 3%
	}
}
.page-keyvisual-img img {
	position: relative
}
@media screen and (max-width:768px) {
	.page-keyvisual-img img {
		display: block;
		width: 100%
	}
}
.page-keyvisual-img:before {
	content: "";
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 10;
	display: block;
	width: 45px;
	height: 200px;
	background: url(images/page-key.svg) 0 no-repeat
}
@media screen and (max-width:768px) {
	.page-keyvisual-img:before {
		left: 0;
		width: 6%;
		height: 100%;
		background-size: 95%;
		background-repeat: repeat-y
	}
}
@media screen and (max-width:768px) {
	.page-keyvisual-img:after {
		content: "";
		position: absolute;
		top: 0;
		right: 0;
		z-index: 10;
		display: block;
		width: 6%;
		height: 100%;
		background: url(images/page-key.svg) 0/95% repeat-y
	}
}
.keyvisual {
	position: relative;
	margin-bottom: 50px;
	background: linear-gradient(180deg, transparent 100px, #f06c05 0);
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 900
}
@media screen and (max-width:768px) {
	.keyvisual {
		background: linear-gradient(180deg, transparent 21%, #f06c05 0)
	}
}
.keyvisual .container {
	position: relative;
	z-index: 2
}
.keyvisual-copy {
	margin: 50px 0 30px;
	font-size: 4rem;
	line-height: 1
}
.keyvisual-copywrap {
	margin-bottom: 20px
}
@media screen and (max-width:768px) {
	.keyvisual-copywrap {
		width: 100%
	}
}
@media screen and (max-width:768px) {
	.keyvisual-copy {
		margin: 10% 0;
		font-size: 7vw;
		justify-content: center;
		text-align: center
	}
}
.keyvisual-copy .text {
	margin: 0 20px
}
@media screen and (max-width:768px) {
	.keyvisual-copy .text {
		margin: 0 20px
	}
}
.keyvisual-copy .small {
	font-size: 3.5rem
}
@media screen and (max-width:768px) {
	.keyvisual-copy .small {
		font-size: 5vw
	}
}
.keyvisual-title {
	color: #fff
}
@media screen and (max-width:768px) {
	.keyvisual-title {
		text-align: center
	}
}
.keyvisual-title .wrap {
	display: inline-block;
	margin-right: 20px
}
@media screen and (max-width:768px) {
	.keyvisual-title .wrap {
		margin: 0 0 10px
	}
}
.keyvisual-title .wrap .small {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
	font-size: 1.8rem
}
@media screen and (max-width:768px) {
	.keyvisual-title .wrap .small {
		font-size: 3vw
	}
}
.keyvisual-title .wrap .large {
	display: block;
	margin-right: -4px;
	font-size: 7rem;
	text-align: justify;
	letter-spacing: 4px
}
@media screen and (max-width:768px) {
	.keyvisual-title .wrap .large {
		font-size: 12vw;
		text-align: center
	}
}
.keyvisual-title .small {
	font-size: 3rem
}
@media screen and (max-width:768px) {
	.keyvisual-title .small {
		display: block;
		font-size: 5vw
	}
}
.keyvisual-img {
	position: absolute;
	bottom: 0;
	right: calc((100% - 1024px)/ 2);
	z-index: 3;
	width: 400px
}
@media screen and (max-width:768px) {
	.keyvisual-img {
		position: static;
		width: 100%;
		padding: 0 15%
	}
}
.keyvisual-img img {
	display: block;
	width: 100%
}
@media screen and (max-width:768px) {
	.keyvisual-img img {
		margin: auto
	}
}
@media screen and (max-width:768px) {
	.keyvisual-slide {
		display: none!important
	}
}
.keyvisual-slide-img {
	margin-right: 1px
}
.home .wp_social_bookmarking_light, .home .wp_social_bookmarking_light_clear {
	display: none
}
@media screen and (max-width:768px) {
	.home .block .archive-each p {
		display: none
	}
	.home .block .archive-each p.archive-each-time {
		display: block
	}
}
.home .news, .home .pickup {
	margin-right: 0;
	border: none;
}
.home .news .elementor-widget-html, .home .pickup .elementor-widget-html {
	border: 1px solid #bfbfbf;
	border-top: none
}
.home .news .block, .home .pickup .block {
	height: 300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	margin-right: 0;
}
@media screen and (max-width:768px) {
	.home .news .archive-each p, .home .pickup .archive-each p {
		display: block
	}
}
.home .pickup .elementor-widget-html .elementor-widget-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.home .pickup .elementor-widget-html .block {
	margin-bottom: 0
}
@media screen and (max-width:768px) {
	.home .pickup .elementor-widget-html .block {
		height: auto
	}
}
.home .pickup .elementor-widget-html .block .archive-each {
	margin-bottom: 0
}
.home .pickup .elementor-widget-html .block:last-of-type {
	border-left: 1px solid #bfbfbf
}
@media screen and (max-width:768px) {
	.home .pickup .elementor-widget-html .block:last-of-type {
		border-left: none;
		border-top: 1px solid #bfbfbf
	}
}
.home .pickup .elementor-widget-html .block:last-of-type .archive-each {
	padding-top: 20px
}
.home .news .block {
	padding: 20px
}
.home .news .block:last-of-type .archive-each {
	margin-bottom: 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #bfbfbf
}
.home .news .block .archive-each-title {
	font-size: 1.4rem
}
.home .news .block .archive-each-tag {
	display: inline-block;
	margin-left: 10px;
	padding: 1px 10px;
	font-size: 1rem
}
.home .news .block .tag-16 {
	background: #e40000;
	color: #fff
}
.home .sanchannel {
	flex-direction: column;
	margin-bottom: 20px
}
.home .sanchannel-dt {
	background: #f06c05;
	text-align: center
}
.home .sanchannel-dd {
	padding: 30px 20px;
	background: url(images/banner-yamada1.png) 110% -5px/40% no-repeat
}
.home .sanchannel-dd a {
	height: auto
}
.home .sanchannel-dd .small {
	font-size: 1.3rem
}
.home .sns {
	justify-content: center;
	margin-bottom: 30px
}
.home .sns-icon {
	width: 60px;
	height: 60px;
	color: #fff
}
.home .fa-twitter {
	background: #55acee
}
.home .fa-facebook-f {
	background: #3b5998
}
.home .fa-youtube {
	background: red
}
.home .story {
	margin-bottom: 30px
}
.home .story a, .home .story img {
	width: 100%
}
.home .home-twitter-blockwrap .block:nth-child(2n){
	margin-right: 0;
}
.home .home-twitter-blockwrap .block:nth-child(3n){
	margin-right: 22px;
}
.archive-each {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.6rem
}
.archive-each-img {
	margin-bottom: 10px;
	padding-right: 30px
}
@media screen and (max-width:768px) {
	.archive-each-img {
		padding-right: 10px
	}
}
.archive-each-img a {
	display: block;
	width: 170px;
	height: 170px;
	overflow: hidden
}
@media screen and (max-width:768px) {
	.archive-each-img a {
		width: 95px;
		height: 95px
	}
}
.archive-each-img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all .4s ease
}
.archive-each-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}
.archive-each-summary {
	margin-bottom: 10px;
	flex: 1
}
.archive-each .archive-each-time {
	margin: 0;
	padding: 0;
	font-size: 1.2rem
}
@media screen and (max-width:768px) {
	.archive-each .archive-each-time {
		margin-bottom: 10px;
		padding: 0
	}
}
.archive-each .archive-each-title {
	margin: 10px 0 20px;
	padding: 0;
	border-bottom: none;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.4
}
.archive-each .archive-each-expert {
	width: 100%;
	padding-left: 200px
}
@media screen and (max-width:768px) {
	.archive-each .archive-each-expert {
		margin: 0 0 20px;
		padding-left: 0;
		font-size: 1.4rem
	}
}
.archive-each .archive-each-link {
	width: 100%;
	margin: 0;
	text-align: right
}
.archive-each-empty .archive-each-summary {
	flex: none;
	width: 100%
}
.archive .wp-pagenavi {
	margin-bottom: 50px;
	text-align: center
}
.archive .wp-pagenavi a, .archive .wp-pagenavi span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border-radius: 50%;
	border: none;
	background: #f06c05;
	color: #fff
}
.archive .wp-pagenavi .current {
	border: 1px solid #bfbfbf;
	background: 0 0;
	color: #bfbfbf
}
.archive .wp-pagenavi .nextpostslink, .archive .wp-pagenavi .previouspostslink {
	background: 0 0;
	color: #221815
}
.archive .wp-pagenavi .extend, .archive .wp-pagenavi .first, .archive .wp-pagenavi .last, .archive .wp-pagenavi .pages {
	display: none
}
.content {
	line-height: 1.6
}
@media screen and (max-width:768px) {
	.content {
		width: 100%
	}
}
.content .elementor-widget-heading .elementor-heading-title {
	line-height: 1.6
}
.content-header {
	margin-bottom: 20px
}
.content-header-link {
	display: none
}
@media screen and (max-width:768px) {
	.content-header-link {
		display: block
	}
	.content-header-link ul {
		display: flex;
		justify-content: space-around;
		padding: 30px 0 0!important;
		list-style-type: none!important
	}
	.content-header-link li {
		font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
		font-weight: 900;
		font-size: 1.4rem
	}
}
.content h2.content-title {
	display: flex;
	align-items: center;
	width: 100%;
	height: 265px;
	margin: 0;
	padding: 100px 180px 100px 20px;
	border-bottom: none;
	background: url(images/banner-yamada1.png) 110% 5px/40% no-repeat, #eee;
	font-size: 3.2rem;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 900;
	line-height: 1.2
}
@media screen and (max-width:768px) {
	.content h2.content-title {
		height: auto;
		padding: 15% 25% 15% 20px;
		background-size: 60%;
		background-position: 140% 0;
		font-size: 2.6rem
	}
}
@media screen and (max-width:768px) {
	.content h2.content-title-smallimg{
		padding: 15% 22% 20% 20px;
		background-size: 40%;
		background-position: 110% 100%;
		font-size: 2.4rem;
	}
}
.content-info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	font-size: 1.2rem
}
.content-info .time {
	width: 300px;
	margin: 0;
	font-size: 1.2rem
}
@media screen and (max-width:768px) {
	.content-info .time {
		width: 100%
	}
}
.content-info-tag ul {
	display: inline-block;
	margin: 0!important
}
.content-info-tag ul:first-of-type {
	margin-right: 20px
}
.content-info-tag li {
	display: inline-block
}
.content-info-tag li:after {
	content: " , ";
	display: inline-block;
	margin: 0 3px
}
.content-info-tag li:first-child:after, .content-info-tag li:last-child:after {
	display: none
}
.content-info-tag a {
	font-size: 1.2rem;
	text-decoration: underline
}
.content h2, .content h3, .content h4, .content h5 {
	width: 100%;
	font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
	font-weight: 900
}
.content .elementor-widget-heading h2.elementor-heading-title, .content h2 {
	margin: 20px 0 40px;
	padding-bottom: 10px;
	border-bottom: 5px solid #f06c05;
	font-size: 2.8rem
}
@media screen and (max-width:768px) {
	.content .elementor-widget-heading h2.elementor-heading-title, .content h2 {
		font-size: 2.2rem
	}
}
.content .elementor-widget-heading h2.elementor-heading-title.content-subtitle, .content h2.content-subtitle {
	margin: 0 0 20px;
	padding-bottom: 0;
	border-bottom: none;
	font-size: 2.6rem
}
@media screen and (max-width:768px) {
	.content .elementor-widget-heading h2.elementor-heading-title.content-subtitle, .content h2.content-subtitle {
		font-size: 2.2rem
	}
}
.content .elementor-widget-heading h3.elementor-heading-title, .content h3 {
	margin: 20px 0 30px;
	padding: 10px 0 10px 15px;
	border-left: 3px solid #f06c05;
	font-size: 2.2rem
}
@media screen and (max-width:768px) {
	.content .elementor-widget-heading h3.elementor-heading-title, .content h3 {
		font-size: 2rem
	}
}
.content .elementor-widget-heading h4.elementor-heading-title, .content h4 {
	margin: 20px 0;
	font-size: 2rem
}
@media screen and (max-width:768px) {
	.content .elementor-widget-heading h4.elementor-heading-title, .content h4 {
		font-size: 2rem
	}
}
.content .elementor-widget-heading h5.elementor-heading-title, .content h5 {
	margin: 20px 0;
	font-size: 1.6rem
}
@media screen and (max-width:768px) {
	.content .elementor-widget-heading h5.elementor-heading-title, .content h5 {
		font-size: 1.6rem
	}
}
.content p {
	margin: 20px 0 30px
}
.content ol, .content ul {
	margin: 20px 0 30px;
	padding-left: 25px
}
.content ul {
	list-style-type: disc
}
.content ol {
	list-style-type: decimal
}
.content b, .content strong {
	font-weight: 700
}
.content table {
	width: 100%;
	margin: 20px 0 30px
}
.content td, .content th {
	padding: 15px 25px;
	border: 1px solid #221815
}
.content th {
	font-weight: 700
}
.content hr {
	border-color: #bfbfbf
}
.content iframe, .content img {
	max-width: 100%;
	height: auto
}
.content blockquote, .content q {
	position: relative;
	padding: 30px 15px 8px;
	font-style: italic;
	background: #efefef;
	color: #555
}
.content blockquote p, .content q p {
	font-style: italic
}
.content blockquote:before, .content q:before {
	display: inline-block;
	position: absolute;
	top: 13px;
	left: 15px;
	content: "\f10d";
	font-family: Font Awesome\ 5 free;
	color: #cfcfcf;
	font-size: 28px;
	line-height: 1;
	font-weight: 900
}
.content blockquote cite, .content q cite {
	display: block;
	text-align: right;
	color: #555;
	font-size: .9em
}
.content code {
	display: block
}
.content-widget {
	margin-bottom: 30px
}
.oncolumn {
	max-width: 960px;
	width: 100%;
	margin: auto
}
.oncolumn h2.content-title {
	background-size: 300px;
	background-position: 100% 0
}
@media screen and (max-width:768px) {
	.oncolumn h2.content-title {
		padding: 15% 25% 15% 20px;
		background-size: 60%;
		background-position: 140% 0
	}
}
.breadcrumbs {
	padding: 20px 0;
	border-bottom: 1px solid #bfbfbf;
	font-size: 1.2rem
}
.breadcrumbs-page {
	border-bottom: none
}
.form-dl {
	display: flex;
	width: 100%;
	padding: 20px;
	border-bottom: 1px solid #bfbfbf
}
@media screen and (max-width:768px) {
	.form-dl {
		flex-wrap: wrap
	}
}
.form-dl:last-of-type {
	margin-bottom: 50px
}
.form-dl dt {
	font-weight: 700;
	width: 260px
}
@media screen and (max-width:768px) {
	.form-dl dt {
		width: 100%;
		margin-bottom: 10px
	}
}
.form-dl dd {
	flex: 1
}
.form-dl dd input[type=date], .form-dl dd input[type=email], .form-dl dd input[type=tel], .form-dl dd input[type=text], .form-dl dd select, .form-dl dd textarea {
	width: 100%
}
.form .button {
	margin: 0 auto;
	border-width: 2px;
	font-size: 1.8rem;
	font-weight: 700;
	transition: all .2s ease
}
.wp_social_bookmarking_light {
	display: flex;
	flex-wrap: wrap;
	max-width: 960px;
	width: 100%;
	margin: 0 auto 20px;
	padding: 20px;
	border-top: 1px solid #bfbfbf;
	border-bottom: 1px solid #bfbfbf
}
@media screen and (max-width:768px) {
	.wp_social_bookmarking_light {
		padding: 15px 10px
	}
}
.content-footer-category {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
	padding: 25px 0;
	background: #eee;
	font-size: 1.6rem;
	font-weight: 700
}
.content-footer-category i {
	margin-left: 10px
}
.content .related {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.content .related .archive-each {
	width: 48%;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #bfbfbf
}
@media screen and (max-width:768px) {
	.content .related .archive-each {
		width: 100%
	}
}
.content .related .archive-each a {
	padding-bottom: 0
}
.content .related .archive-each a, .content .related .archive-each:nth-of-type(3), .content .related .archive-each:nth-of-type(4) {
	margin-bottom: 0;
	border-bottom: none
}
@media screen and (max-width:768px) {
	.content .related .archive-each:nth-of-type(3), .content .related .archive-each:nth-of-type(4) {
		margin-bottom: 10px;
		border-bottom: 1px solid #bfbfbf
	}
}
.content .related .archive-each-title {
	margin: 0;
	font-size: 1.3rem
}
.content .related .archive-each-img {
	padding-right: 20px
}
.content .related .archive-each-img a {
	width: 80px;
	height: 80px
}
.content .related .archive-each-img img {
	height: auto
}
.content .related .archive-each-time {
	margin: 0 0 10px
}
.content .related ul.related_post {
	-webkit-column-rule: hidden!important;
	-moz-column-rule: hidden!important;
	column-rule: hidden!important
}
@media screen and (max-width:768px) {
	.content .related ul.related_post li {
		margin-bottom: 15px!important;
		padding-bottom: 15px!important;
		border-bottom: 1px solid #bfbfbf
	}
}
.content .related ul.related_post li img {
	border-radius: 0!important
}
.content .related ul.related_post li small {
	display: block;
	font-size: 1.3rem
}
.content .related ul.related_post li a {
	font-size: 1.3rem;
	line-height: 1.4
}
.content .related ul.related_post [data-position="0"], .content .related ul.related_post [data-position="2"] {
	margin-bottom: 15px!important;
	padding-bottom: 15px!important;
	border-bottom: 1px solid #bfbfbf
}






.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;/*背景色*/
  border-bottom: solid 2px #d27d00;/*少し濃い目の色に*/
  border-radius: 4px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #fd9535;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);}

.col2{padding: 10px 40px;}
.flex_around {
    justify-content: space-around;
}
	
.flex {
    display: flex;
    padding: 10px 0;
}

.keyvisual-copy .text {
    margin: 0 20px;color: #787878 !important;
}

.banner-help {
    justify-content: center;
    height: 120px;
    padding: 0 0 0 20px;
    border: 1px solid #221815;
    font-family: Noto Sans Japanese,Noto Sans JP,sans-serif;
    font-size: 2.4rem;font-weight: 900;background:url(https://taroyamada.jp/wp-content/uploads/2019/05/3.png) 120% 0/180px no-repeat !important;
}

.oncolumn {
    max-width: 1024px !important;
    width: 100%;
    margin: auto;
}

.br-sp {display:none;}

@media screen and (max-width: 640px) {
    .br-sp {display:inline;}
	.keyvisual-copy{margin-bottom:70px;}
}

.line {
    display: flex;
    border: 1px solid #3aae36;
    font-family: Noto Sans Japanese, Noto Sans JP, sans-serif;
}

.line-dt {
    display: flex;
    flex-direction: column;
    padding: 15px 30px 15px 15px;
    background: linear-gradient(260deg, transparent 15px, #3aae36 0);
    font-weight: 900;
    color: #fff;
}

.banner-help2 {
    justify-content: center;
    height: 120px;
    padding: 0 0 0 20px;
    border: 1px solid #221815;
    font-family: Noto Sans Japanese,Noto Sans JP,sans-serif;
    font-size: 2.4rem;
    font-weight: 900;
	background: url(https://taroyamada.jp/wp-content/uploads/2019/05/2019.png) 100% 0/180px no-repeat !important;
	  color:#FFF;
}

.linebc{background-color:#3aae36}


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

.line {
    display: none;
	}}

.sanchannel-dd {
    padding: 10px 80px 10px 20px;
 background: url(https://taroyamada.jp/wp-content/uploads/2019/05/banner-yamada4.png) 122px -73px/225px no-repeat !important;
}
.sanchannel-youtube{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.sanchannel-youtube .icon{
	width: 35px;
	height: 35px;
}
.sanchannel-youtube .small{
	margin-bottom: 5px;
}
