/*
Template: jin
Theme Name: jin-child-for-dlife
Author: dlife
Version: 1.00
*/
#breadcrumbs {
  max-width: 1140px;
  margin: 1rem auto;
  padding: 0 1rem;
  font-size: 0.85rem;
}
input.wpcf7c-conf, textarea.wpcf7c-conf {
    background: #eee !important;
    border: solid 1px #eee;
    color: #666;
}
#form-back{
border-radius: 2px;
    -webkit-transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    transition: color 0.3s ease, background 0.3s ease, transform 0.3s ease, opacity 0.3s ease, border 0.3s ease, padding 0.3s ease, left 0.3s ease, bottom 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #ddd;
    padding: 7px 50px;
    font-size: 1em;
    display: block;
    margin: 0 auto;
    background: #ddd;
    cursor: pointer;
    color: #fff;
    margin-top: 0px;
}

html{
-webkit-scroll-behavior:smooth;
scroll-behavior:smooth;
}


.display-flex {
	display: flex;
}

.display-flex span {
	 flex: 0 0 65%;
    padding: 3%;
}

@media (max-width: 767px) {
	.display-flex {
	display: block;
	}
	.display-flex span {
	 flex: 0 0 0;
    padding: 3%;
	 margin-bottom: 20px;
	}
}

.cps-post-main table.cps-table02 th {
    background: #FFFAF0;
}

#headmenu .headsearch .search-box:before {
	color: #fff;
}

/*監修者*/
.general-editor{
    border: 1px solid #eee;
  margin-bottom: 20px;
    padding:10px;
    font-weight: normal;
}
.general-editor .cat {
        font-weight: bold;
        padding-bottom: 5px;
        border-bottom: 2px solid #eee;
    margin: 0 0 15px 0;
    }
.general-editor .user-pofile-logo {
  vertical-align: top;
  padding: 10px;
	font-size: 18px;
}

.general-editor .user-pofile-logo img {
	margin: 0;
}

.general-editor .user-pofile-logo .logo-link {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
.general-editor .user-pofile-logo {
	font-size: 16px;
}

}


.general-editor .user-in {
    display: flex;
    width: 100%;
    padding: 0 10px;
}
.general-editor .user-in + .user-in {
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
.general-editor .user-in {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.general-editor .editor-img {
width: 200px;
}
@media screen and (max-width: 768px) {
    .general-editor .editor-img {
        width: 100%;
        text-align: center;
  }
        }
.general-editor .editor-img img {
    margin: 0 auto;
    width: 100%;
    height:auto;
  }
@media screen and (max-width: 768px) {
.general-editor .editor-img img {
	max-width:200px;
  }
}
.general-editor .user-pofile {
  vertical-align: top;
  text-align: left;
  padding-left: 25px;
	flex: 1;
	font-weight: normal;
    font-size: 15px;
	line-height: 180%;
}
.general-editor  .user-pofile .user-pofile-company{
	font-size: 24px;
	font-weight: bold;
	padding:0;
}
.general-editor  .user-pofile .user-pofile-name{
	font-size: 18px;
	padding:0;
}
@media screen and (max-width: 768px) {
.general-editor .user-pofile {
    margin: 10px 0;
    padding:0;
		font-size: 14px;
	line-height: 2em;
  }
.general-editor  .user-pofile .user-pofile-company{
	font-size: 20px;
}
.general-editor  .user-pofile .user-pofile-name{
	font-size: 16px;
}
}
.general-editor .user-pofile p {
    font-size: 14px;
    margin-right: 10px;
}
@media screen and (max-width: 768px) {
.general-editor .user-pofile p {
    margin: 0;
  }
}
/*監修者end*/

/* blog サイドバー追従 */

#contents {
  display: flex;
}

#main-contents.main-contents,
#sidebar.sideber {
  float: none;
}

#custom_html-2 {
  position: sticky;
  top: 80px;
}

@media (max-width: 768px) {
  #main-contents.main-contents,
    #sidebar.sideber {
      float: left;
    }

  #contents {
    display: block;
  }

  #custom_html-2 {
    position: initial;
    top: auto;
  }

}
.slider1 {
  display: flex;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height:200px;
  overflow: hidden;
}
.slider1 ul{
	display:flex;
	padding: 0;
	margin:0;
}
.slider1 li{
	width:300px;
	list-style: none;
}
.slider1 ul:first-child {
  animation: slide1 150s -75s linear infinite;
}

.slider1 ul:last-child {
  animation: slide2 150s linear infinite;
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}

@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}