@charset "utf-8";

@font-face {
	font-family: "MyFont";
	src: url(../fonts/myFont.woff) format('woff'),
		 url(../fonts/myFont.ttf) format('truetype');
}

/******** PANKUZU ******/

.pankuzu {
  background: #212121;
  padding: 15px;
}

.pankuzu ul {
  width: 1200px;
  margin: 0 auto;
}

.pankuzu li {
  margin: 0 0 0 10px;
  display: inline;
  color: #fff;
  font-size: 12px;
}

.pankuzu li a {
	color: #fff;
	margin-right: 10px;
	display: inline;
  font-size: 12px;
  text-decoration: underline;
}

.pankuzu li a:hover {
	text-decoration: none;
}

.pankuzu li:first-child {
  margin: 0;
}

.pankuzu li:first-child a {
	text-decoration: none;
}

.pankuzu li a i {
  color: #fff;
  font-size: 20px;
}

.pankuzu li a:hover i {
  color: #fff;
}

@media screen and (max-width: 1140px) {  
  .pankuzu ul {
    width: 98%;
  }
}


/******** COMMON ******/

body {
	font-family: 'Noto Sans JP', "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

p,a {
	font-family: 'Noto Sans JP', "游ゴシック", "YuGothic", "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", sans-serif;
}

h1,h2,h3,h4,h5,h6 {
	font-family: MyFont;
}

p {
	margin-bottom: 0;
	color: #333;
	line-height: 2.2;
	font-size: 16px;
}

ul {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

.section-space {
	height: 60px;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

iframe {
    max-width: 100%;
}

img {
    border: 0;
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
}

a:hover {
	text-decoration: none;
}

a:hover img {
	opacity: .8;
}

.edge {
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}

.titH2 {
	text-align: center;
	color: #1a1a1a;
	font-size: 30px;
	margin: 0 0 30px;
	padding: 30px 0;
}

.titH3 {
	font-size: 20px;
	margin-bottom: 30px;
	color: #709cab;
	text-align: center;
}

.btn_style {
	display: block;
	background: #1a1a1a;
	width: 220px;
	margin: 30px auto 0;
	color: #fff;
	font-size: 15px;
	padding: 10px 0;
	text-align: center;
	font-family: MyFont;
}

.btn_style:hover {
	background: #4C4D55;
	color: #fff;
}

.myfont {
	font-family: MyFont;
}

#pageTop {
    position: fixed;
    right: 20px;
    bottom: -100px;
    z-index: 99999;
    transition: all 0.2s ease-out;
}

#pageTop {
    bottom: 10px;
}

#pageTop a {
    background-repeat: no-repeat;
    text-decoration: none;
    width: 55px;
    height: 55px;
    border-radius: 3px;
    text-align: center;
    line-height: 51px;
    background: rgba(51, 51, 51, 0.5);
    padding: 0;
    display: block;
    color: #fff;
}

#pageTop a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f077";
}

#pageTop a:hover {
	background: #FFF134;
    color: #1a1a1a;
}


/******** TOP ******/

.cover {
	padding: 50px 0;
	position: relative;
}

.bg-yellow {
	position: absolute;
	width: 100%;
	height: 60%;
	background: #FFF134;
	bottom: 0;
	z-index: -10;
}

.bg-yellow p {
	font-family: "MyFont";
	font-size: 200px;
	opacity: .2;
	color: #333;
}

.loop_css {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  left: 50%;
  overflow: hidden;
}

.loop_css ul {
    display: -webkit-flex;
    display: flex;
    width: 120%;
    margin: 0;
    padding: 0;
}

.loop_css ul:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
  animation: loop 50s -25s linear infinite;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}

.loop_css ul + ul {
    -webkit-animation: loop2 50s linear infinite;
    animation: loop2 50s linear infinite;
}

.loop_css li {
    display: inline-block;
    list-style: none;
    text-align: center;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-200%);
    -ms-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

#carouselExampleIndicators {
	max-width: 1140px;
	margin: 0 auto;
}

