/*
Theme Name: CT
*/
/* ///////////////////////////////////////////////////////////////////

top

/////////////////////////////////////////////////////////////////// */
.page-top .main-img {
	margin-bottom: 50px;
	background: #efefef;
}
.page-top .main-img p {
	margin: 0;
	text-align: center;
}
.page-top .bnr-video {
	margin-bottom: 50px;
	text-align: center;
}
.page-top .bnr-video img {
	width: 40%;
}
.page-top .top-seminar h2 {
	text-align: center;
}
.page-top .top-bnr-list {
	margin: 100px auto 30px;
	text-align: center;
}
.page-top .top-bnr-list ul {
	padding: 0;
	letter-spacing:-1em;
}
.page-top .top-bnr-list ul li {
	display: inline-block;
	margin: 0 1% 40px;
	width: 23%;
	letter-spacing: normal;
}
.page-top .top-bnr-list-2 ul li {
	width: 98%;
}
.top-about {
	margin-top: 50px;
	padding: 50px 0 40px;
	background: #f0f0f0;
}

.page-top .top-news-list {
	margin-bottom: 50px;
}
.page-top .top-news-list .top-news-item {
	display: inline-block;
	margin: 0 2% 20px;
	width: 45%;
	vertical-align: top;
}
.page-top .top-news-list .top-news-item h2 {
	margin: 0;
	padding-bottom: 10px;
	font-size: 24px;
	border-bottom: solid 4px #222222;
	font-weight: bold;
}
.page-top .top-news-list .top-news-item ul {
	padding: 0;
}
.page-top .top-news-list .top-news-item ul li {
	margin: 0;
}
.page-top .top-news-list .top-news-item ul li a {
	display: block;
	padding: 20px 10px 20px 0;
	color: #333;
	border-bottom: solid 1px #dddddd;
	background-image: url(../images/0-icon-arrow-02.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: none;
}
.page-top .top-news-list .top-news-item ul li a .img {
	float: left;
	width: 15%;
	position: relative;
	overflow: hidden;
}
.page-top .top-news-list .top-news-item ul li a .img::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.page-top .top-news-list .top-news-item ul li a .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.page-top .top-news-list .top-news-item ul li a .text {
	float: right;
	width: 82%;
}
.page-top .top-news-list .top-news-item ul li a .date {
	display: block;
	font-size: 14px;
	color: #888888;
	margin-bottom: 10px;
}
.page-top .top-news-list .top-news-item ul li a .title {
	display: block;
	font-size: 16px;
}
.page-top .top-news-list .top-news-item .link {
	text-align: right;
}
.page-top .top-news-list .top-news-item .link a {
	padding-right: 10px;
	background-image: url(../images/0-icon-arrow-01.png);
	background-position: center right;
	background-repeat: no-repeat;
	text-decoration: underline;
}
.page-top .top-news-list .top-news-item .link a:hover {
	text-decoration: none;
}
.top-about h2 {
	margin: 0 auto 50px;
	width: 40%;
	text-align: center;
}
.top-about .top-about-item {
	margin-bottom: 50px;
}
.top-about .top-about-item h3 {
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 10px double #EB000F;
	font-size: 32px;
	font-weight: bold;
	color: #eb000f;
}
.top-about .top-about-item .bnr {
	margin: 20px auto 40px;
	width: 60%;
	text-align: center;
}
.top-about .top-about-item .btn {
	text-align: center;
}
.top-about .top-about-item .btn a {
	display: inline-block;
	width: 400px;
	padding: 15px 3%;
	background: #ba000e;
	border-radius: 6px;
	border-bottom: solid 3px #91000b;
	color: #fff;
	font-size: 21px;
	text-decoration: none;
}
.top-story {
	position: relative;
	padding: 100px 0;
	background-image: url("../images/top-story-bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center center;
}
.top-story h2 {
	margin: 20px 0 50px;
	color: #fff;
	font-size: 68px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
}
.top-story h2 span {
	position: relative;
}
.top-story h2 span::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
}
.top-story .top-story-list {
	position: relative;
	margin: 0 auto;
	width: 1000px;
}
.top-story .top-story-list::before {
	content: "";
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 71px;
	background: #aaaaaa;
}
.top-story .top-story-list .top-story-item {
	margin-bottom: 20px;
}
.top-story .top-story-list .top-story-item .date {
	float: left;
	position: relative;
	width: 80px;
	color: #fff;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	font-family: "Noto Sans JP", sans-serif;
}
.top-story .top-story-list .top-story-item .date::after {
	content: "";
	position: absolute;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #fff;
	top: 5px;
	right: 0;
}
.top-story .top-story-list .top-story-item .comment {
	position: relative;
	background: #fff;
	border-radius: 5px;
	padding: 20px;
	margin-left: 100px;
}
.top-story .top-story-list .top-story-item .comment::before {
	content: "";
	position: absolute;
	border-right: 20px solid #fff;
	border-bottom: 10px solid #0000;
	border-top: 10px solid #0000;
	top: 3px;
	left: -10px;
}
.top-story .top-story-list .top-story-item .comment .left {
	float: left;
	width: 70%;
}
.top-story .top-story-list .top-story-item .comment .right {
	float: right;
	width: 25%;
}
.top-story .top-story-list .top-story-item .comment-2 .left {
	width: 58%;
}
.top-story .top-story-list .top-story-item .comment-2 .right {
	width: 40%;
}
.top-video {
	margin-bottom: 100px;
}
.top-video-bg {
	margin: 0;
	width: 100%;
	height: 670px;
	background-color: #251919;
	transform: skewY(-10deg);
	margin-top: -85px;
	position: absolute;
	z-index: -1;
}
.top-video h2 {
	text-align: center;
}
.top-video .youtube {
	text-align: center;
	width: 830px;
	margin: 0 auto;
}
.top-video .youtube iframe {
	width: 830px;
	height: 500px;
}
.top-facebook {
	margin: 0 auto;
	width: 500px;
}
.top-fixed-bnr-video {
	position: fixed;
	left: 0;
	bottom: 0;
	padding: 3%;
}

@media screen and (max-width: 640px){
.page-top .main-img p img {
	width: 100%;
}
.page-top .bnr-video img {
	width: auto;
}
.page-top .top-seminar {
	margin-bottom: 80px;
}
.page-top .top-seminar h2 img {
	width: 94%;
}
.page-top .top-seminar .btn-01 {
	margin-top: 0;
}
.page-top .top-bnr-list {
	margin: 0 auto 30px;
	padding: 0;
	width: auto;
}
.page-top .top-bnr-list ul li {
	margin: 0 0 20px;
	width: 100%;
}
.page-top .top-bnr-list ul li:first-child {
	width: 100%;
}
.page-top .top-news-list .top-news-item {
	margin: 0 0 20px;
	width: 100%;
}
.top-about h2 {
	margin: 0 auto 20px;
	width: 80%;
}
.top-story {
	padding: 40px 0;
}
.top-story h2 {
	margin-bottom: 30px;
	font-size: 38px;
}
.top-about .top-about-item {
	margin-bottom: 20px;
}
.top-about .top-about-item .img {
	margin-bottom: 20px;
}
.top-about .top-about-item .bnr {
	width: 80%;
}
.top-about .top-about-item .btn a {
	width: 90%;
	padding: 12px 3%;
	font-size: 14px;
}
.top-story .top-story-list {
	width: auto;
}
.top-story .top-story-list::before {
	left: 58px;
}
.top-story .top-story-list .top-story-item .date {
	width: 75px;
	font-size: 16px;
}
.top-story .top-story-list .top-story-item .date::after {
	right: 7px;
}
.top-story .top-story-list .top-story-item .comment {
	padding: 10px;
	margin-left: 85px;
}
.top-story .top-story-list .top-story-item .comment .left {
	width: 100%;
	margin-bottom: 10px;
}
.top-story .top-story-list .top-story-item .comment .left .img {
	text-align: center;
}
.top-story .top-story-list .top-story-item .comment .right {
	width: 100%;
	text-align: center;
}
.top-video-bg {
	height: 400px;
	margin-top: -65px;
}
.top-video .youtube {
	width: auto;
}
.top-video .youtube iframe {
	width: 100%;
	height: 200px;
}
.top-facebook {
	margin-bottom: 50px;
	width: auto;
}
}

/* ///////////////////////////////////////////////////////////////////

course

/////////////////////////////////////////////////////////////////// */

#page-course .merit-area {
	margin: 0 auto 80px;
	width: 860px;
}
#page-course .merit-area ul {
	text-align: center;
}
#page-course .merit-area ul li {
	display: inline-block;
	margin: 0 1% 20px;
	width: 45%;
}
#page-course .feature-area {
	padding: 0 0 100px;
}
#page-course .feature-area .comment {
	text-align: center;
}
#page-course .feature-area .comment span {
	font-weight: bold;
	text-decoration: underline;
}
#page-course .feature-area ul.feature-list {
	text-align: center;
}
#page-course .feature-area ul.feature-list li {
	display: inline-block;
	margin: 0 1% 20px;
	width: 30%;
	vertical-align: top;
}
#page-course .feature-area ul.feature-list li p {
	text-align: left;
}
#page-course .feature-area .add p {
	font-size: 26px;
	font-weight: bold;
	font-style: italic;
	color: #e60012;
}
#page-course .feature-area .add ul {
	padding: 40px 5%;
	border: solid 2px #e60012;
}
#page-course .feature-area .add ul li {
	position: relative;
	margin: 0 0 20px;
	padding-left: 30px;
	font-weight: bold;
}
#page-course .feature-area .add ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 100px;
	background: #e60012;
}
#page-course .seminar-area {
	padding: 50px 0;
	background: #eeeeee;
}
#page-course .voice-area .comment {
	margin-bottom: 40px;
	text-align: center;
}
#page-course .voice-area .comment {
	margin-bottom: 40px;
	text-align: center;
}
#page-course .voice-area .post-list .post-item {
	display: inline-block;
	margin: 0 1% 40px;
	width: 22%;
	vertical-align: top;
}
#page-course .voice-area .post-list .post-item a .date {
	font-size: 14px;
}
#page-course .voice-area .post-list .post-item a h2 {
	font-size: 16px;
}


