@charset "UTF-8";
/* Common CSS */
/* _setting CSS */
html {
  background: none;
}

body {
  background: none;
  color: #333333;
  /* Windowsは Medium。Macは游ゴシックが無いのでヒラギノのまま */
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  line-height: 1;
}

/* ___________________Font */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  color: #333333;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
  line-height: 1;
}

/* 太字は Medium 名前指定だと Windows で太くならない。家族名は Yu Gothic ＋ weight
   ヘッダーのキャッチ h1 は見出しではないので入れない */
h2, h3, h4, h5, h6,
.bold, strong, b, th,
#header .flexbox .col3 nav ul.list li.item a.link,
#header .fortunetellers ul li a,
#header .divination .divination_list > li > span,
#header .divination .divination_list > li > a,
#header #slide_menu nav .list .profile_item .divination_list > ul > li > span,
#header #slide_menu nav .list .profile_item .divination_list > ul > li > a {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
}

/* ___________________Link */
a {
  color: #333;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.8;
}

img {
  vertical-align: middle;
}

#main {
  display: block;
  min-height: 800px;
}

/* Desktops and laptops */
@media print, screen and (min-width: 701px) {
  .sp, .br_sp {
    display: none;
  }

  html, body {
    min-width: 1040px;
  }

  #header {
    position: relative;
  }
  #header .inner {
    margin: 0 auto;
    width: 1000px;
  }
  #header .flexbox {
    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;
  }
  #header .flexbox .col2 {
    margin-left: 25px;
  }
  #header .flexbox .col2 h1, #header .flexbox .col2 p {
    color: #4B4747;
    font-size: 12px;
    line-height: 1.4;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
    font-weight: 400;
  }
  #header .flexbox .col3 {
    margin-left: auto;
    padding: 15px 0 20px;
  }
  #header .flexbox .col3 .subnav {
    padding-right: 15px;
  }
  #header .flexbox .col3 .subnav:after {
    content: '';
    clear: both;
    display: block;
  }
  #header .flexbox .col3 .subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: right;
  }
  #header .flexbox .col3 .subnav ul li:nth-of-type(n + 2) {
    margin-left: 35px;
  }
  #header .flexbox .col3 .subnav ul li a {
    display: block;
    font-size: 13px;
    text-decoration: underline;
    padding: 5px 0;
  }
  #header .flexbox .col3 .subnav ul li a:hover {
    text-decoration: none;
  }
  #header .flexbox .col3 .subnav ul .twitter a {
    background: url(../images/common/icon_twitter.png) center left no-repeat;
    padding-left: 27px;
  }
  #header .flexbox .col3 .subnav ul .access a {
    background: url(../images/common/icon_access.png) center left no-repeat;
    padding-left: 20px;
  }
  #header .flexbox .col3 .subnav ul .contact a {
    background: url(../images/common/icon_contact.png) center left no-repeat;
    padding-left: 25px;
  }
  #header .flexbox .col3 nav {
    margin-top: 20px;
  }
  #header .flexbox .col3 nav ul.list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header .flexbox .col3 nav ul.list li.item {
    border-right: 1px solid #ccc;
  }
  #header .flexbox .col3 nav ul.list li.item:first-of-type {
    border-left: 1px solid #ccc;
  }
  #header .flexbox .col3 nav ul.list li.item a.link {
    display: block;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 12px;
  }
  #header .flexbox .col3 nav ul.list li.item a.link:hover {
    color: #C94D79;
    text-decoration: none;
  }
  #header .flexbox .col3 nav ul.list li.item.on a.link {
    color: #C94D79;
  }
  #header .fortunetellers {
    background-color: #E6F6FD;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    height: auto;
    min-height: 60px;
    width: 100%;
    z-index: 100;
  }
  #header .fortunetellers ul {
    width: 1000px;
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
  #header .fortunetellers ul:before {
    background: url(../images/common/fortunetellers_icon.png) center bottom no-repeat;
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 636px;
    height: 20px;
    width: 122px;
  }
  #header .fortunetellers ul li {
    display: block;
    background: url(../images/common/fortunetellers_dot.png) right center no-repeat;
  }
  #header .fortunetellers ul li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    padding: 0 12px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  #header .fortunetellers ul li a:hover {
    background-color: #94D3F2;
    color: #fff;
  }
  #header .fortunetellers ul li.on a {
    background-color: #94D3F2;
    color: #fff;
  }
  #header .fortunetellers ul li:last-child {
    background-image: none;
  }
	#header .divination {
    background-color: #ffedf3;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