.carousel .carousel-inner {
	box-shadow: none;
	border-radius: 0;
	width: 90%;
	margin: 0 auto;
}

.img-cont {
	position: relative;
	padding: 0 0 60%;
	overflow: hidden;
}

.img-cont .cat-name, {
    position: absolute;
    right: 0;
    top: 0;
    background: #393e46;
    font-size: 11px;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    opacity: 0.9;
}

.inner_box {
	width: 80%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.carousel-indicators {
	width: 80%;
	position: relative;
	margin: 30px auto 0;
}

.carousel-indicators li {
	width: 25%;
	position: relative;
	padding: 0 0 17%;
	opacity: .7;
}

.carousel-indicators li img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    border: none;
    display: block;
    transition-duration: 0.5s;
}

.carousel-indicators .active img {
	border-bottom: 3px solid #ea4c89;
}

.tit_btn span {
	background: #FFF134;
	color: #1a1a1a;
	padding: 5px 10px;
}

.carousel-item h2 {
	font-size: 30px;
	color: #1a1a1a;
	margin: 15px 0;
}

.carousel-item h3 {
	color: #767676;
	font-size: 14px;
}

.carousel-item a:hover h2 {
	color: #FFF134;
}

.area01 {
	padding: 50px 0;
}

.tit01 {
	position: relative;
}

.tit01:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 189px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit01.png) no-repeat center top;
    background-size: cover;
}

.tit02 {
	position: relative;
}

.tit02:after {
    content: "";
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    width: 189px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit02.png) no-repeat center top;
    background-size: cover;
}

.article li {
	border-top: 0;
	padding: 10px;
	box-shadow: 0 5px 30px -7px rgba(25,25,25,.7);
	margin: 10px 0;
}

.article a {
	display: flex;
}

.article-img {
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;

    position: relative;
}

.article-img .cat-name {
    position: absolute;
    right: 0;
    top: 0;
    /*background: #393e46;*/
    font-size: 11px;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    opacity: 0.9;
    background: #FFF134;
    color: #1a1a1a;
}

.img-cont img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    /*height: 100%;*/
    border: none;
    display: block;
    transition-duration: 0.5s;
}

a:hover img {
	transform: scale(1.1);	/*画像の拡大率*/
	transition-duration: 0.3s;	/*変化に掛かる時間*/
}

.info {
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 15px;
    text-align: left;
}

.article-title {
	font-size: 18px;
	color: #333;
	margin-top: 0;
}

a:hover .article-title {
	color: #FFF134;
}

.article-date {
	font-size: 14px;
	color: #9c9c9c;
}

.article-content {
    line-height: 1.8;
}

.bg-search {
	padding: 20px;
	background: #FFF134;
}

.tag {
	display: inline-block;
	/*padding: 2px 15px 2px 10px;*/
    padding: 0 5px;
	border: 1px solid #1a1a1a;
	color: #1a1a1a;
	border-radius: 4px;
	margin: 3px;
}

.tag:before {
	font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f02b";
    margin-right: 3px;
}

.tag:hover {
	color: #1a1a1a;
	box-shadow: 0 5px 10px -7px rgba(25,25,25,.7);
}

.fa-arrow-left:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
}

.area02 {
	padding: 50px 0;
	background: #F5F7F8;
}

.tit03 {
	position: relative;
	color: #fff;
	z-index: 10;
}

.tit03:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 189px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit03.png) no-repeat center top;
    background-size: cover;
    z-index: -5;
}

.slider_inner {
	margin: 0 10px;
}

.slider_img {
	max-width: 270px;
	padding: 0 0 200px;
	position: relative;
	overflow: hidden;
}

.slider_img img {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    height: 100%;
    border: none;
    display: block;
    transition-duration: 0.5s;
}

.slider_info {
	max-width: 270px;
	padding: 10px;
	background: #fff;
	min-height: 125px;
}

.area03 {
	padding: 50px 0;
}

.tit04 {
	position: relative;
}

.tit04:after {
    content: "";
    position: absolute;
    bottom: -33px;
    left: 0;
    right: 0;
    width: 189px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit04.png) no-repeat center top;
    background-size: cover;
}