@media screen and (max-width: 640px) {
#page-course .merit-area {
	margin: 0 auto 40px;
	width: auto;
}
#page-course .merit-area ul li {
	width: 100%;
	margin: 0 0 10px;
}
#page-course .feature-area {
	padding: 50px 0 50px;
}
#page-course .feature-area ul.feature-list li {
	margin: 0 0 10px;
	width: 100%;
}
#page-course .voice-area .post-list .post-item {
	margin: 0 0 20px;
	width: 100%;
}
}


/* ///////////////////////////////////////////////////////////////////

profile

/////////////////////////////////////////////////////////////////// */

#page-profile .trainer-list .trainer-item {
	display: inline-block;
	margin: 0 1% 40px;
	width: 30%;
	vertical-align: top;
}
#page-profile .trainer-list .trainer-item .name {
	margin: 20px 0 5px;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	color: #eb000f;
}

@media screen and (max-width: 640px) {
#page-profile .trainer-list .trainer-item {
	display: inline-block;
	margin: 0 0 40px;
	width: 100%;
}
}

/* ///////////////////////////////////////////////////////////////////

philosophy

/////////////////////////////////////////////////////////////////// */

#page-company .about {
	padding-bottom: 50px;
}
#page-company .about h2 {
	margin-left: auto;
	margin-right: auto;
	width: 370px;
}
#page-company .about table {
	margin-bottom: 50px;
	border-top: solid 1px #cccccc;
}
#page-company .about table th,
#page-company .about table td {
	border: none;
	border-bottom: solid 1px #cccccc;
	background: none;
	text-align: left;
}
#page-company .about table th {
	width: 30%;
}
#page-company .about iframe {
	width: 100%;
	height: 620px;
}
#page-company .philosophy {
	margin-bottom: 100px;
}
#page-company .philosophy h3 {
	margin-bottom: 40px;
}

