/*
Theme Name: CT
*/







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

list-block

/////////////////////////////////////////////////////////////////// */
.list-block {
}
.list-block h2,
.list-block h3,
.list-block h4 {
  margin-bottom: 0;
}
.entry-content .list-block ul {
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.entry-content .list-block ol,
.entry-content .editor ol {
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.entry-content .list-block ol li,
.entry-content .editor ol li{
  list-style: decimal;
}
.entry-content .list-block ul.check,
.entry-content .editor ul,
.entry-content .editor-single ul {
  list-style: none;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}
.list-block ul.check li,
.entry-content .editor ul li,
.entry-content .editor-single ul li,
.entry-content .list-block ul li {
	position: relative;
  margin: 0 0 6px;
  padding: 0 0 0 20px;
}
.list-block ul.check li,
.entry-content .editor ul li {
	background: url(../images/list-icon-01.png) no-repeat left 4px;
	margin: 0 0 6px;
	padding: 0 0 0 30px;
}
.entry-content .list-block ul li::before,
.entry-content .editor-single ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 14px;
	height: 14px;
	border-radius: 100px;
	background: #e60012;
}
.list-block ul.check li::before {
	display: none;
}

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

user-list-block

/////////////////////////////////////////////////////////////////// */
.entry-content .text-block ul,
.entry-content .text-img-block ul {
	overflow: hidden;
  padding: 25px;
  background: #fff;
  border: #808080 1px solid;
  list-style: none;
}
.entry-content .text-block ul li,
.entry-content .text-img-block ul li {
  background: url(../images/common/list-icon-01.png) no-repeat left 4px;
  margin: 0 0 6px;
  padding: 0 0 0 30px;
}
.entry-content .text-block ol,
.entry-content .text-img-block ol {
	overflow: hidden;
  background: #fff;
  border: #808080 1px solid;
  padding: 25px;
}

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

slide-block

/////////////////////////////////////////////////////////////////// */
.slide-block {
	width: 500px;
	margin: 25px auto 50px;
}
.slide-block .slick-list {
	margin-bottom: 10px;
}
.slide-block .slide-block-item .title {
	margin: 25px 0;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}
.slide-block .slide-block-item .img {
	overflow: hidden;
	width: 500px;
	height: 375px;
	position: relative;
}
.slide-block .slide-block-item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.slide-block .slick-arrow {
	position: absolute;
	top: 31%;
	width: 50px;
	height: 50px;
	background: transparent;
	background-position: center center;
	background-repeat: no-repeat;
	border: none;
	z-index: 80;
	cursor: pointer;
	background-color: #eb000f;
}
.slide-block .slick-arrow{
  transition: .3s;
}
.slide-block .slick-arrow:hover {
  opacity: 0.6;
}
.slide-block .slick-prev {
	left: -70px;
	background-image: url("../images/0-slide-icon-arrow-l.png");
}
.slide-block .slick-prev:before{
	left: 4px;
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid #7a0;
}
.slide-block .slick-next {
	right: -70px;
	background-image: url("../images/0-slide-icon-arrow-r.png");
}
.slide-block .attention {
	text-align: center;
}
.slide-block .attention span {
	display: inline-block;
	padding: 10px 65px 10px 0;
	background-image: url("../images/common/slide-icon-01.png");
	background-position: right center;
	background-repeat: no-repeat;
}
@media screen and (max-width: 600px) {
.slide-block {
	width: 100%;
}
.slide-block .slick-prev,
.slide-block .slick-next {
	background-size: 8px auto;
}
.slide-block .slide-block-item .title {
	margin: 15px 0 7px;
}
.slide-block .slide-block-item .img {
	margin: 0 auto;
	width: 280px;
	height: 210px;
}
.slide-block .slide-block-item .img img {
	display: inline;
}
.slide-block .slick-arrow {
	position: absolute;
	top: 25%;
	width: 30px;
	height: 30px;
}
.slide-block .slick-prev {
	left: 0;
}
.slide-block .slick-next {
	right: 0;
}
}

@media screen and (max-width: 400px) {
.slide-block .slick-arrow {
	top: 23%;
}
.slide-block .slide-block-item .img {
	width: 250px;
	height: 188px;
}
}
@media screen and (max-width: 350px) {
.slide-block .slick-arrow {
	top: 17%;
}
.slide-block .attention span {
	font-size: 14px;
}
.slide-block .slide-block-item .img {
	width: 200px;
	height: 150px;
}
}



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

relation-post-block

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

.relation-post-block .list-block ul {
	max-height: 200px;
	overflow-y: scroll;
}


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

threepoint

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

.entry-content .threepoint li {
  width: 30%;
  float: left;
  text-align: center;
  list-style: none;
  padding: 10px;
  margin: 0;
}
.entry-content .threepoint:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;

  height: 0;
}
* html .entry-content .threepoint {
  zoom: 1;
}
*:first-child+html .entry-content .threepoint {
  zoom: 1;
}
@media screen and (max-width: 600px) {
.entry-content .threepoint li {
  width: 100%;
  float: none;
  padding: 0;
}
}
/* ///////////////////////////////////////////////////////////////////

dl-style-01

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

.entry-content .dl-style-01 dl dt {
  position: relative;
  top: 1em;
  display: inline-block;
  left: 1em;
  background: #FFF;
  padding: 0 1em;
  font-weight: bold;
}
.entry-content .dl-style-01 dl dd {
  border: 1px solid #808080;
  padding: 1.5em 1em 1em 1em;
  margin-bottom: 2em;
}
/* ///////////////////////////////////////////////////////////////////

video-block

/////////////////////////////////////////////////////////////////// */
.video-block {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-block iframe,
.video-block object,
.video-block embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


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

pagenav-block

/////////////////////////////////////////////////////////////////// */
.pagenav-block {
  text-align:right;

}
.pagenav-block .pagenav {
  list-style:none;
}
.pagenav-block .pagenav li {
  width:40px;
  display:inline-block;
  margin:0 0 5px 5px ;
  border:1px solid #CCC;
  line-height:1;
  text-align:center;
}
.pagenav-block .pagenav li.current {
  font-weight:bold;
  background:#cccccc;
  color:#ffffff;
}
.pagenav-block .pagenav li a ,
.pagenav-block .pagenav li span {
  padding:8px 0;
  display:block;
}
@media screen and (max-width: 600px) {
.pagenav-block .pagenav li a ,
.pagenav-block .pagenav li span {
  padding:16px 0;
}
}



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

MorePost

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

#MorePost {
  padding-top: 10px;
}
#MorePost h2 {
  font-weight: bold;
}
#MorePost ul {
  overflow-y: auto;
}

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

