main {
	max-width: 100%;
	margin: 0 auto;
}
main img {
	max-width: 100%;
	display: inline-block;
	margin-top: 5px;
	height: auto;
}
main p {
	margin-bottom: 10px;
}

.useful_column .column_head {
	background-image: none;
}
.column_head {
	background-image: none;
	padding: 0;
	border: none;
	width: 1100px;
	max-width: 100%;
	margin-top: 15px;
}

@media screen and (max-width: 767px) {
	.column_head {
		margin: 15px auto;
		height: auto;
	}
}

.dot {
	line-height: 1.7;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #f1f1f1;
	padding: 10px;
}
.dot li {
	display: flex;
	align-items: center;
}
.dot li::before {
	content: '・';
	display: block;
	margin-right: 3px;
}

@media screen and (min-width: 768px) {
	.container {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: space-between;
		width: 1100px;
		margin: 15px auto 50px;
	}

	main {
		width: 1000px;
	}
	.column_archive {
		width: 828px;
	}

	.btn-more {
		display: block;
		margin: 15px auto 0;
		width: 222px;
		border-left: 1px solid #f29118;
		border-right: 1px solid #f29118;
		border-top: 1px solid #f29118;
		border-bottom: 2px solid #a05c24;
		color: #fff;
		height: 37px;
		line-height: 40px;
		font-size: 16px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		background: #f29118 url(../img/column/column/arrow4.png) no-repeat 17px center;
		text-align: center;
	}
	.btn-more:hover {
		background: #fff url(../img/column/column/arrow3.png) no-repeat 17px center;
		text-decoration: none;
		color: #f29118;
	}

	.side_column {
		text-align: left;
		width: 250px;
	}
	.side_column > dt{
		background-color: #ffbf41;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 14px;
		line-height: 1;
		padding: 8px;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 10px;
	}
	.side_column > dd {
		margin-bottom: 20px;
	}
	.side_column > .profile h3 {
		font-size: 14px;
		line-height: 1;
		margin-bottom: 8px;
		font-weight: bold;
	}
	.side_column > .profile .profile-info {
		display: block;
		margin-bottom: 8px;
		color: #999;
		line-height: 1.5;
	}
	.side_column > .profile p {
		border: dotted 1px #333;
		padding: 10px;
		line-height: 1.6;
	}
	.side_column > .backnumber > ul > li {
		display: block;
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: dotted 1px #6d6d6d;
		line-height: 1.5;
	}
	.side_column > .backnumber > ul > li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.side_column > .backnumber > ul li a {
		color: #ffbf41;
	}
	.side_column > .backnumber > ul li h4 {
		line-height: 1.4;
	}
	.side_column > .backnumber > ul li a time {
		color: #333;
	}

	.aboutbox .inner dl {
		margin-bottom: 0;
	}
	.aboutbox .inner dt a {
		color: #FFF;
	}
	.aboutbox .inner dd {
		padding: 20px 20px 0;
	}
	.aboutbox .inner dd p {
		float: none;
		width: 100%;
		font-size: 16px;
		line-height: 1.8;
	}
	.entry.inner > h2 {
		color: #FFFFFF;
		font-size: 18px;
		font-weight: bold;
		background: #ffbf41;
		border-radius: 0 10px 10px 0;
		-webkit-border-radius: 0 10px 10px 0;
		-moz-border-radius: 0 10px 10px 0;
		display: inline-block;
		padding-right: 20px;
		display: -webkit-inline-flex;
		display: inline-flex;
		align-items: center;
		margin-bottom: 15px;
	}
	.entry.inner > h2::before {
		content: "";
		width: 48px;
		height: 34px;
		display: inline-block;
		background-image: url(../img/column/column/aboutjob2.jpg);
		background-repeat: no-repeat;
		background-position: left;
		vertical-align: middle;
	}

	.aboutbox{
		background:url(../img/column/column/scout_bg.jpg) repeat 0 0;
		padding:4px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		margin-bottom:20px;
	}
	.aboutbox .inner{
		background:#fff;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		padding:25px 18px;
		text-align:left;
	}
	.aboutbox .inner dl{
		background:url(../img/column/column/aboutjob2.jpg) no-repeat 0 0;
	}
	.aboutbox .inner dt{
		display:inline-block;
		height:34px;
		margin-left:48px;
		margin-bottom:15px;
		line-height:35px;
		color:#fff;
		font-size:18px;
		font-weight:bold;
		background:#ffbf41;
		border-radius:0 10px 10px 0;
		-webkit-border-radius:0 10px 10px 0;
		-moz-border-radius:0 10px 10px 0;
		padding-right:25px;
	}
	.aboutbox .inner dd{
		border-top:dashed 1px #ffbf41;
		padding:15px 0 0 0;
	}
	.aboutbox .inner dd img{
	}
	.sc_cap.about_cap{
		margin-bottom:0;
	}
	.about_link{
		position:relative;
	}
	.about_link a{
		display:block;
		position:absolute;
		top:101px;
		left:266px;
		width:538px;
		height:56px;
		line-height:58px;
		border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-bottom:4px solid #2e903a;
		border-top:1px solid #83c83f;
		border-left:1px solid #83c83f;
		border-right:1px solid #83c83f;
		color:#fff;
		font-size:18px;
		background:#83c83f url(../img/column/column/arrow4.png) no-repeat 17px center;
	}
	.about_link a:hover{
		color:#2e903a;
		background:#fff url(../img/column/column/arrow4.png) no-repeat 17px center;
		text-decoration:none;
	}



	.entry_main {
		border-top: dashed 1px #ffbf41;
		margin-bottom: 0;
		padding: 20px;
		font-size: 16px;
		line-height: 1.8;
	}
	.entry_main p {
		line-height: 1.8;
	}

	.entry_main h2 {
		font-size: 24px;
		font-weight: bold;
		padding-left: 10px;
		line-height: 1.6;
		border-left: 5px solid #ffbf41;
		justify-content: flex-start;
		letter-spacing: 1px;
		margin-bottom: 20px;
		margin-top: 40px;
	}

	.entry_main h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		color: #000;
		background-color: #f3f3f3;
		border-radius: 10px;
		padding: 20px 10px 18px;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.entry_main h4 {
		border-bottom: 1px solid #ffbf41;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 15px;
		font-size: 18px;
		line-height: 1.8;
	}
	.entry_main p strong {
		-webkit-text-emphasis: filled dot #000;
		text-emphasis: filled dot #000;
	}

	#AuthorInfo {
		border: solid 1px #ffbf41;
		padding: 15px;
		margin-bottom: 0;
	}
	#AuthorInfo h3 {
		font-size: 18px;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 10px;
		color: #ffbf41;
	}
	#AuthorInfo > p > a {
		text-decoration: underline;
		font-size: 16px;
	}
	#AuthorInfo > p > a:hover {
		color: #ffbf41;
	}

	.column_info {
		background-color: #f1f1f1;
		padding: 28px;
		margin-bottom: 20px;
		text-align: left;
		font-size: 14px;
		line-height: 1.5;
	}
	.column_info > h4 {
		font-weight: bold;
		font-size: 16px;
		line-height: 1;
		margin-bottom: 10px;
	}
	.column_info > p {
		margin-bottom: 15px;
		line-height: 1.5;
	}
	.column_info .btn {
		position: relative;
		background-color: #e83a36;
		border-radius: 4px;
		color: #FFFFFF;
		line-height: 52px;
		box-shadow: 0 3px 0 #971f23;
		display: block;
		text-align: center;
		font-size: 18px;

		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.column_info .btn:hover {
		text-decoration:none;
		background:#fff;
		color:#e83a36;
	}
	.column_info .btn:active {
		top: 3px;
		box-shadow: none;
	}
	.to-list {
		margin-bottom: 20px;
		text-align: center;
	}
	.to-list a {
		color: #ffbf41;
		font-size: 1.3rem
	}
}
/*------------------------------------------------
Responsive
------------------------------------------------*/