@media screen and (max-width: 640px) {
#page-company .about {
	padding-bottom: 20px;
}
#page-company .about h2 {
	width: 70%;
}
#page-company .about table {
	display: block;
}
#page-company .about table tbody {
	display: block;
}
#page-company .about table tr {
	display: block;
}
#page-company .about table th,
#page-company .about table td {
	display: block;
}
#page-company .about table th {
	border: none;
	width: 100%;
	padding-bottom: 0;
}
#page-company .about table td {
	padding-top: 0;
}
#page-company .about iframe {
	height: 250px;
}
#page-company .philosophy {
	margin-bottom: 50px;
}
}


/* ///////////////////////////////////////////////////////////////////

link

/////////////////////////////////////////////////////////////////// */
#page-link .link-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#page-link .link-list .link-item {
	width: 30%;
	margin: 0 1% 20px;
	vertical-align: top;
	background: #e9e9e9;
}
#page-link .link-list .link-item a {
	display: block;
	padding: 20px 5%;
	text-decoration: none;
}
#page-link .link-list .link-item .img {
	width: 80%;
	margin: 0 auto;
}
#page-link .link-list .link-item h2 {
	margin: 0 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}
#page-link .link-list .link-item p {
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 1.4;
}

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

#page-link .link-list .link-item {
	width: 48%;
	margin: 0 1% 20px;
}
#page-link .link-list .link-item h2 {
	font-size: 12px;
}
#page-link .link-list .link-item p {
	font-size: 11px;
}
}



