@charset "UTF-8";

/*------------------------
		common
--------------------------*/
@font-face {
  font-family: 'Josefin Sans';
  src: url(../font/JosefinSans-Light.ttf);
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../font/JosefinSans-Bold.ttf);
}

@font-face {
  font-family: 'Josefin Sans';
  src: url(../font/JosefinSans-Regular.ttf);
}

p,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
ul {
  margin: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
dl,
dd,
ul,
li,
div,
span,
a,
table,
th,
td,
tr {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5 {
  /* font-size: inherit;
	font-weight: normal;
	letter-spacing: 2px; */
}

/*
body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif;
  font-size: 15px;
  min-width: 1240px;
  color: #383337;
}*/

ul {
  padding: 0;
}

li {
  list-style: none;
}

a {
  color: #474747;
  text-decoration: none;
  outline: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

input,
button {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}

a:hover {
  //opacity: .7;
}

img {
  /*vertical-align: text-bottom*/
  /*vertical-align: bottom;*/
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*
.container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}
*/
/*
.cont-sp {
  display: none;
}
*/
.cont-pc {
  display: block;
}

.cont-pc-inline {
  display: inline;
}

.bold {
  font-weight: bold;
}

.margin-auto {
  margin: 0 auto;
}

.bg-color01 {
  background-color: #000;
}

.bg-color02 {
  background-color: #EDA9B2;
}

.color01 {
  color: #989292;
}

.color02 {
  color: #fff;
}

.float-r {
  float: right;
}

.float-l {
  float: left;
}

.text-c {
  text-align: center;
}

.text-r {
  text-align: right;
}

.pr-color {
  color: #CCC;
}

.btn-base {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  padding: 5px 20px;
}

.btn-base:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.btn01 {
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 0 20px;
  background: none;
}

.btn02 {
  border-radius: 4px;
  background: #5AA7AB;
  display: block;
  border: none;
}

.btn03 {
  border-radius: 4px;
  background: #000;
  border: none;
}

.btn04 {
  color: #fff;
  font-size: 22px;
  padding: 7px 20px;
  border-radius: 4px;
  background: #FCA2AE;
  display: block;
  border: none;
}

.btn02:hover {
  background: #65BFC4;
  opacity: 1;
}

.border-color01 {
  border-color: #EDA9B2;
}

.btn-pink {
  color: #fff !important;
  background: #D48888 !important;
}

.btn-greenline {
  border: solid 1px #2DAAAF !important;
  color: #999 !important;
  background: #fff !important;
}

.btn-grayline {
  border: solid 1px #ddd !important;
  color: #999 !important;
  background: #eee !important;
}

.btn-gray {
  border: solid 1px #B6BEC0 !important;
  color: #fff !important;
  background: #B6BEC0 !important;
}

.btn-gray:hover,
.btn-pink:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

/*
header h1,
header .logo {
  line-height: 56px;
  height: 56px;
  overflow: hidden;
  margin: 0;
  font-size: 10px;
}
/*

header h1 {
  height: auto;
  line-height: normal;
}

header h1 a {
  display: block;
}

header .logo span {
  font-family: "futura-pt", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #666A6C;
  margin-left: 15px;
  letter-spacing: 0.4em;
  vertical-align: super;
}

header h1 img,
header .logo img {
  vertical-align: middle;
}

/*
header li {
  display: inline-block;
  line-height: 60px;
  padding: 0 10px;
  font-size: 13px;
}
*/

header .myicon img {
  vertical-align: middle;
  border-radius: 50%;
}

.login-menu-box {
  position: relative;
}

.login-menu {
  position: absolute;
  width: 150px;
  border: 1px solid #E9E9E9;
  font-size: 12px;
  background: #fff;
  right: 0;
  top: 60px;
  display: none;
  z-index: 2;
}

.login-menu li {
  display: block;
  border-bottom: 1px solid #E9E9E9;
  padding: 0;
  line-height: inherit;
}

.login-menu li span {
  color: #989292;
}

.login-menu li:last-child {
  border: none;
}

.login-menu li a {
  display: block;
  padding: 5px 10px;
}

.login-menu li a:hover {
  opacity: 1;
  background: #F9F9F9;
}

/*---nav---*/
.login-header {
  padding: 0 20px;
}

.login-header img {
  vertical-align: middle;
}

.footer-logo span {
  font-family: "futura-pt", sans-serif;
  font-size: 19px;
  font-weight: normal;
  color: #666A6C;
  margin-left: 15px;
  letter-spacing: 0.4em;
}

.footer-logo a svg:nth-child(1) {
  margin: 30px 0;
}

.under-page-btm-box li {
  line-height: 1.8;
}

.under-page-btm-box a {
  font-size: 12px;
  color: #333;
}

.under-page-btm-box dt {
  color: #9E9797;
  font-size: 12px;
  margin-left: -15px;
}

.footer-cate-list {
  margin-right: 40px;
}

footer {
  background: #9D9797;
  font-size: 12px;
}

.footer-menu-list {
  background: #F9F9F9;
  height: 30px;
}

.footer-menu-list li {
  display: inline-block;
  padding: 0 5px;
  line-height: 30px;
}

.footer-menu-list li a {
  color: #9E9797;
}

.footer-btm-box {
  color: #fff;
  height: 38px;
  line-height: 38px;
  overflow: hidden;
}

.footer-btm-box a {
  color: #fff;
}

.sns-box {
  padding: 0 15px;
}

.sns-box li {
  display: inline-block;
  padding: 0 7px;
  padding-top: 2px;
}

.sns-box li.cont-sp {
  display: none;
}

.fb_iframe_widget span {
  vertical-align: sub !important;
}

.tw iframe,
.gp>div {
  vertical-align: sub !important;
}

.validate-error-text {
  color: #f91c1c;
}

.advertisement-box {
  margin-top: 20px;
}

.addimg h2 {
  font-size: 13px;
}

/*------------------------
		list
--------------------------*/
/* .breadcrumb {
  background: #FEFEFE;
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}

.breadcrumb ul {
  margin-bottom: 0;
  float: left;
  line-height: 37px;
  margin-right: 15px;
}

.breadcrumb .breadcrumb-list li {
  display: inline-block;
  line-height: 35px;
  font-size: 12px;
  color: #989292;
  position: relative;
  padding-left: 25px;
}

.breadcrumb .breadcrumb-list li:first-child {
  padding-left: 0;
}

.breadcrumb .breadcrumb-list li:first-child:before {
  content: none;
}

.breadcrumb .breadcrumb-list li:before {
  content: '';
  position: absolute;
  left: 8px;
  top: 15px;
  width: 4px;
  height: 4px;
  border-top: 2px solid #989292;
  border-right: 2px solid #989292;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.breadcrumb li a {
  color: #989292;
}

.breadcrumb-cat {
} */

.breadcrumb-cat li {
  border: 1px solid #E9E9E9;
  background: #fff;
  display: inline-block;
  font-size: 12px;
}

.breadcrumb-cat li a {
  padding: 0 6px;
  line-height: 20px;
  display: block;
}

.article-list-box h2 span.category,
.article-list-box h2 span.tag {
  font-size: 20px;
}

.intro-box {
  background: #F9F9F9;
  padding: 20px 0;
  font-size: 13px;
  line-height: 20px;
  position: relative;
  margin-bottom: 20px;
}

.intro-img {
  vertical-align: bottom;
  border-radius: 5px;
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-list .intro-img {
  width: 115px;
  height: 115px;
}

.intro-box .intro-img {
  width: 180px;
  height: 180px;
}

.ranking-box .intro-img {
  width: 85px;
  height: 85px;
}

.intro-box .right-box {
  margin-left: 200px;
}

.intro-box h1 {
  font-size: 18px;
  line-height: 36px;
}

.intro-dl {
  position: absolute;
  bottom: 20px;
}

.intro-dl dt {
  margin-bottom: 3px;
}

.keyword-list {
  margin: 0 -2.5px -2.5px;
}

.keyword-list li {
  margin: 0 2.5px 2.5px;
  border: 1px solid #E9E9E9;
  background: #fff;
  display: inline-block;
  height: 22px;
}

.keyword-list li a {
  display: block;
  line-height: 22px;
  padding: 0 10px;
}

.keyword-list li a:before {
  content: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pg0KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4NCjxzdmcgaWQ9IlVudGl0bGVkLSV1MzBEQSV1MzBGQyV1MzBCOCUyMDEiIHZpZXdCb3g9IjAgMCAxNCAxMiIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6I2ZmZmZmZjAwIiB2ZXJzaW9uPSIxLjEiDQoJeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSINCgl4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE0cHgiIGhlaWdodD0iMTJweCINCj4NCgk8ZyBpZD0iJXUzMEVDJXUzMEE0JXUzMEU0JXUzMEZDJTIwMSI+DQoJCTxwYXRoIGQ9Ik0gMTAuNjY0OCA1LjU5NTkgQyAxMC42NjQ4IDUuNTk1OSAxMi45MzE4IDYuMzg5OCAxMy4zODUgNi4yMzEgQyAxMy44Mzg2IDYuMDcyMSAxMy45ODk2IDAuNTE1NCAxMy43NjI5IDAuMDM4OSBDIDEzLjUzNjMgLTAuNDM3MyA4LjYwOTQgMy42MTYyIDguMzIyNCAzLjIxNDQgQyA4LjEzODIgMi45NTYzIDcuMzA1OCAzLjA2NTIgNyAzLjExNTEgQyA2LjY5NDIgMy4wNjUyIDUuODYxOCAyLjk1NjMgNS42Nzc2IDMuMjE0NCBDIDUuMzkwNyAzLjYxNjIgMC40NjM3IC0wLjQzNzMgMC4yMzcgMC4wMzg5IEMgMC4wMTA0IDAuNTE1NCAwLjE2MTQgNi4wNzIxIDAuNjE0OSA2LjIzMSBDIDEuMDY4MiA2LjM4OTggMy4zMzUxIDUuNTk1OSAzLjMzNTEgNS41OTU5IEMgMy4zMzUxIDUuNTk1OSAtMC4yMTYzIDguOTI5OSAwLjAxMDQgOS4yNDc2IEMgMC4yMzcgOS41NjUxIDQuMDE1MyAxMi40MjI5IDQuMzE3NCAxMS45NDY1IEMgNC42MTk4IDExLjQ3MDMgNS42MDIxIDguNzcxMiA1Ljc1MzIgOC4wNTY4IEMgNS45MDQ0IDcuMzQyMyA1LjkwNDQgNS41OTU5IDUuOTA0NCA1LjU5NTkgQyA1LjkwNDQgNS41OTU5IDUuOTA0NCA2LjIzMSA2LjI4MjEgNi4yMzEgQyA2LjQ5MTEgNi4yMzEgNi43MjA4IDYuMjMxIDYuODg2NyA2LjIzMSBDIDcuMDIwNCA2LjIzMSA3LjExMzMgNi4yMzEgNy4xMTMzIDYuMjMxIEMgNy4yNzkzIDYuMjMxIDcuNTA4OSA2LjIzMSA3LjcxNzkgNi4yMzEgQyA4LjA5NTcgNi4yMzEgOC4wOTU3IDUuNTk1OSA4LjA5NTcgNS41OTU5IEMgOC4wOTU3IDUuNTk1OSA4LjA5NTcgNy4zNDIzIDguMjQ2OCA4LjA1NjggQyA4LjM5NzkgOC43NzEyIDkuMzgwMiAxMS40NzAzIDkuNjgyNiAxMS45NDY1IEMgOS45ODQ3IDEyLjQyMjkgMTMuNzYyOSA5LjU2NTEgMTMuOTg5NiA5LjI0NzYgQyAxNC4yMTYzIDguOTI5OSAxMC42NjQ4IDUuNTk1OSAxMC42NjQ4IDUuNTk1OSBaIiBmaWxsPSIjZTJhZWI0Ii8+DQoJPC9nPg0KPC9zdmc+');
  margin-right: 10px;
}

.category-list {
  font-size: 13px;
}

.category-list li {
  height: 34px;
}

.category-list li a {
  display: block;
  line-height: 34px;
  padding-left: 10px;
}

.category-list li a:hover,
.category-list .active a {
  background: #F9F9F9;
  border-right: 6px solid #EDA9B2;
  opacity: 1;
}

.clm-box .left-clm {
  width: 175px;
}

.clm-box .center-clm {
  width: 470px;
  margin: 0 27.5px;
}

.clm-box .right-clm {
  width: 300px;
}

.tab-box {
  border-bottom: 1px solid #E9E9E9;
  margin: 5px 0;
}

.tab-box p {
  border: 1px solid #E9E9E9;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  width: 115px;
  text-align: center;
  font-size: 12px;
  line-height: 30px;
  float: left;
  margin-right: 5px;
  color: #E9E9E9;
  cursor: pointer;
}

.tab-box p:hover {
  color: #383337;
}

.tab-box .on {
  border-bottom: 1px solid #fff;
  margin-bottom: -1px;
  color: #383337;
}

.article-list.recommend {
  display: none;
}

.article-list li {
  padding: 7.5px 0;
}

.article-list li a {
  position: relative;
}

.article-list .right-box {
  margin-left: 125px;
}

.article-list h3 {
  font-size: 14px;
  line-height: 18px;
  padding: 8px 0 5px;
}

.article-excerpt {
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 5px;
}

.article-author {
  font-size: 12px;
}

.pagenate .page-list {
  margin: 20px 0;
}

.pagenate .page-list li {
  font-size: 14px;
  display: inline-block;
  margin: 0 2px;
  color: #9E9797;
  text-align: center;
}

.pagenate .page-list li a {
  border: 1px solid #EBEBEB;
  border-radius: 5px;
  color: #9E9797;
  display: block;
  line-height: 40px;
  width: 42px;
  height: 42px;
}

.pagenate .page-list li.active a,
.pagenate .page-list li a:hover {
  background: #F9F9F9;
  opacity: 1;
}

.ranking-box {
  margin-bottom: 10px;
}

.ranking-box h2,
keyword-box h2 {
  font-size: 13px;
  margin-bottom: 5px;
}

.ranking-list li {
  position: relative;
  margin-bottom: 12px;
}

.ranking-list li img {
  border-radius: 5px;
}

.ranking-list .rank {
  position: absolute;
  width: 22px;
  height: 22px;
  line-height: 22px;
  border-radius: 50%;
  font-size: 10px;
  left: 5px;
  top: -5px;
}

.ranking-list .title {
  margin-left: 95px;
  font-size: 13px;
  line-height: 20px;
}

.keyword-box {
  margin-bottom: 20px;
}

.keyword-box .keyword-list li {
  margin: 0 1px 2.5px;
}

.detail-page {
  margin-top: 25px;
}

.detail-page .left-clm {
  width: 680px;
}

.article-header {
  margin-bottom: 30px;
}

.article-header h1 {
  font-size: 26px;
  line-height: 36px;
}

.article-header .excerpt {
  line-height: 24px;
  padding: 20px 0;
}

.article-header-btm-box {
  background-color: #F9F9F9;
  padding: 15px 20px;
}

.article-header-btm-box .sns-box,
.article-header-btm-box .sns-box li {
  padding: 0;
}

.article-header-btm-box .sns-box li:nth-child(2) {
  padding: 0 12px;
}

.view {
  font-size: 12px;
  line-height: 28px;
}

.view span {
  font-size: 18px;
  margin-right: 5px;
}

.fav,
.balloon {
  border: 1px solid #E9E9E9;
  border-radius: 3px;
  background: #FEFEFE;
  line-height: 28px;
}

.fav {
  width: 80px;
  font-size: 13px;
  cursor: pointer;
  margin: 0 10px 0 15px;
}

.fav:hover {
  opacity: 0.7;
}

.balloon {
  width: 45px;
  font-size: 11px;
  position: relative;
}

.balloon:before {
  position: absolute;
  content: '';
  background: url(../img/img_balloon.png) no-repeat;
  background-size: contain;
  width: 6px;
  height: 13px;
  left: -6px;
  top: 9px;
}

.article-content {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 65px;
}

/*
.article-content h2 {
	padding: 15px 15px 15px 30px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	position: relative;
	margin-bottom: 30px;
}
.article-content h2:before {
	position: absolute;
	content: '';
	border-left: 5px solid #EDA9B2;
	width: 5px;
    top: 12px;
    bottom: 12px;
	left: 0;
}
*/
.article-content h2 {
  font-size: 20px;
  line-height: 24px;
  border-bottom: 3px solid #EDA9B2;
  padding: 10px 0 5px 0;
  margin: 0;
  font-weight: 700;
}

.article-content #ad-tag-area h2 {
  border-bottom: initial;
  font-size: 13px;
  padding: initial;
  font-weight: bold;
  line-height: initial;
}

.article-content h3 {
  position: relative;
  padding-left: 23px;
  font-size: 18px;
  margin: 0 0 -15px 0;
}

.article-content h3:before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 7px;
  left: 0;
  background: #E2AEB4;
}

.qbe-object {
  margin-bottom: 30px;
}

.article-content p {
  margin: 15px 0;
}

.qbe-object p:last-child {
  margin-bottom: 0;
}

.article-content .qbe-object p.source {
  margin-bottom: 15px;
  line-height: 1.2;
  font-size: 12px;
  color: #888;
  position: relative;
  padding-bottom: 30px;
}

.article-content .qbe-object p.source a:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}

.article-content .qbe-object p.source.image span,
.article-content .qbe-object p.source.quote span {
  display: block;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.article-content .qbe-object p.source.image span:before,
.article-content .qbe-object p.source.quote span:before {
  content: "出典：";
}

.article-content .qbe-object p.source:after {
  content: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtJXUzMERBJXUzMEZDJXUzMEI4JTIwMSIgdmlld0JveD0iMCAwIDExIDExIiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMTFweCIgaGVpZ2h0PSIxMXB4Ig0KPg0KCTxnIGlkPSIldTMwRUMldTMwQTQldTMwRTQldTMwRkMlMjAxIj4NCgkJPHBhdGggZD0iTSA4LjMwNzcgNy4xOTY1IEwgOC4zMDc3IDguNzUgQyA4LjMwNzcgOS4yMjczIDcuOTE5NSA5LjYxNTQgNy40NDIzIDkuNjE1NCBMIDIuMjUgOS42MTU0IEMgMS43NzI4IDkuNjE1NCAxLjM4NDYgOS4yMjczIDEuMzg0NiA4Ljc1IEwgMS4zODQ2IDMuNTU3NyBDIDEuMzg0NiAzLjA4MDQgMS43NzI4IDIuNjkyMyAyLjI1IDIuNjkyMyBMIDMuODMyNiAyLjY5MjMgTCA1LjIxNzcgMS4zMDc3IEwgMi4yNSAxLjMwNzcgQyAxLjAwNzEgMS4zMDc3IDAgMi4zMTQ4IDAgMy41NTc3IEwgMCA4Ljc1IEMgMCA5Ljk5MjkgMS4wMDcxIDExIDIuMjUgMTEgTCA3LjQ0MjMgMTEgQyA4LjY4NTIgMTEgOS42OTIzIDkuOTkyOSA5LjY5MjMgOC43NSBMIDkuNjkyMyA1LjgxMTQgTCA4LjMwNzcgNy4xOTY1IFoiIGZpbGw9IiNhYWFhYWEiLz4NCgkJPHBhdGggZD0iTSAxMC44NzI3IDAuMTIzNyBDIDEwLjc4NzggMC4wNDEzIDEwLjY4NzMgMCAxMC41NzEzIDAgTCA3LjE0MjggMCBDIDcuMDI2NyAwIDYuOTI2MiAwLjA0MTMgNi44NDE0IDAuMTIzNyBDIDYuNzU2NiAwLjIwNjIgNi43MTQxIDAuMzAzOCA2LjcxNDEgMC40MTY2IEMgNi43MTQxIDAuNTI5NSA2Ljc1NjYgMC42MjcyIDYuODQxNCAwLjcwOTcgTCA4LjAyIDEuODU1NSBMIDMuNjUzOSA2LjEwMDMgQyAzLjYwOTMgNi4xNDM3IDMuNTg3IDYuMTkzNyAzLjU4NyA2LjI1IEMgMy41ODcgNi4zMDY1IDMuNjA5MyA2LjM1NjQgMy42NTM5IDYuMzk5OCBMIDQuNDE3NCA3LjE0MiBDIDQuNDYyIDcuMTg1MyA0LjUxMzQgNy4yMDcgNC41NzE0IDcuMjA3IEMgNC42Mjk0IDcuMjA3IDQuNjgwOCA3LjE4NTMgNC43MjU0IDcuMTQyIEwgOS4wOTE0IDIuODk3MiBMIDEwLjI3IDQuMDQzIEMgMTAuMzU0OSA0LjEyNTUgMTAuNDU1MyA0LjE2NjcgMTAuNTcxNCA0LjE2NjcgQyAxMC42ODc0IDQuMTY2NyAxMC43ODggNC4xMjU1IDEwLjg3MjggNC4wNDMgQyAxMC45NTc2IDMuOTYwNiAxMSAzLjg2MjkgMTEgMy43NSBMIDExIDAuNDE2NiBDIDExIDAuMzAzNyAxMC45NTc1IDAuMjA2MiAxMC44NzI3IDAuMTIzNyBaIiBmaWxsPSIjYWFhYWFhIi8+DQoJPC9nPg0KPC9zdmc+');
  margin-left: 10px;
}

.article-content .qbe-object p.source.image:after,
.article-content .qbe-object p.source.quote:after {
  display: block;
  float: left;
}

.article-content p.link-title {
  margin: 0px;
  border-left: 3px solid #e7e9ec;
  padding: 0 0 0 16px;
}

.article-content p.link-url {
  margin: 0px;
  font-size: 14px;
}

.article-content p.link-description {
  /*    font-size: 16px;
    margin-top: 10px;*/
  margin-top: 5px !important;
  color: #999;
  font-size: 11px !important;
}

.article-content button#link-btn-form {
  border: 1px solid #DDD;
  color: #111;
  width: 200px;
  padding: 10px 0;
  font-weight: bold;
  line-height: 2.0;
  border-radius: 4px;
  font-size: 12px;
  -webkit-transition: none;
}

.article-content button#link-btn-form:hover {
  opacity: 0.8;
  cursor: pointer;
}