youtube 

/////////////////////////////////////////////////////////////////// */
@media screen and (max-width: 600px) {
.youtube iframe{
  width: auto;
  height: auto;;
  max-width: 100%;
}
}

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

iframe-block

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

.iframe-block iframe {
  max-width:100%;
}



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

text-block

/////////////////////////////////////////////////////////////////// */
.text-block {
	margin-bottom: 30px;
}

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

img-block

/////////////////////////////////////////////////////////////////// */
.img-block {
	margin-bottom: 30px !important;
}

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

imgs-block

/////////////////////////////////////////////////////////////////// */
.imgs-block {
	margin-bottom: 30px !important;
	text-align: center;
}
.imgs-block li {
	display: inline-block;
	margin: 3%;
	width: 40%;
	list-style: none;
}
.imgs-block.set-3 li {
	margin: 2%;
	width: 26%;
}



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

text-img-block


/////////////////////////////////////////////////////////////////// */
.text-img-block {
	margin-bottom: 30px !important;
}
@media screen and (max-width: 600px) {
.text-img-block .img {
	text-align: center;
}
}



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

html-block

/////////////////////////////////////////////////////////////////// */
.html-block {
	margin-bottom: 30px;
}
.html-block iframe {
	width: 100%;
}

@media screen and (max-width: 600px) {
.html-block iframe {
	width: 100%;
  height: 200px;
}
}

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

google-map

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

.google-map-block {
	margin-bottom: 30px;
}
.google-map-block .acf-map {
	width: 100%;
	height: 350px;
	border: #ccc solid 1px;
}
@media screen and (max-width: 600px) {
.google-map-block .acf-map {
  height: 200px;
}
}

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

html-block

/////////////////////////////////////////////////////////////////// */
.html-block {
	margin-bottom: 30px;
}


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

spacer-block

/////////////////////////////////////////////////////////////////// */
.spacer-block-s {
	padding-bottom: 30px;
}
.spacer-block-m {
	padding-bottom: 80px;
}
.spacer-block-l {
	padding-bottom: 160px;
}

@media screen and (max-width: 600px) {
.spacer-block-s {
	padding-bottom: 15px;
}
.spacer-block-m {
	padding-bottom: 60px;
}
.spacer-block-l {
	padding-bottom: 100px;
}
}



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

surround-block

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

.surround-block {
	margin-bottom: 30px;
	padding: 20px 3%
}
.surround-block.surround-color-red {
	border: solid 1px #E84F4F;
	background-color: #FFF5F5;
}
.surround-block.surround-color-yellow {
	border: solid 1px #D6D003;
	background-color: #FFFEE6;
}
.surround-block.surround-color-orange {
	border: solid 1px #FF9900;
	background-color: #FFF8EE;
}
.surround-block.surround-color-green {
	border: solid 1px #6CA265;
	background-color: #F7FFF1;
}
.surround-block.surround-color-blue {
	border: solid 1px #2082BB;
	background-color: #EDF9FF;
}
.surround-block.surround-border-color-red {
	border-color: #E84F4F !important;
}
.surround-block.surround-border-color-yellow {
	border-color: #D6D003 !important;
}
.surround-block.surround-border-color-orange {
	border-color: #FF9900 !important;
}
.surround-block.surround-border-color-green {
	border-color: #6CA265 !important;
}
.surround-block.surround-border-color-blue {
	border-color: #2082BB !important;
}
.surround-block.surround-border-color-black {
	border-color: #000000 !important;
}
.surround-block.surround-background-color-red {
	background-color: #FFF5F5;
}
.surround-block.surround-background-color-yellow {
	background-color: #FFFEE6;
}
.surround-block.surround-background-color-orange {
	background-color: #FFF8EE;
}
.surround-block.surround-background-color-green {
	background-color: #F7FFF1;
}
.surround-block.surround-background-color-blue {
	background-color: #EDF9FF;
}
.surround-block.surround-background-color-white  {
	background-color: #FFFFFF;
}
.surround-block h2:first-child,
.surround-block h3:first-child,
.surround-block h4:first-child {
	margin-top: 0 !important;
}