/*    height: 60px;*/
    width: 100%;
    z-index: 100;
  }
  #header .divination .divination_list {
    width: 1000px;
    margin: 0 auto;
    display: table;
    position: relative;
  }
  #header .divination .divination_list:before {
    background: url(../images/common/divination_icon.png) center bottom no-repeat;
    content: '';
    display: block;
    position: absolute;
    bottom: 100%;
    left: 702px;
    height: 20px;
    width: 122px;
  }
  #header .divination .divination_list > li {
    display: table-cell;
		border-right: 1px dotted #f1dee5;
  }
  #header .divination .divination_list > li > span {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 40px 0 10px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
  #header .divination .divination_list > li > a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 10px 40px 0 10px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
  }
	#header .divination .divination_list .sub_list li:last-child {
    padding-bottom: 20px;
  }
	#header .divination .divination_list .sub_list li a {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    text-decoration: none;
  }
  #header .divination .divination_list > li a:hover {
    opacity: .7;
  }
  #header .fortunetellers ul li.on a {
    background-color: #94D3F2;
    color: #fff;
  }
  #header .fortunetellers ul li:last-child {
    background-image: none;
  }

  #pankuzu ul {
    width: 1000px;
    padding: 20px 0;
    margin: 0 auto;
  }
  #pankuzu ul li {
    display: inline-block;
    font-size: 13px;
  }
  #pankuzu ul li:after {
    content: '>';
    text-decoration: none;
    margin: 0 8px 0 12px;
  }
  #pankuzu ul li:last-child:after {
    content: none;
  }
  #pankuzu ul li a {
    text-decoration: underline;
  }

  #footer {
    background-color: #ECF5FA;
  }
  #footer .inner {
    margin: 0 auto;
    padding: 55px 0 30px;
    position: relative;
    width: 1000px;
  }
  #footer .inner .pagetop {
    display: block;
    position: absolute;
    top: -20px;
    right: 0;
  }
  #footer .row1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #footer .row1 .col1 .logo {
    text-align: center;
  }
  #footer .row1 .col1 .sns {
    margin-top: 50px;
  }
  #footer .row1 .col1 .sns 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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 20px;
  }
  #footer .row1 .col1 .sns ul li:nth-of-type(n + 2) {
    margin-left: 30px;
  }
  #footer .row1 .col2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 90px;
  }
  #footer .row1 .col2 .list .item:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  #footer .row1 .col2 .list .item a, #footer .row1 .col2 .list .item p {
    font-size: 14px;
  }
  #footer .row1 .col2 .list .item .bold {
    font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "メイリオ", Meiryo, sans-serif;
    font-weight: bold;
  }
  #footer .row1 .col2 .profile .flexbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
  }
  #footer .row1 .col2 .profile .flexbox ul:nth-of-type(n + 2) {
    margin-left: 30px;
  }
  #footer .row1 .col2 .profile .flexbox ul li:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  #footer .row1 .col2 .mailmag p:nth-of-type(n + 2) {
    margin-top: 15px;
  }
  #footer .row2 {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 130px;
  }
  #footer .row2 .privacy {
    font-size: 13px;
  }

  .pl02 {
    padding-left: 130px;
  }

  #footer .row2 .copyright {
    color: #666;
    font-size: 11px;
  }

  #single_contents_body {
    padding: 40px 0 40px 0;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
  }
  #single_contents_body h1 {
    margin-bottom: 50px;
    font-size: 30px;
    text-align: center;
    font-family: "EB Garamond", serif, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-weight: bold;
    line-height: 1.6;
  }
  #single_contents_body h2 {
    background: url(../images/common/pink_border.jpg) top left repeat-y;
    margin: 40px auto 40px auto;
    padding-left: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  #single_contents_body h3 {
    margin: 40px auto 20px auto;
    padding: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #F3F1F1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #single_contents_body h4 {
    margin: 40px auto 20px auto;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: solid 1px #ddd;
  }
  #single_contents_body h5 {
    margin: 40px auto 15px auto;
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
    color: #E0698B;
  }
  #single_contents_body h6 {
    margin: 40px auto 15px auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  #single_contents_body p {
    margin: 1em auto 1em auto;
    font-size: 16px;
    line-height: 1.8;
  }
  #single_contents_body ul, #single_contents_body ol {
    margin: 20px auto 20px auto;
  }
  #single_contents_body ul li, #single_contents_body ol li {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.8;
  }
  #single_contents_body ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #single_contents_body ul li:before {
    content: '●';
    color: #E697A9;
  }
  #single_contents_body ol {
    list-style: none;
    counter-reset: listyle;
  }
  #single_contents_body ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #single_contents_body ol li:before {
    counter-increment: listyle;
    content: counter(listyle) "）";
  }
  #single_contents_body a {
    text-decoration: underline;
    color: #C94C79;
  }
  #single_contents_body a:hover {
    text-decoration: none;
  }
  #single_contents_body b, #single_contents_body strong {
    font-weight: bold;
  }
  #single_contents_body blockquote {
    margin: 40px auto 40px auto;
    padding: 10px 30px 10px 80px;
    background: url(../images/contents/contents_blockquote.png) 30px 20px no-repeat #F3F1F1;
    color: #666666;
    font-style: italic;
  }
  #single_contents_body img {
    max-width: 100%;
    height: auto;
  }
  #single_contents_body img.alignnone {
    display: block;
    margin: 40px auto 40px auto;
  }
  #single_contents_body img.alignleft {
    float: left;
    display: block;
    vertical-align: top;
    margin: 0 30px 20px 0;
  }
  #single_contents_body img.alignRight {
    float: right;
    display: block;
    vertical-align: top;
    margin: 0 0 20px 30px;
  }
  #single_contents_body table {
    width: 100%;
    margin: 40px auto;
  }
  #single_contents_body table th {
    padding: 10px;
    background-color: #F3F1F1;
    border: solid 1px #ddd;
    font-weight: bold;
  }
  #single_contents_body table td {
    padding: 10px;
    border: solid 1px #ddd;
  }
  #single_contents_body video {
    display: block;
    margin: 40px auto;
  }

  #pagination {
    margin-top: 40px;
  }
  #pagination .wp-pagenavi {
    text-align: center;
  }
  #pagination .wp-pagenavi a, #pagination .wp-pagenavi span {
    font-size: 14px;
    text-align: center;
    display: inline-block;
    padding: 13px 0;
  }
  #pagination .wp-pagenavi a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #pagination .wp-pagenavi .current {
    background: url(../images/blog/current.jpg) center/cover;
    color: #fff;
    margin: 0 5px;
    width: 40px;
  }
  #pagination .wp-pagenavi .page {
    border: 1px solid #ccc;
    margin: 0 5px;
    width: 40px;
  }
  #pagination .wp-pagenavi .previouspostslink {
    border: 1px solid #ccc;
    float: left;
    width: 140px;
  }
  #pagination .wp-pagenavi .previouspostslink:after {
    background: url(../images/blog/arrow.png) center no-repeat;
    content: '';
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 12px;
    width: 8px;
  }
  #pagination .wp-pagenavi .nextpostslink {
    border: 1px solid #ccc;
    float: right;
    width: 140px;
  }
  #pagination .wp-pagenavi .nextpostslink:before {
    background: url(../images/blog/arrow.png) center no-repeat;
    content: '';
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 12px;
    width: 8px;
  }
}
/*@media screen and (min-width: 414px) { .br2_sp  {display: none; }}*/
/* Smartphones (portrait and landscape) */
@media screen and (max-width: 700px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .pl02 {
    padding-left: 0px;
  }

  .pc {
    display: none;
  }

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

  #content {
    position: relative;
    overflow: hidden;
  }

  #overlay {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 50;
  }

  #header .inner {
    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;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    height: 60px;
    width: 94%;
  }
  #header .inner .logo {
    width: 87px;
  }
  #header .inner h1, #header .inner p {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    line-height: 1.5;
    margin-left: 5px;
    max-width: 200px;
    font-family: "Yu Gothic Medium", "游ゴシック Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Helvetica, Arial, Verdana;
    font-weight: 400;
  }
  #header .inner button {
    background: none;
    border: none;
    margin: 0;
    margin-left: 5px;
    padding: 0;
    width: 35px;
  }
  #header .fortunetellers {
    display: none;
  }
  #header #slide_menu {
    background-color: #94D3F2;
    position: absolute;
    top: 0;
    right: -84%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    height: 100%;
    width: 84%;
    z-index: 100;
  }
  #header #slide_menu.active {
    right: 0;
  }
  #header #slide_menu header {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 20px;
  }
  #header #slide_menu header h2 {
    width: 43px;
  }
  #header #slide_menu header button {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    margin-left: auto;
    width: 14px;
  }
  #header #slide_menu nav {
    margin-top: 10px;
  }
  #header #slide_menu nav .list .item {
    border-bottom: 1px solid #C7E6F6;
  }
  #header #slide_menu nav .list .item .link {
    display: block;
    color: #000;
    font-size: 13px;
    text-align: center;
    padding: 15px 0;
  }
  #header #slide_menu nav .list .item .link:hover {
    text-decoration: none;
  }
  #header #slide_menu nav .list .profile_item p {
    position: relative;
  }
  #header #slide_menu nav .list .profile_item .profile_btn {
    background: url(../images/sp/common/menu_plus.png) center/18px no-repeat;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
  }
  #header #slide_menu nav .list .profile_item.open .profile_btn {
    background: url(../images/sp/common/menu_minus.png) center/18px no-repeat;
  }
  #header #slide_menu nav .list .profile_item .profile_list {
    background-color: #EAF6FC;
    display: none;
    padding: 25px 0;
  }
  #header #slide_menu nav .list .profile_item .profile_list ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  #header #slide_menu nav .list .profile_item .profile_list ul li {
    width: 42%;
  }
  #header #slide_menu nav .list .profile_item .profile_list ul li:nth-of-type(2n + 1) {
    width: 30%;
  }
  #header #slide_menu nav .list .profile_item .profile_list ul li:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  #header #slide_menu nav .list .profile_item .profile_list ul li a {
    background: url(../images/sp/common/menu_arrow.png) left 3px/5px no-repeat;
    font-size: 11px;
    text-decoration: underline;
    line-height: 1.3;
    padding-left: 12px;
  }
	#header #slide_menu nav .list .profile_item .divination_list > ul{
    padding: 0 6vw;
  }
	#header #slide_menu nav .list .profile_item .divination_list > ul > li {
    width: 100%!important;
		margin-top: 0!important;
		margin-bottom: 25px!important;
  }
  #header #slide_menu nav .list .profile_item .divination_list > ul > li > span{
		background: none;
    font-size: 14px;
		font-weight: bold;
  }
	#header #slide_menu nav .list .profile_item .divination_list > ul > li > a{
		background: none;
    font-size: 14px;
		font-weight: bold;
  }
	#header #slide_menu nav .list .profile_item .divination_list .sub_list{
		justify-content: space-between;
		margin: 5px 10px 0;
  }
	#header #slide_menu nav .list .profile_item .divination_list .sub_list li{
    width: 50%!important;
		margin-top: 5px!important;
  }
  #header #slide_menu .subnav {
    margin-top: 15px;
  }
  #header #slide_menu .subnav ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
  #header #slide_menu .subnav ul li {
    width: 42%;
  }
  #header #slide_menu .subnav ul li:nth-of-type(n + 3) {
    margin-top: 10px;
  }
  #header #slide_menu .subnav ul li a {
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    font-size: 11px;
    text-align: center;
    display: block;
    padding: 12px 0;
  }
  #header #slide_menu .sns {
    margin-top: 25px;
  }
  #header #slide_menu .sns h2 {
    margin: 0 auto;
    width: 150px;
  }
  #header #slide_menu .sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
  #header #slide_menu .sns ul li:nth-of-type(n + 2) {
    margin-left: 27px;
  }
  #header #slide_menu .sns ul .fb {
    width: 12px;
  }
  #header #slide_menu .sns ul .tw {
    width: 25px;
  }
  #header #slide_menu .sns ul a {
    display: block;
  }
  #header #slide_menu .copyright {
    color: #fff;
    font-size: 10px;
    line-height: 1.4;
    text-align: center;
    margin-top: 25px;
    padding: 0 15px;
  }

  #pankuzu {
    display: none;
  }

  #footer {
    background-color: #ECF5FA;
    padding: 30px 0 10px;
    position: relative;
  }
  #footer .pagetop {
    position: absolute;
    top: -15px;
    right: 15px;
    width: 30px;
  }
  #footer .logo {
    text-align: center;
  }
  #footer .logo img {
    width: 90px;
  }
  #footer .sns {
    margin-top: 20px;
  }
  #footer .sns h2 {
    text-align: center;
  }
  #footer .sns h2 img {
    width: 120px;
  }
  #footer .sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }
  #footer .sns ul:nth-of-type(n + 2) {
    margin-left: 22px;
  }
  #footer .sns ul .fb {
    width: 12px;
  }
  #footer .sns ul .tw {
    width: 25px;
  }
  #footer .sns ul a {
    display: block;
  }
  #footer .privacy {
    line-height: 4em;
    font-size: 10px;
    text-align: center;
    margin-top: 45px;
  }
  #footer .privacy a {
    text-decoration: underline;
  }
  #footer .copyright {
    color: #666;
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
  }

  #single_contents_body {
    width: 100%;
    padding: 20px 4.6875% 40px 4.6875%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.8;
  }
  #single_contents_body h1 {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    font-family: "EB Garamond", serif, "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
    font-weight: bold;
    line-height: 1.6;
  }
  #single_contents_body h2 {
    background: url(../images/sp/common/pink_border.jpg) top left/3px repeat-y;
    margin: 20px auto 20px auto;
    padding-left: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
  }
  #single_contents_body h3 {
    margin: 20px auto 15px auto;
    padding: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    background-color: #F3F1F1;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  #single_contents_body h4 {
    margin: 20px auto 15px auto;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    border-bottom: solid 1px #ddd;
  }
  #single_contents_body h5 {
    margin: 20px auto 10px auto;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.4;
    color: #E0698B;
  }
  #single_contents_body h6 {
    margin: 20px auto 10px auto;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4;
  }
  #single_contents_body p {
    margin: 1em auto 1em auto;
    font-size: 12px;
    line-height: 1.8;
  }
  #single_contents_body ul, #single_contents_body ol {
    margin: 20px auto 20px auto;
  }
  #single_contents_body ul li, #single_contents_body ol li {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1.8;
  }
  #single_contents_body ul li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #single_contents_body ul li:before {
    content: '●';
    color: #E697A9;
  }
  #single_contents_body ol {
    list-style: none;
    counter-reset: listyle;
  }
  #single_contents_body ol li {
    padding-left: 1.5em;
    text-indent: -1.5em;
  }
  #single_contents_body ol li:before {
    counter-increment: listyle;
    content: counter(listyle) "）";
  }
  #single_contents_body a {
    text-decoration: underline;
    color: #C94C79;
  }
  #single_contents_body a:hover {
    text-decoration: none;
  }
  #single_contents_body b, #single_contents_body strong {
    font-weight: bold;
  }
  #single_contents_body blockquote {
    margin: 20px auto 20px auto;
    padding: 10px 30px 10px 45px;
    background: url(../images/contents/contents_blockquote.png) 20px 20px no-repeat #F3F1F1;
    -webkit-background-size: 14px auto;
    background-size: 14px auto;
    color: #666666;
    font-style: italic;
  }
  #single_contents_body img {
    max-width: 100%;
    height: auto;
  }
  #single_contents_body img.alignnone {
    display: block;
    margin: 10px auto 10px auto;
  }
  #single_contents_body img.alignleft {
    width: 50%;
    float: left;
    display: block;
    vertical-align: top;
    margin: 0 10px 10px 0;
  }
  #single_contents_body img.alignRight {
    width: 50%;
    float: right;
    display: block;
    vertical-align: top;
    margin: 0 0 10px 10px;
  }
  #single_contents_body table {
    width: 100%;
    margin: 20px auto;
  }
  #single_contents_body table th {
    padding: 10px;
    background-color: #F3F1F1;
    border: solid 1px #ddd;
    font-weight: bold;
  }
  #single_contents_body table td {
    padding: 10px;
    border: solid 1px #ddd;
  }
  #single_contents_body video {
    display: block;
    margin: 40px auto;
  }

  #pagination {
    margin-top: 20px;
  }
  #pagination .wp-pagenavi {
    position: relative;
    height: 70px;
    text-align: center;
  }
  #pagination .wp-pagenavi a, #pagination .wp-pagenavi span {
    font-size: 10px;
    text-align: center;
    display: inline-block;
    padding: 10px 0;
  }
  #pagination .wp-pagenavi a:hover {
    opacity: .8;
    text-decoration: none;
  }
  #pagination .wp-pagenavi .current {
    background: url(../images/blog/current.jpg) center/cover;
    color: #fff;
    margin: 0 5px;
    width: 30px;
  }
  #pagination .wp-pagenavi .page {
    border: 1px solid #ccc;
    margin: 0 5px;
    width: 30px;
  }
  #pagination .wp-pagenavi .previouspostslink {
    border: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90px;
  }
  #pagination .wp-pagenavi .previouspostslink:after {
    background: url(../images/blog/arrow.png) center no-repeat;
    content: '';
    display: inline-block;
    margin-left: 5px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 8px;
    width: 8px;
  }
  #pagination .wp-pagenavi .nextpostslink {
    border: 1px solid #ccc;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 90px;
  }
  #pagination .wp-pagenavi .nextpostslink:before {
    background: url(../images/blog/arrow.png) center no-repeat;
    content: '';
    display: inline-block;
    margin-right: 5px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    height: 8px;
    width: 8px;
  }
}
.tableO {
  width: 100%;
}
.tableO th {
  vertical-align: middle;
  text-align: left !important;
  white-space: normal !important;
  word-break: break-all !important;
  max-width: 184px;
}
.tableO td {
  vertical-align: middle;
  text-align: center;
}