.article-content button#link-btn-form.pink {
  background: #FCA2AE;
  color: #fff;
  border: none;
  padding: 10px;
}

.article-content button#link-btn-form.white {
  background: #fff;
  border: 1px solid #DDD;
  color: #111;
  padding: 10px;
}

.article-content button#link-btn-form.apple {
  background: url(../img/link-button-iphone.svg) no-repeat;
  background-size: 200px auto;
  height: 60px;
  text-indent: -9999px;
  border: none;
}

.article-content button#link-btn-form.android {
  background: url(../img/link-button-google.png) no-repeat;
  background-size: 200px auto;
  height: 60px;
  text-indent: -9999px;
  border: none;
}

.article-content p.link-text {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.5em;
}

.article-content blockquote {
  padding: 0 0 0 16px;
  margin: 50px 0 10px 0;
  border-left: 2px solid #CCCCCC;
  position: relative;
}

.article-content .qbe-object div.text-html ol,
.article-content .qbe-object div.text-html ul {
  padding-left: 20px;
  margin: 0 0 15px;
}

.article-content .qbe-object div.text-html li {
  list-style: inherit;
  font-size: 1em;
  line-height: 1.72222;
}

.article-content .qbe-object div.text-html a {
  text-decoration: underline;
}

.article-content .qbe-object div.text-html a:hover,
.article-content .qbe-object div.text-html a:focus {
  opacity: .5;
}