@media screen and (max-width: 767px) {
	.container {
		display: block;
	}
	.container, main, h2 img {
		width: 100%;
	}
	.column_head {
		width: 90%;
	}
	.aboutbox{
		padding:10px 0 18px 0;
		text-align:left;
		background:url(../img/column/column/scout_bg.jpg) repeat-x left bottom;
		background-size:auto 3px;
	}
	.aboutbox .inner{
		width:94%;
		margin:0 auto;
		padding:0;
	}
	.aboutbox .inner dt,
	.aboutbox .inner h2 {
		border-bottom:dashed 1px #ffbf41;
		padding-bottom:8px;
		margin-bottom:8px;
	}
	.about_btm{
		position:relative;
	}
	.about_btm a{
		position:absolute;
		bottom:5px;
		left:3%;
	}

	.aboutbox .inner dt,
	.entry.inner > h2 {
		color: #FFFFFF;
		font-size: 4vw;
		font-weight: bold;
		background: #ffbf41;
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		line-height: 1.7;
		margin-bottom: 15px;
		padding: 10px;
		letter-spacing: 1px;
	}
	.aboutbox .inner dt a {
		color: #fff;
	}

	.qa-ttl {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGUlEQVQYV2Ncdv7pf10JXgbGy88//WcAAgBPCAdZgt/CrgAAAABJRU5ErkJggg==);
		background-repeat: repeat;
		color: #999;
		border-radius: 90px;
		display: inline-block;
		line-height: 1.5;
		font-weight: bold;
		font-size: 2rem;
		padding: 8px 10px;
		color: #434343;
		margin-bottom: 10px;
	}
	.qa-ttl::before {
		content: "Q";
		display: inline-block;
		margin-right: 8px;
	}

	.qa-text {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAAMUlEQVQYV2P8+PHjfwYo4OfnZ4SxGWESyIIgMbAEuiBIF1wriINsLFwC3S6wBDYHAABGax995DQGlgAAAABJRU5ErkJggg==);
		background-repeat: repeat;
		text-align: left;
		padding: 15px 28px;
		padding-left: 42px;
		font-size: 1.4rem;
		line-height: 1.8em;
		position: relative;
	}
	.qa-text::before {
		content: "A";
		position: absolute;
		left: 12px;
		top: 12px;
		font-size: 2rem;
		font-weight: bold;
	}
	.qa > .qa-item > .qa-text {
		margin-bottom: 20px;
	}
	.qa > .qa-item > .qa-text:last-of-type {
		margin-bottom: 0;
	}

	.aboutbox .inner {
		width: 100%;
		padding: 0 20px;
		box-sizing: border-box;
	}
	.aboutbox .inner h2 a {
		color: #FFF;
		display: block;
	}

	.entry_main {
		font-size: 1.6rem;
		line-height: 1.8;
	}
	.entry .entry_main {
		margin-bottom: 20px;
	}
	.entry_main p {
		line-height: 1.8;
		word-wrap: break-word;
	}
	.entry_main h2 {
		font-size: 2.4rem;
		font-weight: bold;
		padding-left: 10px;
		line-height: 1.6;
		border-left: 5px solid #ffbf41;
		justify-content: flex-start;
		letter-spacing: 1px;
		margin-bottom: 20px;
		margin-top: 40px;
	}
	.entry_main h3 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
		color: #000;
		background-color: #f3f3f3;
		border-radius: 10px;
		padding: 20px 10px 18px;
		margin-bottom: 15px;
	}
	.entry_main h4 {
		border-bottom: 1px solid #ffbf41;
		padding-bottom: 10px;
		margin-bottom: 10px;
		margin-top: 15px;
		font-size: 1.8rem;
		line-height: 1.8;
	}


	.entry_main p strong {
		-webkit-text-emphasis: filled dot #000;
		text-emphasis: filled dot #000;
	}

	#ColumnList {
		margin-bottom: 20px;
	}

	/* アフロ先生の回答コーナー */
	#Column .qa {
		padding: 15px;
		border:dotted 1px #ffbf41;
		position: relative;
	}
	#Column .qa > h3 {
		color: #ffbf41;
		font-weight: bold;
		font-size: 2rem;
		line-height: 1;
		margin-bottom: 15px;
	}
	#Column .qa > h3 > span {
		color: #333;
		font-size: 1.4rem;
		display: block;
		line-height: 1;
		padding-top: 8px;
	}

	/* 事務局より */
	.column_info {
		background-color: #f1f1f1;
		padding: 28px;
		text-align: left;
		font-size: 1.4rem;
		line-height: 1.5;
	}
	.column_info > h4 {
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1;
		margin-bottom: 10px;
	}
	.column_info > p {
		margin-bottom: 15px;
		line-height: 1.6;
	}
	.column_info .btn {
		position: relative;
		background-color: #e83a36;
		border-radius: 4px;
		color: #FFFFFF;
		line-height: 52px;
		box-shadow: 0 3px 0 #971f23;
		display: block;
		text-align: center;
		font-size: 1.8rem;

		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.column_info .btn:hover {
		text-decoration:none;
		background:#fff;
		color:#e83a36;
	}
	.column_info .btn:active {
		top: 3px;
		box-shadow: none;
	}
	.to-list {
	}
	.to-list a {
		color: #ffbf41;
		display: block;
		padding: 20px;
		text-align: center;
	}
	.to-list a:active {
		background-color: #fafafa;
	}

	.side_column {
		text-align: left;
		margin-top: 20px;
	}
	.side_column > dt{
		background-color: #ffbf41;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 1.6rem;
		line-height: 1;
		padding: 8px;
		box-sizing: border-box;
		text-align: center;
	}
	.side_column > dd {
	}
	.side_column > .profile {
		padding: 20px;
	}
	.side_column > .profile h3 {
		font-size: 1.4rem;
		line-height: 1;
		margin-bottom: 8px;
		font-weight: bold;
	}
	.side_column > .profile .profile-info {
		display: block;
		margin-bottom: 8px;
		color: #999;
		line-height: 1.6;
	}
	.side_column > .profile p {
		border: dotted 1px #333;
		padding: 10px;
		line-height: 1.6;
	}
	.side_column > .backnumber {
		margin-bottom: 0;
	}
	.side_column > .backnumber > ul > li {
		display: block;
		border-bottom: dotted 1px #6d6d6d;
	}
	.side_column > .backnumber > ul > li:last-of-type {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: 0;
	}
	.side_column > .backnumber > ul li a {
		color: #ffbf41;
		display: block;
		padding: 20px;
		line-height: 1.7;
		font-size: 1.6rem;
	}
	.side_column > .backnumber > ul li a time {
		color: #333;
	}
	.side_column > .backnumber > ul li a:active {
		background-color: #fafafa;
	}

	/* btn */

	.btn-more {
		display: block;
		padding: 12px 25px;
		font-size: 1.6rem;
		color: #fff;
		background: #f29118 url(../img/column/column/ico_arw1.png) no-repeat 15px center;
		background-size: auto 0.8em;
		border: none;
		border-bottom: 3px #a05c24 solid;
		border-radius: 6px;
		margin-top: 15px;
	}

	.matomail-link {
		padding: 20px;
		border-top:solid 1px #CCC;
		border-bottom:solid 1px #CCC;
	}
	.matomail-link img {
		display: block;
		margin: auto;
	}
	.matomail-link .btn {
		position: relative;
		background-color: #ffbf41;
		border-top: solid 1px #ffbf41;
		border-left: solid 1px #ffbf41;
		border-right: solid 1px #ffbf41;
		border-radius: 4px;
		color: #FFFFFF;
		line-height: 52px;
		box-shadow: 0 3px 0 #106896;
		display: block;
		text-align: center;
		font-size: 1.8rem;
		margin-top: 20px;
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}

	.matomail-link:active .btn {
		text-decoration:none;
		background:#fff;
		color:#ffbf41;
	}
	.matomail-link img {
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	}
	.matomail-link:active img {
		opacity: .8;
	}
	.matomail-link .btn:active {
		top: 3px;
		box-shadow: none;
	}

	#Column hr {
		height: 6px;
		background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAAGCAYAAADgzO9IAAAALElEQVQYV2NkwAK6urr+M6KLgwTLysoYUSRggiDFcAlkQbgEuiBYApsgSAIAPcMWpJbCvssAAAAASUVORK5CYII=) repeat-x 0 0;
	    border: 0;
		margin-bottom: 40px;
	}

	/* Author Info */
	#AuthorInfo {
		border: solid 1px #ffbf41;
		margin-bottom: 40px;
		padding: 15px;
	}
	#AuthorInfo h3 {
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.3;
		margin-bottom: 10px;
		color: #ffbf41;
	}
	#AuthorInfo a {
		font-size: 1.6rem;
		display: block;
	}
	#AuthorInfo a:active {
		color: #FFFFFF;
		background-color: #ffbf41;
	}
	#AuthorInfo a:active h3 {
		color: #FFFFFF;
	}

}

.wp-pagenavi {
	width: 94%;
	margin: 20px auto 0;
	display: flex;
	justify-content: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	padding: 5px 7px;
	margin: 3px;
}

.entry_main a {
	color: inherit;
	text-decoration: underline;
}