/* ///////////////////////////////////////////////////////////////////

DVD

/////////////////////////////////////////////////////////////////// */
#page-dvd .dvd-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-evenly;
}
#page-dvd .dvd-list .dvd-item {
	width: 30%;
	margin: 0 1% 20px;
	vertical-align: top;
	background: #fff;
}
#page-dvd .dvd-list .dvd-item a {
	display: block;
	padding: 20px 5%;
	text-decoration: none;
}
#page-dvd .dvd-list .dvd-item .img {
	width: 80%;
	margin: 0 auto 24px;
}
#page-dvd .dvd-list .dvd-item h2 {
	margin: 0 0 5px;
	text-align: center;
	font-size: 16px;
	line-height: 1.4;
	font-weight: bold;
}

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

#page-dvd .dvd-list .dvd-item {
	width: 48%;
	margin: 0 1% 20px;
}
#page-dvd .dvd-list .dvd-item h2 {
	font-size: 12px;
}
}



/* ///////////////////////////////////////////////////////////////////

archive-seminar

/////////////////////////////////////////////////////////////////// */

.archive-seminar .bottom-link {
	margin: 50px 0 0;
	text-align: center;
}




/* ///////////////////////////////////////////////////////////////////

contact

/////////////////////////////////////////////////////////////////// */