.article_list {
	margin-left: -15px;
	margin-right: -15px;
}

.article_list li {
	width: 50%;
	float: left;
	padding: 0 15px;
	margin-bottom: 10px;
}

.article_list a {
	display: flex;
}

.article_img {
	-ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.article_img .img-cont {
	padding: 0 0 50%;
}

.article_info {
	-ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 10px 15px;
    text-align: left;
    background: #F5F7F8;
}

.article_list li:first-child a {
	display: block;
}

.article_list li:first-child .article_img {
	max-width: 100%;
}

.article_list li:first-child .article_img .img-cont {
	padding: 0 0 55%;
}

.article_list li:first-child .article_info {
	max-width: 100%;
}

.area04 {
	padding: 50px 0;
	background: #fffab9;
}

.area04 .article_info,
.area05 .article_info {
	background: #fff;
}

.tit05 {
	position: relative;
}

.tit05:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 189px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit05.png) no-repeat center top;
    background-size: cover;
}

.area05 {
	padding: 50px 0;
	background: #fffab9;
}

.tit06 {
	position: relative;
}

.tit06:after {
    content: "";
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    width: 189px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit06.png) no-repeat center top;
    background-size: cover;
}

.area06 {
	padding: 50px 0;
}

.tit07 {
	position: relative;
}

.tit07:after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    width: 200px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit07.png) no-repeat center top;
    background-size: cover;
}

.bg-gray {
	background: #F5F7F8;
	padding: 50px 20px;
}

.bg-gray ul {
	display: flex;
}

.bg-gray ul li {
	-ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 15px;
}

.bg-gray ul li .article-img {
	max-width: 100%;
}

.bg-gray ul li .info {
	max-width: 100%;
	background: #fff;
	padding: 10px;
	min-height: 128px;
}

.tit08 {
	position: relative;
}

.tit08:after {
    content: "";
    position: absolute;
    bottom: -80px;
    left: 0;
    right: 0;
    width: 350px;
    padding: 0 0 205px;
    margin: 0 auto;
    background: url(../img/tit08.png) no-repeat center top;
    background-size: cover;
    z-index: 10;
}

.area08 {
	padding: 50px 0;
}

.bg-sns {
	background: #FFF134;
	padding: 50px 20px;
}

.tit09 {
	position: relative;
	color: #fff;
	z-index: 10;
}

.tit09:before {
    content: "";
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    width: 189px;
    padding: 0 0 135px;
    margin: 0 auto;
    background: url(../img/tit09.png) no-repeat center top;
    background-size: cover;
    z-index: -5;
}

.area08 iframe {
	width: 100%;
	height: 315px;
	max-width: 100%;
}

/******** ARTICLE ******/

.cover_article {
    max-width: 1140px;
    height: 350px;
    margin: 0 auto;
    position: relative;
}