.article-content .qbe-object div.text-html table {
  max-width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

.article-content .qbe-object .shop-block .left-side {
  float: left;
  text-align: center;
  width: 40%;
}

.article-content .qbe-object .shop-block .left-side img {
  max-width: 100%;
  display: inline-block;
}

.article-content .qbe-object .shop-block .right-side {
  float: left;
  width: 55%;
  margin-left: 3%;
}

.article-content .qbe-object .shop-block .right-side p {
  font-size: 15px;
  margin-bottom: 25px;
}

.article-content .qbe-object .shop-block p.description {
  padding-top: 5px;
  font-size: 15px;
}

.article-content blockquote:before {
  content: url('data:image/svg+xml;base64,PHN2ZyBpZD0iVW50aXRsZWQtJXUzMERBJXUzMEZDJXUzMEI4JTIwMSIgdmlld0JveD0iMCAwIDIyIDE3IiBzdHlsZT0iYmFja2dyb3VuZC1jb2xvcjojZmZmZmZmMDAiIHZlcnNpb249IjEuMSINCgl4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIg0KCXg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjJweCIgaGVpZ2h0PSIxN3B4Ig0KPg0KCTxnIGlkPSIldTMwRUMldTMwQTQldTMwRTQldTMwRkMlMjAxIj4NCgkJPHBhdGggZD0iTSA4LjM2NTggMy4wMDAxIEMgNS41Nzc2IDMuOCA0LjM4MjQgNS4zOTk5IDMuNTg1NSA3LjIgQyAzLjk4MzggNyA0LjM4MjQgNyA0Ljc4MDcgNyBDIDcuNTY5MyA3IDkuOTU5NiA5LjIgOS45NTk2IDExLjc5OTkgQyA5Ljk1OTYgMTQuNTk5OSA3LjU2OTMgMTcgNC43ODA3IDE3IEMgMi41ODk1IDE3IDAuNzk2OSAxNS41OTk5IDAuMTk5MyAxMy4zOTk5IEMgMCAxMy4zOTk5IDAgMTMuMiAwIDEzLjAwMDEgTCAwIDExLjc5OTkgTCAwIDExLjE5OTcgTCAwIDEwLjk5OTkgQyAwIDcuNzk5OCAwLjc5NjkgMS43OTk3IDcuNTY5MyAwIEwgOC4xNjY4IDAgQyA4Ljc2NDQgMCA5LjM2MTkgMC41OTk5IDkuMzYxOSAxLjE5OTggQyA5Ljc2MDUgMiA5LjE2MjcgMi41OTk5IDguMzY1OCAzLjAwMDEgWk0gMjAuNDA2NSAzLjAwMDEgQyAxNy42MTc5IDMuOCAxNi40MjI3IDUuMzk5OSAxNS42MjYxIDcuMiBDIDE2LjAyNDQgNyAxNi40MjI3IDcgMTYuODIxIDcgQyAxOS42MDk3IDcgMjIgOS4yIDIyIDExLjc5OTkgQyAyMiAxNC41OTk5IDE5LjYwOTcgMTcgMTYuODIxIDE3IEMgMTQuNjMwMSAxNyAxMi44MzczIDE1LjU5OTkgMTIuMjM5NyAxMy4zOTk5IEMgMTIuMDQwNCAxMy4zOTk5IDEyLjA0MDQgMTMuMiAxMi4wNDA0IDEzLjAwMDEgTCAxMi4wNDA0IDEyLjYwMDIgTCAxMi4wNDA0IDExLjc5OTkgTCAxMi4wNDA0IDEwLjk5OTkgQyAxMi4wNDA0IDcuNzk5OCAxMi44MzczIDEuNzk5NyAxOS42MDk3IDAgTCAyMC4yMDcxIDAgQyAyMC44MDUxIDAgMjEuNDAyMyAwLjU5OTkgMjEuNDAyMyAxLjE5OTggQyAyMS44MDA5IDIgMjEuMjAzMiAyLjU5OTkgMjAuNDA2NSAzLjAwMDEgWiIgZmlsbD0iI2NjY2NjYyIvPg0KCTwvZz4NCjwvc3ZnPg==');
  position: absolute;
  top: -50px;
  left: 0;
  font-size: 60px;
}

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

.article-content {
  max-width: 100%;
  display: block;
  word-wrap: break-word;
}

.article-content .small-image-block .left-side {
  float: left;
  width: 50%;
}

.article-content .small-image-block .left-side img {
  max-width: 100%;
}

.article-content .small-image-block .right-side {
  float: left;
  width: 40%;
  margin-left: 5%;
}

.article-content .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}