#page-contact {
}
.entry-content .wpcf7-form table th {
	border: solid 1px #dddddd;
	background: #f5f5f5;
	border-right: none;
	text-align: left;
	vertical-align: top;
	width: 25%;
}
.entry-content .wpcf7-form table td {
	border: solid 1px #dddddd;
	border-left: none;
}
.entry-content .wpcf7-form table .required {
	display: inline-block;
	margin-left: 6px;
	padding: 3px 6px;
	background: #eb000f;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
.entry-content .wpcf7-form table .any {
	display: inline-block;
	margin-left: 6px;
	padding: 3px 6px;
	background: #aaaaaa;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
}
.entry-content .wpcf7-form input[type="text"],
.entry-content .wpcf7-form input[type="tel"],
.entry-content .wpcf7-form input[type="email"],
.entry-content .wpcf7-form textarea {
	margin: 5px 0;
  padding: 5px 10px;
  width:95%;
	font-size: 16px;
	border: solid 1px #aaaaaa;
}
.entry-content .wpcf7-form input[type="submit"]{
	margin: 5px 0;
  padding:15px 0;
  font-size:16px;
  width:30%;
}
.entry-content .wpcf7-form table select {
	margin: 5px 0;
  padding: 5px 10px;
	font-size: 16px;
}
.entry-content .wpcf7-form table .w1 {
	width: 150px;
}
.entry-content .wpcf7-form table .w1 {
	width: 150px;
}
.entry-content .wpcf7-form table .w2 {
	width: 300px;
}
.entry-content .wpcf7-form table .hide {
	display: none;
}
.entry-content .wpcf7-form .verification-area {
	border: solid 1px #111111;
}
.entry-content .wpcf7-form .verification-area h4 {
	margin: 0;
	padding: 10px 3%;
	background: #111111;
	text-align: center;
	color: #fff;
}
.entry-content .wpcf7-form .verification-area h4::after {
	display: none;
}
.entry-content .wpcf7-form .verification-area .verification-main {
	padding: 20px;
}
.entry-content .wpcf7-form .verification-area .verification-main .verification-main-text {
	height: 130px;
	overflow-y: scroll;
}
.entry-content .wpcf7-form .verification-area .verification-main h5 {
	position: relative;
	padding-left: 15px;
	font-weight: bold;
}
.entry-content .wpcf7-form .verification-area .verification-main h5::after {
	content: "";
	position: absolute;
	left: 0;
	top: 7px;
	width: 10px;
	height: 10px;
	background: #eb000f;
}
.entry-content .wpcf7-form .verification-area .verification-main .acceptance {
	margin-top: 20px;
	background: #eeeeee;
}
.entry-content .wpcf7-form .verification-area .verification-main .acceptance label {
	display: block;
	padding: 10px 40px 10px 10px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.entry-content .wpcf7-form .verification-area .verification-main .acceptance label .your-acceptance {
	float: left;
	padding-right: 10px;
}
.entry-content .wpcf7-form .wpcf7-checkbox {
	border: solid 1px #ccc;
	display: block;
	padding: 20px 3%;
}
.entry-content .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
	display: inline-block;
	margin: 0 40px 10px 0;
	font-weight: bold;
}
.entry-content .wpcf7-form .wpcf7-radio .wpcf7-list-item {
	display: inline-block;
	margin: 0 40px 10px 0;
	font-weight: bold;
}
.entry-content .wpcf7-form .attention {
	color: #eb000f;
}

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

.entry-content .wpcf7-form table,
.entry-content .wpcf7-form table tboby,
.entry-content .wpcf7-form table tr,
.entry-content .wpcf7-form table th,
.entry-content .wpcf7-form table td {
	display: block;
	width: auto;
}
.entry-content .wpcf7-form table th,
.entry-content .wpcf7-form table td {
	font-size: 16px;
	padding: 10px 3%;
	border: solid 1px #dddddd;
}
.entry-content .wpcf7-form table input, .wpcf7-form table textarea {
	padding: 5px 2%;
	width: 95%;
}
.entry-content .wpcf7-form table .w2 {
	width: 220px;
}
}

/* ///////////////////////////////////////////////////////////////////

voice

/////////////////////////////////////////////////////////////////// */
.archive-voice .entry-header {
	padding: 0;
	background: #dddddd;
}


/* ///////////////////////////////////////////////////////////////////

other

/////////////////////////////////////////////////////////////////// */