.cover_in {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.inText {
    text-align: center;
    font-size: 50px;
    color: #333;
    letter-spacing: 5px;
}


/******** LIST ******/

.cover_list {
    background: url(../img/cover_list.jpg) no-repeat center center;
    background-size: cover;
}

.listWrap {
    padding: 50px 0;
}

.page-numbers {
    margin: 30px 0;
    text-align: center;
}

.page-numbers li {
    display: inline-block;
    margin-right: 5px;
}

.page-numbers li span {
    margin: 0;
    display: block;
    padding: 12px;
    line-height: 1;
    font-size: 17px;
    width: 100%;
    color: #101010;
    border: 2px solid #FFF134;
    font-weight: bold;
}

.current {
    background: #FFF134;
}

.page-numbers li a {
    margin: 0;
    display: block;
    padding: 12px;
    line-height: 1;
    font-size: 17px;
    width: 100%;
    color: #101010;
    border: 2px solid #FFF134;
    font-weight: bold;
    text-decoration: none;
}

.page-numbers li span:hover {
    color: #FFF134;
}

.page-numbers li a:hover {
    background: #FFF134;
}


/******** SIDE ******/

.side h2 {
    margin: 0 0 10px;
    font-size: 30px;
    color: #333;
}

.side_article li {
    margin-bottom: 10px;
}

.side_article li a {
    display: flex;
}

.side-img {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.side-img .img-cont {
    padding: 0 0 100%;
}

.side_info {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 10px;
    text-align: left;
}

.side .article-title {
    font-size: 13px;
}

.category {
    padding: 30px 0;
}

.category h3 {
    color: #66615b;
}

.category label {
    display: none;
}

.category select {
    width: 100%;
    padding: 10px;
    border: 1px solid #1a1a1a;
    color: #1a1a1a;
    border-radius: 4px;
}

.category select {
    -webkit-appearance: none;
    background-image: url(../img/arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 12px;
}


/******** DETAIL ******/

.cover_detail {
    background: url(../img/cover_detail.jpg) no-repeat center center;
    background-size: cover;
}

.detail h2 {
    font-size: 30px;
    color: #333;
    margin: 0 0 5px;
}

.detail_date {
    color: #9c9c9c;
    font-size: 13px;
}

.detail_img {
    position: relative;
    text-align: center;
    margin: 10px 0;
}

.detail_img .cat-name {
    position: absolute;
    right: 0;
    top: 0;
    /*background: #393e46;*/
    font-size: 11px;
    z-index: 10;
    color: #fff;
    font-weight: bold;
    padding: 5px 15px;
    opacity: 0.9;
	background: #FFF134;
    color: #1a1a1a;
}

.detail_date:before {
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    content: "\f017";
    margin-right: 3px;
}

.entry-content h2 {
    position: relative;
    border: none;
    font-size: 1.4em;
    padding: 0.9em 1em;
    margin-top: 2.1em;
    margin-bottom: 1em;
    background: #d45c5c;
    color: #ffffff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .03);
    background: #393e46;
    color: #eeeeee;
}

.entry-content h3 {
    border-top: 4px solid;
    border-bottom: 4px solid;
    padding: .6em .2em;
    margin: 1.8em 0;
    color: inherit;
    border-color: #393e46;
    font-size: 1.25em;
}

.entry-content dl, .entry-content ol, .entry-content p, .entry-content ul {
    letter-spacing: .025em;
}

.entry-content p {
    margin: 0 0 1.75em;
    line-height: 1.8;
    font-size: 128%;
}

#toc_container {
	font-size: 110% !important;
}

.sns{
    margin: 30px auto;
    text-align: center;
}
.sns ul {
    display: table;
    width: 100%;
}
.sns li {
    display: table-cell;
    vertical-align: middle;
    width: 20%;
    margin: 0 0.5% 6px;
    padding: 0 3px;
    font-size: initial;
}
.sns li a {
    position: relative;
    display: block;
    color: #fff;
    padding: 0.9em 0.1em;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
}
.sns li a::before {
    font-family: "Font Awesome 5 Brands";
    font-weight: bold;
    margin: 0 0.2em;
    font-size: 110%;
}
.sns li.hatebu a:before,
.sns li.line a:before {
    /*font-family: "icomoon";*/
}

.sns li a:hover {
    -webkit-transform: translate3d(0px, 3px, 1px);
    transform: translate3d(0px, 3px, 1px);
    box-shadow:none;
}

.sns li a .text{
    font-weight:bold;
}
.sns li a .count{
    font-size:10px;
    margin-left: 2px;
}

/* Twitter */
.sns .twitter a {
    background:#00acee;
    box-shadow:0 3px 0 #0092ca;
}
.sns .twitter a:hover {
    background:#0092ca;
}
.sns .twitter a:before {
    content: "\f099";
}

/* Facebook */
.sns .facebook a {
    background:#2066b1;
    box-shadow: 0 3px 0 #43638b;
}
.sns .facebook a:hover {
    background:#2c4373;
}
.sns .facebook a:before{
    content: "\f09a";
}



/* hatebu */
.sns  .hatebu a {
    background:#2f70be;
    box-shadow: 0 3px 0 #43638b;
}
.sns .hatebu a:hover {
    background:#43638b;
}
.sns li.hatebu a:before{
    content: "B!";
}

/* LINE */
.sns .line a {
    background:#25af00;
    box-shadow:0 3px 0 #219900;
}
.sns .line a:hover {
    background:#219900;
}
.sns li.line a:before{
    content: "\f3c0";
}

/* Pocket */
.sns .pocket a {
    background:#ec2136;
    box-shadow:0 3px 0 #c0392b;
}
.sns .pocket a:hover {
    background:#c0392b;
}
.sns .pocket a:before{
    content: "\f265";
}

/* facebook LikeBox */
.fb-likebtn{
    background-position: center center;
    background-size: cover;
    position: relative;
    text-align: center;
    color: #fff;
}
.fb-likebtn::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111;
    opacity: 0.8;
    z-index: 10;
}
.fb-likebtn .inner{
    padding: 9% 3%;
    position: relative;
    z-index: 11;
}
.fb-likebtn .inner .like_text {
    margin-bottom: 20px;
}
.fb-likebtn .inner p {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.fb-likebtn .fb-button{
    display: block;
    transform: scale(1.4);
    -webkit-transform: scale(1.4);
    overflow: hidden;
    max-width: 150px;
    margin: auto;
}
#content .fb-likebtn .like_text p{
    font-size: 180%;
    font-weight: bold;
    margin-bottom: 1em;
}
.fb-likebtn .like_text p::after{
    content: "この記事が気に入ったらフォローしよう！";
    display: block;
    padding: 3px;
    font-size: 10px;
    margin-bottom:0;
    opacity: 0.7;
}
.followbtn{
    color: #ffffff;
    background: #04acee;
    font-size: 95%;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 0.1em 1.2em 0.1em 1em;
    line-height: 27px;
    margin: 1em 0.5em;
    border-radius: 3px;
}
.followbtn:hover{
    color: #ffffff;
}
.followbtn:before{
    margin-right: 0.4em;
    font-size: 110%;
}
.followbtn.btn_twitter:before {
    font-family: "Font Awesome 5 Brands";
    content: "\f099";
    font-weight: bold;
}
.followbtn.btn_feedly{
    background: #5fd043;
}

.reccomend {
    margin: 30px 0;
}

.reccomend h3 {
    margin: 0 0 10px;
    /*text-align: center;*/
}

.reccomend  ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.reccomend ul li {
    -ms-flex: 0 0 32%;
    flex: 0 0 32%;
    max-width: 32%;
    box-shadow: 0 5px 30px -7px rgba(25,25,25,.7);
    margin: 10px 2% 10px 0;
}

.reccomend ul li:nth-child(3n) {
    margin-right: 0;
}

.reccomend ul li .article-img {
    max-width: 100%;
}

.reccomend ul li .info {
    max-width: 100%;
    background: #fff;
    padding: 10px;
    min-height: 128px;
}

.reccomend .info  p {
	padding: 0;
}

.homewidget.widget:last-child, .titleunder .widget:last-child {
    margin-bottom: 1em;
}
.widget {
    margin: 0 0 2.5em;
}

.post-categories {
    margin: 0;
    display: inline-block;
}

.post-categories li {
    display: inline-block;
}

.post-categories li a {
    display: inline-block;
    padding: 5px 8px;
    margin-right: 0.3em;
    margin-bottom: 2px;
    text-decoration: none;
    line-height: 1.1;
    font-size: 90%;
    border: 1px solid #57a1d8;
    border-radius: .4em;
    /*background: #00adb5;*/
    /*border-color: #00adb5;*/

	background: #FFF134;
	border-color: #FFF134;
    color: #1a1a1a;
}

.post-categories a:before {
	font-family: 'Font Awesome 5 Free';
    content: '\f07b';
    margin-right: 5px;
}

.post-categories li a:hover {
    background: #eeeeee;
    border-color: #eeeeee;
    transform: translateY(1px);
}


/******** PRIVACY ******/

.cover_privacy {
    background: url(../img/cover_privacy.jpg) no-repeat center center;
    background-size: cover;
}

.leadText01 {
    padding: 10px;
    background: #FFF134;
}

.leadText01 p {
    font-family: MyFont;
}

.privacyBox {
    margin-top: 30px;
}

.privacyBox dt {
    font-family: MyFont;
    font-size: 20px;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.privacyBox dd {
    margin-bottom: 20px;
    font-family: MyFont;
}


/******** COMPANY ******/

.cover_company {
    background: url(../img/cover_company.jpg) no-repeat center center;
    background-size: cover;
}

.company td iframe {
    width: 100%;
    height: 300px;
    border: none;
    margin-top: 10px;
}


/******** CONTACT ******/

.cover_contact {
    background: url(../img/cover_contact.jpg) no-repeat center center;
    background-size: cover;
}

.contact_tb {
    border: none;
}

.contact_tb tr {
    border: none;
}

.contact_tb th em {
    color: #fff;
    background-color: #d40000;
    margin-left: 5px;
    padding: 5px;
    font-family: "MyFont";
    font-size: 12px;
    border-radius: 4px;
}

.contact_tb input {
    background: #fffab9;
    width: 100%;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .05rem;
    border-radius: 4px;
    border: none;
}

.contact_tb textarea {
    display: block;
    width: 100%;
    height: 200px;
    padding: 15px 24px;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: .05rem;
    background-color: #fffab9;
    border: none;
    border-radius: 4px;
}

.choose_list1 > li {
    width: 48%;
    margin: 0 0 0 2%;
    float: left;
    list-style: none;
    text-align: center;
}

.choose_list1 > li:first-child {
    margin: 0;
}

.choose_list1 {
    width: 80%;
    margin: 50px auto;
    padding: 0;
}

.clearForm, .clearForm2, .toHome {
    width: 96%;
    max-width: 300px;
    cursor: pointer;
    outline: 0;
    font-size: 18px;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    border-radius: 4px;
    border: 3px solid #FFF134;
    color: #1a1a1a;
    background: #FFF134;
    padding: 11px 2% 10px;
    font-weight: bold;
    font-family: "MyFont";
}

.clearForm:hover,
.clearForm2:hover,
.toHome:hover {
  background: #fff;
}

.toHome {
    margin: 50px auto 0 !important;
    text-decoration: none;
    display: block;
    text-align: center;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,screen and (max-width: 1199px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.logo {
    margin-left: 0;
}

h1 {
    text-align: left;
}

.loop_css ul + ul {
    display: none;
}

/******** LIST ******/

.cover_article {
    width: 90%;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,screen and (max-width: 991px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,screen and (max-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.searchBox {
    position: static;
    margin-top: 20px;
}

.loop_css {
    display: none;
}

.inner_box {
	position: static;
	width: 100%;
	padding: 20px;
	transform: inherit;
}

.article_list li {
	float: none;
	width: 100%;
}

.article_img {
	max-width: 100%;
}

.article_info {
	max-width: 100%;
}

.bg-gray ul {
	display: block;
}

.bg-gray ul li {
	max-width: 100%;
	margin: 10px 0;
}

.fb-container {
    width: 100%;
    max-width: 470px;
    overflow: hidden;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,screen and (max-width: 576px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.article a {
	display: block;
}

.article-img {
	max-width: 100%;
}

.info {
	max-width: 100%;
	padding: 20px;
}

.article_list a {
	display: block;
}

.article_info {
	padding: 20px;
}

/******** LIST ******/

.inText {
    font-size: 30px;
}

/******** DETAIL ******/

.sns li {
    display: block;
    width: 100%;
}

.reccomend ul {
    display: block;
}

.reccomend ul li {
    max-width: 100%;
}

/******** CONTACT ******/

.choose_list1 > li {
  float: none;
  width: 100%;
  margin: 0;
}

.choose_list1 > li:first-child {
  margin: 0 0 10px;
}


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media print,screen and (max-width: 376px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.tit08:after {
    width: 320px;
    padding: 0 0 200px;
    left: unset;
    right: -15px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