.article-content .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.article-content .qbe-object p.source.image span {
  display: block;
  max-width: 70%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
}

.fb-fav-box {
  height: 180px;
  margin: 15px 0 5px;
}

.fb-fav-box .right-box {
  margin-left: 340px;
  padding-top: 26px;
}

.fb-fav-box .right-box p:first-of-type {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 10px;
}

.fb-fav-box .right-box p:last-of-type {
  font-size: 14px;
}

.report a,
.profile-box .profile-dl-box a {
  font-size: 14px;
  color: #59A6AB;
  text-decoration: underline;
}

.article-category-box {
  margin: 20px 0 15px;
}

.article-category-box h2,
.share-box h2 {
  font-size: 16px;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 15px;
}

.article-category-list {
  margin-bottom: 15px;
}

.article-category-list li {
  float: left;
  width: 33.3333%;
  margin: 0 -1px -1px 0;
  font-size: 16px;
  line-height: 24px;
}

.article-category-list li a {
  display: block;
  padding: 17px 10px;
  border: 1px solid #E9E9E9;
}

.breadcrumb.aritcle-breadcrumb {
  background: none;
  border: none;
  padding: 8px 0;
  height: auto;
}

.share-box {
  margin-top: 15px;
}

.share-list li {
  float: left;
  width: 110px;
  padding: 0 2px;
  text-align: center;
}

.share-list li img {
  height: auto;
  width: 20px;
  vertical-align: middle;
}

.share-list a {
  display: block;
  line-height: 40px;
}

.share-list .fb a {
  background: #3468AF;
}

.share-list .tw a {
  background: #55ACEE;
}

.share-list .gp a {
  background: #DF4A32;
}

.share-list .bkm a {
  background: #0083D1;
}

.share-list .pkt {
  padding: 0 4px 0px 2px;
}

.share-list .pkt a {
  background: #F13D53;
}

.share-list .like-fb {
  width: 130px;
  background: #EEEEEE;
  height: 40px;
}

.share-list .like-fb .fb-like {
  vertical-align: text-top;
}

.mypage {
  margin-top: 25px;
}

.mypage .left-clm {
  width: 680px;
}

.profile-box {
  background: #F9F9F9;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 12px;
}

.profile-box .img-box {
  width: 100px;
}

.profile-box .img-box img {
  border-radius: 50%;
  vertical-align: bottom;
}

.profile-box .profile-dl-box {
  width: 400px;
  padding: 0 12px;
}

.profile-box .profile-dl-box a {
  color: #59A6AB;
  text-decoration: underline;
  font-size: 12px;
}

.profile-box .point-box {
  width: 140px;
  color: #989292;
}

.profile-box .point-box li span {
  font-weight: bold;
  margin-right: 10px;
  color: #383337;
  display: inline-block;
  width: 90px;
  text-align: right;
}

.article-list li .draft:before {
  position: absolute;
  content: '下書き';
  text-align: center;
  height: 20px;
  line-height: 20px;
  left: 0;
  right: 0;
  bottom: 15px;
  background: #CCC;
  font-size: 12px;
}

.mypage .article-list.new .right-box {
  margin-left: 0;
  width: 380px;
  padding: 0 15px;
  border-right: 1px solid #E9E9E9;
}

.mypage .edit-box {
  padding: 12px 0;
}

.mypage .edit-box .edit-btn01,
.mypage .edit-box .edit-btn02 {
  display: block;
  width: 170px;
  text-align: center;
  line-height: 36px;
  border-radius: 5px;
  margin: 5px 0;
}

.mypage .edit-box .edit-btn01 {
  border: 1px solid #59A5AC;
  color: #59A5AC;
}

.mypage .edit-box .edit-btn01:hover {
  background: #59A5AC;
  color: #fff;
}

.mypage .edit-box .edit-btn02 {
  border: 1px solid #D90000;
  color: #D90000;
}

.mypage .edit-box .edit-btn02:hover {
  background: #D90000;
  color: #fff;
}

.under-page h1 {
  font-size: 22px;
  padding: 30px 0 20px;
}

.under-page .content {
  border: 2px solid #E9E9E9;
  padding: 40px;
  margin-bottom: 55px;
}

.under-page-btm-box {
  border-top: 1px solid #E9E9E9;
  padding: 30px 0;
}

.flash-box {
  padding: 5px 15px;
  font-size: 14px;
  margin-bottom: 15px;
  border-radius: 5px;
  position: relative;
}

.flash-box.success {
  background: #e0f3ed;
}

.flash-box.failure {
  background: #f7ced4;
}

.cancel-box {
  position: absolute;
  top: 5px;
  right: 10px;
  width: 15px;
  height: 25px;
  cursor: pointer;
}

.cancel {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 1px;
  height: 15px;
  background: #000;
  transform: rotate(45deg);
  vertical-align: text-bottom;
}

.cancel:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -7px;
  width: 15px;
  height: 1px;
  margin-top: -1px;
  background: #000;
}

/*------------------------
		login
--------------------------*/
.login-page {
  font-size: 15px;
}

.middle-box {
  padding: 70px 0 0;
}

.login-page {
  background: url(../img/bg_login.png) no-repeat center;
  background-size: cover;
}

.login-head {
  color: #fff;
  font-weight: normal;
  font-size: 25px;
  margin-bottom: 10px;
}

.login-area {
  max-width: 450px;
  margin: auto;
  background: rgba(255, 255, 255, 0.5);
  padding: 45px 40px 30px;
  padding: 45px 50px 50px;
  margin-bottom: 10px;
  box-sizing: border-box;
}

.login-means {
  margin-bottom: 15px;
  white-space: nowrap;
  text-align: center;
}

.login-form,
.login-sns {
  width: 45%;
  width: 100%;
  float: none;
}

.login-input {
  width: 100%;
  border: none;
  padding: 0 15px;
  height: 40px;
  border-radius: 4px;
  margin: 0 0 10px;
  line-height: 26px;
  box-sizing: border-box;
}

.login-button {
  cursor: pointer;
  color: #fff;
  width: 100%;
  line-height: 56px;
  padding: 0;
  box-sizing: border-box;
}

.passwordremind-link {
  margin-top: 10px;
  text-align: center;
  font-size: 13px;
}

.login-facebook a,
.login-google a {
  color: #fff;
  width: 100%;
  line-height: 56px;
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  border-radius: 4px;
  display: block;
  margin-bottom: 10px;
}

.login-facebook a {
  background: #425E91 url(../img/ico_facebook.png) no-repeat 22px center;
  background-size: 15px 31px;
}

.login-google a {
  background: #BD5B48 url(../img/ico_googleplus.png) no-repeat 18px center;
  background-size: 33px 21px;
}

/* Webkit */
.login-input::-webkit-input-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

/* Firefox 18 以前 */
.login-input:-moz-placeholder {
  color: #c3c3c3;
}

/* Firefox 19 以降 */
.login-input::-moz-placeholder {
  color: #c3c3c3;
  opacity: 1;
}

/* IE 10 以降 */
.login-input:-ms-input-placeholder {
  color: #c3c3c3;
}

.login-input:placeholder-shown {
  color: #c3c3c3;
}

.login-page .copy {
  color: #fff;
  padding-bottom: 30px;
}

/*バリデーション*/
.error-text {
  color: #FF9673;
  text-align: left;
  font-size: 12px;
  margin-bottom: 6px;
}

input.error,
select.error,
textarea.error {
  border-color: #FF9673;
  margin-bottom: 2px;
}