.img-style {
	padding: 6px;
	border: solid 5px #e60012;
	background: #f0f0f0;
}
.btn-01 {
	margin: 30px 0;
	text-align: center;
}
.btn-01 a,
.btn-01 button {
	display: inline-block;
	min-width: 400px;
	padding: 15px 20px 15px 3px;
	color: #fff;
	border-radius: 4px;
	background-color: #ba000e;
	background-image: url(../images/0-icon-arrow-03.png);
	background-position: center right 10px;
	background-repeat: no-repeat;
	border: none;
	border-bottom: solid 3px #91000b;
	text-decoration: none;
	font-size: 21px;
	cursor: pointer;
}
.btn-01 button {
	min-width: 423px;
}
.btn-01-o a,
.btn-01-o button {
	background-color: #d96903;
	border-color: #9f6129;
}
.post-list .post-item {
	display: inline-block;
	margin: 0 2% 40px;
	width: 29%;
	vertical-align: top;
}
.type-single .post-list .post-item {
	width: 45%;
}
.post-list .post-item a {
	color: #333;
	text-decoration: none;
}
.post-list .post-item .youtube iframe {
	width: 100%;
	height: 200px;
}
.post-list .post-item a .img {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;
}
.post-list .post-item a .img::before {
	content: "";
	display: block;
	padding-top: 60%;
}
.post-list .post-item a .img img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	object-fit: cover;
	vertical-align: bottom;
}
.post-list .post-item a p {
	margin: 0 0 3px;
}
.post-list .post-item a h2,
.post-list .post-item a .title {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
}
.post-list .post-item a .target span {
	display: inline-block;
	padding: 0 2px;
	border: solid 1px #333;
	font-size: 12px;
	line-height: 1.6;
}
.post-list .post-item a .deadline.attention {
	color: #eb000f;
}
.post-list .post-item a .deadline.end {
	color: #333;
}
.post-list .post-item a .deadline span {
	display: inline-block;
	margin-left: 10px;
	padding: 0 5px;
	background: #eb000f;
	color: #fff;
	font-size: 12px;
	line-height: 1.6;
}
.post-list .post-item a .deadline span.end {
	background: #333;
}
.post-list2 .post-item {
	position: relative;
	margin: 0 0 10px;
	background: #e9e9e9;
}
.post-list2 .post-item a {
	display: table;
	width: 94%;
	padding: 20px 3%;
	text-decoration: none;
}
.post-list2 .post-item .date {
	display: table-cell;
	margin: 0;
	width: 10%;
	font-weight: bold;
	color: #eb0011;
	vertical-align: middle;
}
.post-list2 .post-item .date span {
	display: block;
}
.post-list2 .post-item h2 {
	display: table-cell;
	width: 40%;
	margin: 0;
	padding-right: 5%;
	color: #333;
	font-size: 22px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
}
.post-list2 .post-item::before {
  content: '';
  border-style: solid;
  border-color: #0000 #fff00000 #EB0011 #0000;
  border-width: 0 0px 40px 40px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.post-list2 .post-item::after {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-family: "Font Awesome 5 Free";
  content: '\f061';
  font-size: 16px;
	font-weight: 900;
  color: #fff;
}
.post-link {
	margin-top: 50px !important;
	padding: 20px 0;
	border-top: dotted 1px #cccccc;
	border-bottom: dotted 1px #cccccc;
}
.post-link li {
	margin: 0;
}
.post-link .post-link-next {
	text-align: right;
}
.post-link .post-link-pre a,
.post-link .post-link-next a {
	text-decoration: none;
}
.post-link .post-link-pre a::before {
  font-family: "Font Awesome 5 Free";
	content: '\f0d9';
	color: #EB000F;
	font-weight: 900;
	padding: 0 5px;
}
.post-link .post-link-next a::after {
  font-family: "Font Awesome 5 Free";
	content: '\f0da';
	color: #EB000F;
	font-weight: 900;
	padding: 0 5px;
}

@media screen and (max-width: 640px) {
.btn-01 a,
.btn-01 button  {
	display: inline-block;
	width: 92%;
	min-width: auto;
	padding: 10px 5% 10px 3%;
	font-size: 16px;
}
.btn-01 button  {
	width: 100%;
}
.post-list .post-item,
.type-single .post-list .post-item	{
	margin: 0 0 35px;
	width: 100%;
}
.post-list2 .post-item a {
	display: block;
}
.post-list2 .post-item .date {
	display: block;
	width: auto;
	font-size: 14px;
}
.post-list2 .post-item .date span {
	display: inline-block;
	margin-right: 10px;
}
.post-list2 .post-item h2 {
	display: block;
	width: auto;
	font-size: 18px;
}
}