.passwordchange-box .error-text {
  width: 50%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.under-page .passwordreminder-box {}

.reminde-means {
  margin-bottom: 15px;
  white-space: nowrap;
  /*text-align: center;*/
  width: 71%;
  margin-left: auto;
  margin-right: auto;
}

.passwordreminder-box dd {
  text-align: center;
}

.reminde-input-wrap {
  width: 50%;
  margin: 0 5px 0 0;
  display: inline-block;
}

.reminde-input {
  width: 100%;
  border: 2px solid #ccc;
  padding: 0 15px;
  height: 44px;
  border-radius: 4px;
  line-height: 26px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.reminde-button {
  cursor: pointer;
  color: #fff;
  width: 20%;
  line-height: 44px;
  padding: 0;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.reminde-means-pass,
.reminde-input-pass,
.reminde-button-pass {
  width: 50%;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reminde-button-pass {
  margin-bottom: 10px;
  line-height: 50px;
}

/*-----------------------------
		contact
-----------------------------*/
.contact-lead p {
  margin-bottom: 20px;
  line-height: 1.5;
}

.contact-lead a {
  color: #EDA9B2;
  text-decoration: underline;
}

.contact-lead {
  margin-bottom: 50px;
}

.contact-form {
  max-width: 700px;
  width: 100%;
  margin: auto;
}

.field {
  margin-bottom: 15px;
}

.field label {
  width: 30%;
  float: left;
  font-weight: bold;
  line-height: 40px;
}

.comment label {
  vertical-align: top;
}

.form-content {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 66%;
  line-height: 30px;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  float: right;
}

.form-content.error {
  margin-bottom: 0;
}

textarea.form-content {
  height: 150px;
  line-height: 1.3;
  padding: 8px 10px;
}

.comment {
  margin-bottom: 40px;
}

.required {
  background: #FAA3AF;
  color: #fff;
  border-radius: 2px;
  margin-left: 10px;
  font-size: 12px;
  padding: 3px 5px 4px;
  font-weight: normal;
}

.contact-form .error-text {
  width: 66%;
  float: right;
  margin-bottom: 0;
  max-width: none;
  margin-bottom: -5px;
}

/*------------------------
		top
--------------------------*/
/* .top-content {
  margin-bottom: 20px;
} */

.top-content ul {
  overflow: hidden;
}

.top-content li {
  float: left;
  width: 33.333%;
}

.content-box {
  position: relative;
  width: 100%;
  height: 280px;
}

.content-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  z-index: 0;
}

.top-content li:hover .content-box:before {
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background ease-out .45s;
  -moz-transition: background ease-out .45s;
  -o-transition: background ease-out .45s;
  -ms-transition: background ease-out .45s;
  transition: background ease-out .45s;
}

.content-box .content-box-title {
  font-size: 22px;
  z-index: 2;
  color: #fff;
  width: 100%;
  font-weight: bold;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
  position: absolute;
  left: 0;
  bottom: 12px;
  height: 60px;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.content-box-category {
  position: absolute;
  top: 0;
  left: 0;
  background: #aaa;
  color: #fff;
  padding: 0px 12px;
}

.cat-type01 {
  background: #AB4B60;
}

.cat-type02 {
  background: #83A95E;
}

.cat-type03 {
  background: #4A81AB;
}

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

  /*------------------------
		common
--------------------------*/
  body {
    min-width: inherit;
    width: 100%;
    font-size: 14px;
    /*min-width: 320px;*/
    /*margin-top: 50px;*/
    /*padding-top: 50px;*/
    position: relative;
  }

  a:hover {
    opacity: 1;
  }

  h1,
  h2,
  h3,
  h4,
  h5 {
    letter-spacing: inherit;
  }

  .container {
    max-width: inherit;
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .cont-pc,
  .cont-pc-inline {
    display: none;
  }

  /*
  .cont-sp {
    display: block;
  }

  header {
    height: 46px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2 !important;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
*/
  .gnavi {
    background: #fff;
    color: inherit;
  }

  .gnavi li {
    display: block;
    line-height: 46px;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
  }

  header .container {
    position: relative;
  }

  header h1,
  header .logo {
    line-height: 46px;
  }

  [canvas=container] {
    -webkit-box-shadow: 2px 0 5px 3px rgba(0, 0, 0, .1);
    box-shadow: 2px 0 5px 3px rgba(0, 0, 0, .1);
  }

  .top-content li {
    display: none;
  }

  .top-content li:first-child {
    display: block;
    float: none;
    width: 100%;
  }

  .sns-box {
    /*float: none;*/
    padding: 0;
  }

  footer .sns-box {
    float: none;
  }

  .sns-box li {
    padding: 0 2px;
  }

  /* .breadcrumb {
    height: auto;
    display: none;
  }

  .breadcrumb .breadcrumb-list li {
    line-height: 20px;
  }

  .breadcrumb .breadcrumb-list li:before {
    top: 8px;
  }

  .mypage .left-clm {
    width: auto;
    float: none;
  } */

  .mypage {
    margin-top: 0;
  }

  .profile-box {
    margin: 0 -15px 20px;
  }

  .profile-box .img-box {
    width: auto;
    float: none;
    text-align: center;
  }

  .profile-box .profile-dl-box {
    width: auto;
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  .profile-box .point-box {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  /*TODO現在表示部を一つに絞っているため一時対応で100%化しています*/
  /*	.profile-box .point-box li {
		float: left;
		width: 33.3333%;
	}*/

  .profile-box .point-box li {
    float: left;
    width: 100%;
  }

  .profile-box .point-box li span {
    text-align: center;
    width: auto;
    display: block;
    line-height: 18px;
    margin: 0;
  }

  .mypage .article-list.new .right-box {
    margin-left: 90px;
    width: inherit;
    padding: 0;
    border: none;
    float: none;
    padding: 5px 0;
  }

  .mypage .edit-box {
    float: none;
    padding: 5px 0 10px;
  }

  .mypage .edit-box .edit-btn01,
  .mypage .edit-box .edit-btn02 {
    width: auto;
    line-height: 30px;
    font-size: 12px;
  }

  .intro-box {
    height: 180px;
    overflow: hidden;
    padding: 0;
    position: relative;
    margin-bottom: 10px;
  }

  .intro-box:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
  }

  .intro-box .container {
    padding: 0;
  }

  .intro-box .intro-img {
    vertical-align: bottom;
    width: 100%;
    height: 180px;
    border-radius: 0;
  }

  .article-list .intro-img {
    width: 80px;
    height: 80px;
  }

  .intro-box .right-box {
    margin-left: 0;
    height: 180px;
    position: absolute;
    width: 100%;
    top: 0px;
    display: table;
  }

  .intro-box h1 {
    height: 180px;
    color: #fff;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    font-weight: normal;
    font-size: 20px;
  }

  .intro-dl {
    position: static;
  }

  .detail-page {
    margin-top: 0;
  }

  .detail-page .left-clm {
    width: 100%;
  }

  .sp-article-img {
    height: 180px;
    margin: 0 -15px 10px;
    position: relative;
  }

  .sp-article-img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, .06)65%, rgba(0, 0, 0, .15)80%, rgba(0, 0, 0, .18));
    background-image: linear-gradient(rgba(0, 0, 0, .06)65%, rgba(0, 0, 0, .15)80%);
  }

  .article-header h1 {
    font-size: 18px;
    line-height: 26px;
  }

  .article-header .excerpt {
    line-height: 18px;
    padding: 10px 0;
    font-size: 12px;
  }

  .article-content {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px;
  }

  /*
	.article-content h2 {
		padding: 5px 5px 5px 20px;
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 10px;
	}
	.article-content h2:before {
		top: 10px;
		bottom: 10px;
		left: 0;
	}
	*/
  .article-content h2 {
    line-height: 20px;
    margin: 15px 0 10px;
  }

  .article-content h3 {
    font-size: 16px;
  }

  .article-content img {
    width: 100%;
    margin: 15px 0;
  }

  .sns-box li.cont-pc {
    display: none;
  }

  .sns-box li.cont-sp {
    display: inline-block;
  }

  .sns-box li.cont-sp img {
    vertical-align: top;
  }

  .sns-box li.cont-sp.gp a {
    background: #DF4A32;
    height: 20px;
    width: 20px;
    display: block;
  }

  .sns-box li.cont-sp.gp img {
    vertical-align: inherit;
  }

  .article-header-btm-box .sns-box li:nth-child(2) {
    padding: 0;
  }

  .article-header-btm-box .sns-box li:nth-child(4) {
    padding: 0 15px;
  }

  .view,
  .balloon {
    line-height: 20px;
  }

  .view span {
    font-size: 14px;
  }

  .fav {
    width: inherit;
    border: none;
    background: none;
    line-height: 20px;
    font-size: 10px;
  }

  .balloon:before {
    top: 4px;
  }

  .share-list li,
  .share-list .like-fb {
    width: 50%;
    margin-bottom: 4px;
  }

  .share-list .pkt {
    padding: 0 2px;
  }

  .fb-fav-box {
    background-size: cover !important;
    position: relative;
  }

  .fb-fav-box:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3);
  }

  .fb-fav-box .right-box {
    margin-left: 0;
    z-index: 1;
    position: relative;
  }

  .article-category-list li {
    width: 100%;
    float: none;
    font-size: 12px;
    line-height: 20px;
  }

  .article-category-list li a {
    padding: 5px 10px;
  }

  .under-page h1 {
    font-size: 18px;
    padding: 20px 0 10px;
  }

  .under-page .content {
    padding: 30px 15px;
  }

  /*------------------------
		login
--------------------------*/
  .login-page {
    font-size: 14px;
  }

  .login-header {
    text-align: center;
    padding: 0;
  }

  .login-area {
    /*max-width: 500px;*/
  }

  .login-form,
  .login-sns {
    width: 100%;
    float: none;
  }

  .login-form {
    /*margin-bottom: 40px;*/
  }

  .middle-box {
    padding-top: 30px;
  }

  .login-head {
    font-size: 20px;
  }

  .reminde-means {
    white-space: normal;
    text-align: center;
    width: 100%;
  }

  .passwordreminder-box dd {
    text-align: center;
  }

  .reminde-input-wrap {
    width: 100%;
    max-width: 400px;
    margin-right: auto;
  }

  .reminde-input {
    width: 100%;
    max-width: 400px;
  }

  .reminde-button {
    width: 100%;
    max-width: 400px;
    margin-bottom: 10px;
  }

  .error-text,
  .passwordchange-box .error-text {
    max-width: 400px;
    width: 100%;
  }

  /*-----------------------
			contact
	------------------------*/
  .field {
    margin-bottom: 5px;
  }

  .field label {
    width: 100%;
    float: none;
    line-height: 34px;
  }

  .comment label {
    vertical-align: top;
  }

  .form-content {
    width: 100%;
    float: none;
  }

  .form-content.error {
    margin-bottom: 0;
  }

  textarea.form-content {
    height: 150px;
    line-height: 1.3;
    padding: 8px 10px;
  }

  .comment {
    margin-bottom: 20px;
  }

  .required {
    background: #FAA3AF;
    color: #fff;
    border-radius: 2px;
    margin-left: 10px;
    font-size: 12px;
    padding: 3px 5px 4px;
    font-weight: normal;
  }

  .contact-form .error-text {
    width: 100%;
    float: none;
    margin-bottom: 0;
    max-width: none;
    margin-bottom: -5px;
  }

  /*------------------------
			list
	--------------------------*/
  .logo {
    float: none;
    display: block;
    text-align: center;
  }

  .menu-icon {
    background-color: transparent;
    position: relative;
    width: 46px;
    height: 46px;
    padding: 15px 12px 14px;
    border: none;
    background: white;
    outline: none;
    position: absolute;
    top: 0;
    left: 0;
  }

  .menu-icon span {
    display: block;
    width: 100%;
    height: 2px;
    margin-bottom: 5px;
    border-radius: 1px;
    background-color: #000;
    box-sizing: border-box;
  }

  .menu-icon span:last-child {
    margin-bottom: 0;
  }

  .navi-category {
    font-weight: bold;
    margin-top: 10px;
  }

  .navi-category-list {
    position: relative;
    padding: 0 0 0 16px;
    color: #000;
    vertical-align: middle;
    text-decoration: none;
  }

  .navi-category-list::before,
  .navi-category-list::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 10px auto auto;
    content: "";
    vertical-align: middle;
  }

  .navi-category-list::before {
    right: 3px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .gnavi a {
    display: block;
  }

  .gnavi .navi-create-matome {
    background: #eee url(../img/ico_navi01.png) no-repeat 15px center;
    background-size: 15px 15px;
    padding-left: 45px;
  }

  .gnavi .navi-login {
    background: #eee url(../img/ico_navi02.png) no-repeat 15px center;
    background-size: 14px 14px;
    padding-left: 45px;
  }

  .gnavi .navi-logout {
    background: #eee;
  }

  .content-box .content-box-title {
    padding: 0 15px;
  }

  .clm-box .center-clm,
  .clm-box .right-clm {
    margin: 0;
    width: auto;
    float: none;
  }

  .addimg {
    margin-bottom: 20px;
  }

  .addimg img {
    width: 100%;
    height: auto;
  }

  .article-list img {
    width: 80px;
    height: auto;
  }

  .article-list .right-box {
    margin-left: 90px;
  }

  .article-list h3 {
    padding-top: 3px;
    width: 100%;
    height: 56px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .article-excerpt {
    display: none;
  }

  .ranking-list li img {
    width: 80px;
    height: auto;
  }

  .ranking-list .title {
    margin-left: 90px;
    height: 62px;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .keyword-list {
    margin-bottom: 30px;
  }

  .tab-box p {
    width: 49%;
  }

  .tab-box p.tab02 {
    margin-right: 0;
    float: right;
  }

  .footer-btm-box {
    height: auto;
    text-align: center;
  }

  .footer-btm-box p {
    text-align: center;
    float: none;
    clear: both;
  }

  .pagenate .page-list li.cont-pc {
    display: none;
  }

  .flash-box {
    margin-top: 15px;
  }
}

@media screen and (max-width: 500px) {
  .login-area {
    padding: 35px 20px 20px
  }

  .login-head {
    font-size: 18px;
  }

  .reminde-means {
    text-align: left;
  }

  .footer-menu-list {
    overflow: hidden;
    height: auto;
  }

  .footer-menu-list li {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    border: 1px solid #ccc;
    border-bottom: none;
    border-left: none;
    line-height: 40px;
  }

  .footer-menu-list .last-menu-list {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 375px) {
  .login-area {
    padding: 35px 15px 20px;
  }

  .login-means {
    font-size: 13px;
  }

  .passwordremind-link {
    font-size: 12px;
  }
}

@media screen and (max-width: 320px) {
  body {
    min-width: 320px;
  }
}

.width-fix {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 20px;
}

/*------------------------
		mypage profile
--------------------------*/
.mypage h1 {
  font-size: 22px;
  padding: 0 0 20px;
}

.mypage.profile {
  padding-bottom: 40px;
}

.mypage-leftmenu p {
  padding: 0 10px 5px 10px
}

.mypage-leftmenu p img {
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 10px;
}

.mypage .wrap-gray {
  background: #F9F9F9;
  padding: 40px;
}

.mypage.profile table th,
.mypage.profile table td {
  border-bottom: solid 1px #E9E9E9;
  padding: 20px 0;
}

.mypage.profile table .noborder th,
.mypage.profile table .noborder td {
  border-bottom: none;
  padding-bottom: 0;
}

.mypage.profile table th {
  padding-right: 20px;
  text-align: left;
  font-size: 14px;
  width: 100px;
  white-space: nowrap;
}

.mypage.profile table th span {
  font-size: 11px;
}

.mypage.profile table aside {
  font-size: 12px;
  color: #989292;
}

.mypage.profile table td textarea,
.mypage.profile table td input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ddd;
}

.mypage.profile table td img {
  border-radius: 50%;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: normal;
}

input::-moz-placeholder {
  color: #ccc;
  font-weight: normal;
}

.mypage.profile table td select {
  font-size: 12px;
  padding: 10px;
  border-radius: 5px;
  border: solid 1px #ddd;
  background: #fff;
  min-width: 120px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.mypage.profile table td select:disabled {
  color: #ccc;
}

.mypage.profile .button {
  padding: 20px 0 0 0;
}

.mypage.profile .button input {
  margin-bottom: 20px;
  font-size: 22px;
  width: 300px;
}

.mypage.profile .button a {
  font-size: 12px;
  color: #393337;
}

.select-file {
  font-size: 10px;
}

.select-file input[type="file"] {
  display: none;
}

.select-file label {
  background: #fff;
  border: solid 1px #D0D0D0;
  border-radius: 5px;
  font-size: 10px;
  padding: 3px 10px;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .mypage.profile {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .mypage.profile .main {
    flex-grow: 1;
    -ms-flex-grow: 1;
  }

  .mypage-leftmenu {
    min-width: 240px;
    margin-right: 30px;
    width: 240px;
  }

  .mypage-leftmenu li a {
    display: block;
    border-bottom: solid 1px #E9E9E9;
    padding: 15px 10px;
  }

  .mypage-leftmenu li.current a,
  .mypage-leftmenu li a:hover {
    background: #F9F9F9;
  }

  .mypage.profile table td textarea,
  .mypage.profile table td input[type="text"] {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .mypage h1 {
    padding: 40px 0 20px 0;
  }

  .mypage.profile .main {
    margin-bottom: 40px;
  }

  .mypage-leftmenu li {
    display: inline;
    margin-right: 20px;
  }

  .mypage-leftmenu li a {
    white-space: nowrap;
  }

  .mypage-leftmenu li.current a {
    font-weight: 700;
  }

  .mypage-leftmenu li:before {
    content: "›";
    color: #ccc;
    margin-right: 5px;
  }

  .mypage-leftmenu p {
    padding-left: 0;
  }

  .mypage .wrap-gray {
    padding: 20px;
  }

  .mypage.profile table th,
  .mypage.profile table td {
    display: block;
    width: 100%;
    padding: 0;
  }

  .mypage.profile table th {
    border-bottom: none;
    font-size: 16px;
  }

  .mypage.profile table td {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }

  .mypage.profile .button input {
    width: 100%;
  }

  .mypage.profile table td select {
    min-width: 80px;
  }
}

/*------------------------
		term / privacy
--------------------------*/
.terms h2,
.privacy h2 {
  font-size: 16px;
  margin: 40px 0 20px 0;
  font-weight: 700;
}

.terms ol,
.terms ul,
.privacy ol,
.privacy ul {
  padding: 0 0 0 20px;
}

.terms ol li,
.privacy ol li {
  list-style-type: decimal;
}

.terms ul li,
.privacy ul li {
  list-style-type: disc;
}

.terms dt,
.privacy dt {
  font-weight: 700;
  margin-top: 10px;
}

/*------------------------
		company
--------------------------*/

.company-title {
  background: url(../img/company-bg.png) no-repeat center center;
  height: 410px;
  background-size: cover;
}

.company-title p {
  font-size: 42px;
  padding-top: 50px;
  color: #fff;
}

.company h3 {
  font-size: 42px;
}

.company table th {
  text-align: left;
}

.company .corporate-profile {
  margin-top: 50px;
}

.company .corporate-profile img {
  max-width: 100%;
}

.company .philosophy {
  margin-top: 50px;
  padding: 50px 0;
  background: #F8F8F9;
}

.company .philosophy aside {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}

.company .members {
  margin-top: 50px;
  margin-bottom: 100px;
}

.company .members ul {
  padding: 20px 0 40px 0;
  display: -webkit-flex;
  display: flex;
  display: -ms-flexbox;
  box-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.company .members ul li img {
  max-width: 100%;
}

.button-area {
  max-width: 410px;
  margin: auto;
  text-align: center;
}

.button-area a {
  background: #FCA2AE;
}

.company .map {
  height: 400px;
}

#moremost-googlemap {
  height: 400px;
}

@media screen and (min-width: 769px) {

  .company .corporate-profile,
  .company .philosophy>div {
    display: -webkit-flex;
    display: flex;
    display: -ms-flexbox;
    box-pack: justify;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .company .corporate-profile>div,
  .company .philosophy>div>div {
    width: 50%;
  }

  .company .philosophy>div>div:first-child {
    border-right: solid 1px #E8E9EB;
  }

  .company .philosophy>div>div {
    padding-right: 40px;
    margin-right: 40px;
  }

  .company .philosophy>div {}
}

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

  .company .corporate-profile>div:first-child,
  .company .philosophy>div>div:first-child {
    margin-bottom: 40px;
  }

  .company .philosophy>div>div:first-child {
    border-bottom: solid 1px #E8E9EB;
    padding-bottom: 40px;
  }

  .company-title {
    height: 200px;
  }

  .company h3 {
    font-size: 30px;
  }

  .company .members ul li {
    width: 46%;
    margin-bottom: 20px;
  }

  .company table th,
  .company table td {
    display: block;
    width: 100%;
  }

  .company table td {
    margin-bottom: 10px;
  }

  .button-area a {
    font-size: 16px;
  }
}

/* 火葬とメディアのheader合わせ 20180606 */
/*.main-header .cont-sp {
  display: none;
}


.main-header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 57px;
    max-width: 1180px;
}*/
/*
.main-header .nav-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  flex: 1;
}

.main-header .nav-box h1 {
  margin: 0 40px 0 0;
}


.main-header .nav-box nav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-header .nav-box nav li {
  padding: 0 13px;
  margin-top: 2px;
  margin-left: 1px;
}

.main-header .nav-box nav li:first-child {
  padding-left: 0;
}

.main-header .nav-box nav li a {
  margin: -11px 0;
  padding: 16px 0;
  display: block;
  position: relative;
  font-size: 15px;
  line-height: 1.6;
}

.main-header .nav-box nav li.media a.active:before {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 55px;
  height: 2px;
  background: #f3715c;
  left: 3px;
}

.main-header .nav-box nav li.service a:hover:before {
  content: '';
  position: absolute;
  bottom: 2px;
  width: 70px;
  height: 2px;
  background: #f3715c;
  left: 3px;
}
*/
/*
.main-header .member-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -4px;
}
*/
/*
.main-header .member-box .login-link {
  font-size: 16px;
  line-height: 1.5;
  margin: 4px -6px 4px 0;
}


.main-header .member-box .btn-red {
  padding: 6px 20px;
  margin-top: -1px;
  margin-left: 22px;
  font-size: 15px;
  line-height: 1.6;
  display: block;
  border-radius: 4px;
  color: #fff;
  background-color: #f3715c;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}*/

@media screen and (max-width: 768px) {
  body.hidden {
    display: block !important;
    visibility: visible !important;
  }

  /*
  .main-header .cont-pc {
    display: none;
  }
*/
  /*
  .main-header .cont-sp {
    display: block;
  }

  body {
    padding-top: 50px;
  }
*/
  [canvas=container] {
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  /*
  .main-header {
    height: 49px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: none;
  }

  .main-header>.container {
    height: 50px;
  }
*/
  /*
  .main-header .nav-box h1 {
    margin: 0 20px 0 0;
    height: 48px;
  }


  .main-header .nav-box h1 img {
    width: 162px;
  }
  */

  /* セレクト */
  .main-header .nav-box .select-wrap {
    position: relative;
  }

  .main-header .nav-box .select-wrap select {
    width: 100%;
    height: 40px;
    outline: none;
    padding: 0 22px 0 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background: url(../img/ico_bg-select.png) no-repeat;
    background-position: right 0px top 17px;
    background-size: 11px;
  }

  /* ハンバーガーメニュー */
  /*  .main-header #panel-btn {
    display: inline-block;
    position: absolute;
    right: 7px;
    top: 12px;
    width: 40px;
    height: 40px;
    margin: -8px 0 0 0;
  }

  .main-header #panel-btn-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background: #4a4a4a;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
    border-radius: 1px;
    opacity: 1;
  }

  .main-header #panel-btn-icon:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 2px;
    background: #4a4a4a;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: -6px;
    border-radius: 1px;
  }

  .main-header #panel-btn-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 24px;
    height: 2px;
    background: #4a4a4a;
    -webkit-transition: .3s;
    transition: .3s;
    margin-top: 4px;
    border-radius: 1px;
  }

  .main-header #panel-btn .close {
    background: transparent;
  }

  .main-header #panel-btn .close:before {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .main-header #panel-btn .close:after {
    margin-top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }*/

  /*
  .main-header .member-box {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: #fff;
    padding: 0 0 20px;
    border-top: 1px solid #d8d8d8;
    z-index: 9999;
    height: 500px;
    overflow-y: scroll;
    border-bottom: 1px solid #d8d8d8;
  }
  /*

  /*
  .main-header .member-box .login-link {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    border: solid 1px #d8d8d8;
    margin: 20px auto 10px;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 2.85714;
  }
*/
  .main-header .member-box .btn-red {
    width: 240px;
    height: 40px;
    border-radius: 5px;
    background-color: #f3715c;
    margin: 0 auto 20px;
    text-align: center;
    font-size: 14px;
    line-height: 2.85714;
    padding: 0;
  }

  .main-header .member-box .login-user-box {
    margin: 0 -20px;
    padding: 13px 20px 20px;
    background: #dcf4f1;
  }

}

@media screen and (max-width: 389px) {
  .main-header .nav-box h1 img {
    width: 140px;
  }
}

/* 火葬とメディアのfooter合わせ 20180619 */
.main-footer {
  border-top: none;
  background: #f6f6f6;
  padding: 56px 0;
}

.main-footer .container {
  padding: 0 15px;
  max-width: 1180px;
}

.main-footer .footer-logo {
  margin-bottom: 27px;
}

.main-footer .footer-logo img {
  width: 216px;
  vertical-align: bottom;
}

.main-footer .footer-info {
  margin-bottom: 51px;
}

.main-footer .footer-info .info-link {
  float: left;
  width: 320px;
  margin-right: 154px;
}

.main-footer .footer-info .info-link a {
  display: block;
  font-size: 16px;
  border: 1px solid #e8e8e8;
  border-radius: 5px;
  padding: 14px 10px 14px 65px;
}

.main-footer .footer-info .info-link a span {
  display: block;
  font-size: 12px;
  color: #adadad;
}

.main-footer .footer-info .info-link a.media {
  margin-bottom: 10px;
  background: #fff url(../img/ico_media.png) no-repeat;
  background-size: 32px 20px;
  background-position: 19px 50%;
}

.main-footer .footer-info .info-link a.service {
  background: #fff url(../img/ico_service.png) no-repeat;
  background-size: 27px 29px;
  background-position: 20px 50%;
}

.main-footer .footer-info .info-page {
  float: left;
  width: 305px;
  margin-top: 2px;
  margin-right: 170px;
}

.main-footer .footer-info .sitemap {
  float: left;
}

.main-footer .footer-info .sitemap01 {
  margin-right: 78px;
}

.main-footer .footer-info .sitemap li {
  margin-bottom: 15px;
}

.main-footer .footer-info .sitemap li a {
  font-size: 14px;
}

.main-footer .footer-info .info-sns {
  float: left;
}

.main-footer .footer-info .info-sns a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #414141;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
}

.main-footer .footer-info .info-sns a.tw {
  margin-right: 5px;
}

.main-footer .footer-info .info-sns a.ig {
  margin-right: 0;
}

.main-footer .footer-info .info-sns a>i {
  color: #fff;
  position: absolute;
  font-size: 18px;
}

.main-footer .footer-info .info-sns a.fb>i {
  left: 16px;
  top: 11px;
}

.main-footer .footer-info .info-sns a.fb>i.fa-facebook-f:before {
  content: "\f39e";
}

.main-footer .footer-info .info-sns a.tw>i {
  left: 12px;
  top: 11px;
}

.main-footer .footer-info .info-sns a.yt>i {
  left: 8px;
  top: 10px;
  font-size: 21px;
}

.main-footer .footer-info .info-sns a.ig>i {
  left: 11px;
  top: 10px;
  font-size: 21px;
}

.main-footer p.copyright {
  text-align: center;
  letter-spacing: -0.01em;
  clear: both;
  color: #686868;
  font-size: 12px;
  line-height: 2;
}

.main-footer p.copyright>i {
  color: #f16552;
}

@media screen and (max-width: 768px) {
  .main-footer {
    border-top: 1px solid #d8d8d8;
    padding: 36px 0;
  }

  .main-footer .footer-logo {
    text-align: center;
    margin-right: 15px;
  }

  .main-footer .footer-logo img {
    width: 197px;
  }

  .main-footer .footer-info {
    margin-left: 4px;
    margin-bottom: 19px;
  }

  .main-footer .footer-info .info-link {
    float: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 29px;
  }

  .main-footer .footer-info .info-link a {
    position: relative;
  }

  .main-footer .footer-info .info-link a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: 22px;
    top: 50%;
    margin-top: -1px;
    border-radius: 1px;
    border-top: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .main-footer .footer-info .info-link a.media {
    margin-bottom: 8px;
    background-position: 15px 24px;
  }

  .main-footer .footer-info .info-link a.service {
    background-position: 18px 19px;
  }

  .main-footer .footer-info .info-page {
    float: none;
    max-width: 320px;
    width: 100%;
    margin: 0 auto 21px;
  }

  .main-footer .footer-info .sitemap01 {
    margin-right: 25%;
  }

  .main-footer .footer-info .info-sns {
    float: none;
    text-align: center;
  }

  .main-footer .copyright {
    font-size: 11px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 389px) {
  .main-footer .footer-info .info-link a span {
    font-size: 10px;
  }

  .main-footer .footer-info .sitemap01 {
    margin-right: 21%;
  }
}

/* 火葬とメディアのheader合わせ 20180619 */
.your-dashbord {
  min-width: 200px;
  position: relative;
}

header .your-list .your-nav li {
  display: inherit;
  line-height: normal;
  padding: 0;
  font-size: 14px;
}

.your-box1:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  right: 2px;
  top: 50%;
  margin-top: -1px;
  border-radius: 1px;
  border-top: 2px solid #b6b6b6;
  border-right: 2px solid #b6b6b6;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

/*
.your-box1 .your-icon {
  background: #ccc;
  border-radius: 50%;
  float: left;
  height: 42px;
  margin-right: 10px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.your-box1 .your-icon img {
  bottom: 0;
  height: auto;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

.your-box1 .your-text {
  float: left;
}

.your-box1 .your-name {
  font-weight: 600;
  line-height: 18px;
  margin-top: 6px;
  margin-bottom: 0;
  font-size: 15px;
}

.your-box1 .your-point {
  color: #CE9912;
  display: block;
  font-family: "Fibon Neue";
  font-weight: bold;
  line-height: 18px;
  padding-left: 16px;
  position: relative;
}

.your-box1 .your-point:before {
  background: url(../img/ico_coins01.png) no-repeat center;
  background-size: 100% auto;
  bottom: 0;
  content: "";
  height: 18px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 14px;
}
*/
.your-list {
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.4);
  display: none;
  right: -10px;
  position: absolute;
  top: 48px;
  width: 220px;
  z-index: 10000;
}

.your-list .your-nav li:first-child {
  padding-top: 12px;
}

header .your-list .your-nav li {
  display: inherit;
  line-height: normal;
  padding: 0;
  font-size: 14px;
}

.your-list .your-nav li:nth-last-child(2) {
  padding-bottom: 12px;
}

.your-list .your-nav li:last-child {
  border-top: 1px solid #d8d8d8;
  padding: 12px 0 9px;
}

.your-list .your-nav li a {
  color: #4a4a4a;
  display: block;
  line-height: 1;
  padding: 9px 0;
  padding-left: 50px;
  position: relative;
}

.your-list .your-nav li a:before {
  bottom: 0;
  content: "";
  color: #7cc3ba;
  font-size: 16px;
  height: 20px;
  left: 25px;
  line-height: 20px;
  margin: auto 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}

.your-list .your-nav li:nth-child(1) a:before {
  content: "\f118";
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.your-list .your-nav li:nth-child(2) a:before {
  content: "\f4ad";
  font-family: Font Awesome\ 5 Free;
  font-weight: 400;
}

.your-list .your-nav li:nth-child(3) a:before {
  content: "\f288";
  font-family: Font Awesome\ 5 Brands;
}

.your-list .your-nav li:nth-child(4) a:before {
  content: "\f021";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.your-list .your-nav li:nth-child(5) a:before {
  content: "\f02e";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.your-list .your-nav li:nth-child(6) a:before {
  content: "\f013";
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

.your-list .your-nav li:last-child a:before {
  content: "\f2f5";
  color: #bebebe;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
}

@media screen and (max-width: 768px) {
  .your-dashbord {
    min-width: 0;
    position: static;
    background: #dcf4f1;
  }

  .your-box1 {
    padding: 19px 25px 21px 22px;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
  }

  .your-box1:before {
    right: 26px;
  }

  .your-box1.is-open {
    border-bottom: none;
  }

  .your-box1.is-open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #7cc3ba;
  }

  .your-box1 .your-icon {
    height: 60px;
    margin-right: 13px;
    width: 60px;
  }

  .your-box1 .your-text {
    width: 70%;
  }

  .your-box1 .your-name {
    font-size: 16px;
    margin-top: 11px;
    margin-bottom: 5px;
  }

  .your-box1 .your-point {
    padding-left: 21px;
  }

  .your-box1 .your-point:before {
    width: 18px;
    height: 22px;
  }

  .your-box2 .your-point:before {
    background: url(../img/ico_coins01.png) no-repeat center;
    background-size: 100% auto;
    bottom: 0;
    content: "";
    height: 24px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 20px;
  }

  .your-list {
    background: #dcf4f1;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    left: auto;
    right: auto;
    top: auto;
    padding: 0;
    width: 100%;
    position: static;
    border-bottom: 1px solid #d8d8d8;
  }

  .your-list .your-nav li {
    border-top: 1px solid #d8d8d8;
    padding: 0;
    width: 80%;
    margin-left: auto;
  }

  .your-list .your-nav li:first-child {
    padding-top: 0;
    border-top: none;
  }

  .your-list.is-open .your-nav li {
    border-top: 1px solid #d8d8d8;
  }

  .your-list .your-nav li:nth-last-child(2) {
    padding-bottom: 0;
  }

  .your-list .your-nav li:last-child {
    padding: 0;
  }

  .your-list .your-nav li a {
    font-size: 16px;
    padding: 22px 0 22px;
    padding-left: 55px;
  }

  .your-list .your-nav li a:before {
    font-size: 20px;
    left: 20px;
  }

  /*
  .service-media-menu {
    padding: 0 15px;
  }
*/
  .service-media-menu .service-list {
    padding-bottom: 0;
  }

  /*
  #service-ttl {
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0 17px 37px;
    background: url(../img/ico_service.png) no-repeat;
    background-size: 27px 29px;
    background-position: 0 50%;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin-bottom: 0;
  }

  #service-ttl:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: 11px;
    top: 50%;
    margin-top: -1px;
    border-radius: 1px;
    border-top: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #service-ttl.is-open {
    color: #f16552;
    border-bottom: none;
  }

  #service-ttl.is-open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #f16552;
  }*/
  /*
  #service-detail {
    display: none;
    border-bottom: 1px solid #d8d8d8;
  }

  #service-detail ul {
    width: 90%;
    margin-left: auto;
  }

  #service-detail li {
    border-top: 1px solid #d8d8d8;
  }

  #service-detail li:first-child {
    border-top: none;
  }

  #service-detail.is-open li {
    border-top: 1px solid #d8d8d8;
  }

  #service-detail li a {
    display: block;
    padding: 15px 0 14px 35px;
  }

  #service-detail li:first-child a {
    background: url(../img/ico_glasses.png) no-repeat 4px 50%;
    background-size: 18px;
  }

  #service-detail li:nth-child(2) a {
    background: url(../img/ico_book.png) no-repeat 4px 50%;
    background-size: 21px;
  }

  #service-detail li:nth-child(3) a {
    background: url(../img/ico_qa.png) no-repeat 4px 50%;
    background-size: 20px;
  }

  #service-detail li:last-child a {
    background: url(../img/ico_regist.png) no-repeat 4px 50%;
    background-size: 19px;
  }

  .service-list {
    padding-bottom: 50px;
  }
  /*

  /*
  #media-ttl {
    font-size: 16px;
    font-weight: bold;
    padding: 18px 0 17px 42px;
    background: url(../img/ico_media.png) no-repeat;
    background-size: 32px 20px;
    background-position: 0 50%;
    border-bottom: 1px solid #d8d8d8;
    position: relative;
    margin-bottom: 0;
  }

  #media-ttl:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: 11px;
    top: 50%;
    margin-top: -1px;
    border-radius: 1px;
    border-top: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #media-ttl:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    right: 11px;
    top: 50%;
    margin-top: -1px;
    border-radius: 1px;
    border-top: 2px solid #b6b6b6;
    border-right: 2px solid #b6b6b6;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }

  #media-ttl.is-open {
    color: #f16552;
  }

  #media-ttl.is-open:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #f16552;
  }
*/
  #media-detail {
    display: none;
    border-bottom: 1px solid #d8d8d8;
  }

  /* #media-detail ul {
    width: 90%;
    margin-left: auto;
  } */

  /* #media-detail li {
    border-top: 1px solid #d8d8d8;
  } */

  #media-detail li:first-child {
    border-top: none;
  }

  #media-detail.is-open li {
    border-top: 1px solid #d8d8d8;
  }

  #media-detail li a {
    display: block;
    padding: 15px 0 14px 0;
  }

  /*
  header #service-detail li {
    display: inherit;
    line-height: normal;
    padding: 0;
    font-size: 14px;
  }

  header #media-detail li {
    display: inherit;
    line-height: normal;
    padding: 0;
    font-size: 14px;
  }
  */
}