@charset "UTF-8";
/* スライダボタンの背景色 */
/* clearfix */
.clearfix {
  zoom: 1; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

/* グラデーション */
.body {
  background: transparent; }

/* */
/* アイコン表示 */
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes zoomUpAnime {
  0% {
    transform: scale(100%); }
  100% {
    transform: scale(110%); } }

@keyframes zoomDwonAnime {
  0% {
    transform: scale(110%); }
  100% {
    transform: scale(100%); } }

@keyframes pushBtn {
  0% {
    transform: translateY(0px);
    border-bottom-width: 3px; }
  100% {
    transform: translateY(3px);
    border-bottom-width: 0; } }

/* =Images
------------------------------------------------------------ */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
.column_content img.size-auto,
.column_content img.size-full,
.column_content img.size-large,
.column_content img.size-medium,
.column_content .attachment img {
  max-width: 100%;
  /* When images are too wide for containing element, force them to fit. */
  height: auto;
  /* Override height to match resized width for correct aspect ratio. */ }

.column_content .alignleft,
.column_content img.alignleft {
  display: inline;
  float: left;
  margin-right: 10px;
  margin-top: 4px; }

.column_content .alignright,
.column_content img.alignright {
  display: inline;
  float: right;
  margin-left: 10px;
  margin-top: 4px; }

.column_content .aligncenter,
.column_content img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (min-width: 600px) {
    .column_content .aligncenter.w70,
    .column_content img.aligncenter.w70 {
      width: 70%; } }

.column_content img.alignleft,
.column_content img.alignright,
.column_content img.aligncenter {
  margin-bottom: 12px; }

.column_content hr {
  clear: both;
  height: 0;
  visibility: hidden;
  border: 0; }

/* colum */
.column_main_img img {
  width: 100%;
  height: auto; }

.column_note_ceco {
  width: calc(100% - 50px);
  height: 48px;
  background: url(../img/column/note_ceco.png) no-repeat bottom center;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: 0;
  margin: 0 25px; }

@media screen and (max-width: 781px) {
  .column_note_ceco {
    top: -30px; } }

@media screen and (max-width: 481px) {
  .column_content img {
    width: 100%;
    display: block;
    float: none;
    height: auto; } }

.column_main_box {
  background: #f9f9f9;
  box-shadow: 6px 6px 6px #ddd;
  padding: 80px 90px 120px 90px;
  margin-bottom: 85px;
  margin-top: 65px;
  position: relative; }
  @media screen and (min-width: 960px) {
    .column_main_box {
      padding-top: 80px; } }
  @media screen and (max-width: 959px) {
    .column_main_box {
      padding-top: 60px; } }
  @media screen and (max-width: 599px) {
    .column_main_box {
      padding-top: 40px; } }
  @media screen and (min-width: 960px) {
    .column_main_box {
      padding-left: 90px; } }
  @media screen and (max-width: 959px) {
    .column_main_box {
      padding-left: 55px; } }
  @media screen and (max-width: 599px) {
    .column_main_box {
      padding-left: 20px; } }
  @media screen and (min-width: 960px) {
    .column_main_box {
      padding-bottom: 12px; } }
  @media screen and (max-width: 959px) {
    .column_main_box {
      padding-bottom: -18px; } }
  @media screen and (max-width: 599px) {
    .column_main_box {
      padding-bottom: -48px; } }
  @media screen and (min-width: 960px) {
    .column_main_box {
      padding-right: 90px; } }
  @media screen and (max-width: 959px) {
    .column_main_box {
      padding-right: 55px; } }
  @media screen and (max-width: 599px) {
    .column_main_box {
      padding-right: 20px; } }
  @media screen and (min-width: 960px) {
    .column_main_box {
      margin-bottom: 85px; } }
  @media screen and (max-width: 959px) {
    .column_main_box {
      margin-bottom: 58px; } }
  @media screen and (max-width: 599px) {
    .column_main_box {
      margin-bottom: 31px; } }
  @media screen and (min-width: 960px) {
    .column_main_box {
      margin-top: 65px; } }
  @media screen and (max-width: 959px) {
    .column_main_box {
      margin-top: 43px; } }
  @media screen and (max-width: 599px) {
    .column_main_box {
      margin-top: 21px; } }

@media screen and (max-width: 481px) {
  .column_note_ceco {
    top: -35px; } }

.column_post_time {
  padding-bottom: 45px;
  font-size: 12px;
  display: block;
  text-align: right; }

@media screen and (max-width: 481px) {
  .column_post_time {
    padding-bottom: 20px;
    font-size: 10px; } }

.column_sub_title {
  font-size: 25px;
  margin-bottom: 2.5em; }

@media screen and (max-width: 481px) {
  .column_sub_title {
    font-size: 16px;
    margin-bottom: 1.5em; } }

.column_sub_title span {
  background: linear-gradient(to bottom, transparent 61%, #fffdbb 61%, #fffdbb); }

.column_content p {
  line-height: 1.8;
  padding-bottom: 4.2em; }
  @media screen and (min-width: 960px) {
    .column_content p {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .column_content p {
      font-size: 14px; } }
  @media screen and (max-width: 599px) {
    .column_content p {
      font-size: 12px; } }

@media screen and (max-width: 481px) {
  .column_content p {
    padding-bottom: 2.2em; } }

.column_content li p {
  padding-top: 0.5em;
  padding-bottom: 2em; }

.column_content .text_red {
  color: #ff0000; }

.column_content ul,
.column_content ol {
  padding-bottom: 3.5em; }

@media screen and (max-width: 481px) {
  .column_content ul,
  .column_content ol {
    padding-bottom: 2.2em; } }

.column_content li {
  line-height: 1.8;
  margin-left: 2em; }
  @media screen and (min-width: 960px) {
    .column_content li {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .column_content li {
      font-size: 14px; } }
  @media screen and (max-width: 599px) {
    .column_content li {
      font-size: 12px; } }

.column_content ul li {
  list-style: disc; }

.column_content ol li {
  list-style: decimal;
  padding-bottom: 1em; }

@media screen and (max-width: 481px) {
  .column_content li {
    line-height: 1.8;
    padding-bottom: 0.3em;
    margin-left: 1em; } }

.normal .column_content h3 {
  color: #36a379;
  border-bottom: 1px dashed #323232;
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 1.5em;
  clear: both;
  font-weight: bold; }
  @media screen and (min-width: 960px) {
    .normal .column_content h3 {
      font-size: 20px; } }
  @media screen and (max-width: 959px) {
    .normal .column_content h3 {
      font-size: 18px; } }
  @media screen and (max-width: 599px) {
    .normal .column_content h3 {
      font-size: 16px; } }

@media screen and (max-width: 481px) {
  .normal .column_content h3 {
    padding: 6px 0;
    margin-bottom: 1em; } }

.normal .column_content h4 {
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 960px) {
    .normal .column_content h4 {
      font-size: 18px; } }
  @media screen and (max-width: 959px) {
    .normal .column_content h4 {
      font-size: 16px; } }
  @media screen and (max-width: 599px) {
    .normal .column_content h4 {
      font-size: 14px; } }

.normal .column_content h4::before {
  content: "";
  display: inline-block;
  height: 0.7em;
  width: 0.2em;
  margin-bottom: 1px;
  margin-right: 0.3em;
  background: red; }

@media screen and (max-width: 481px) {
  .normal .column_content h4 {
    padding: 3px 0; } }

.normal .column_content h5 {
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 0.2em; }
  @media screen and (min-width: 960px) {
    .normal .column_content h5 {
      font-size: 18px; } }
  @media screen and (max-width: 959px) {
    .normal .column_content h5 {
      font-size: 16px; } }
  @media screen and (max-width: 599px) {
    .normal .column_content h5 {
      font-size: 14px; } }

.normal .column_content h5::before {
  content: "";
  display: inline-block;
  height: 0.4em;
  width: 0.3em;
  margin-bottom: 3px;
  margin-right: 0.3em;
  margin-left: 0.5em;
  background: #36a379; }

@media screen and (max-width: 481px) {
  .normal .column_content h5 {
    padding: 3px 0; } }

.normal .column_content h6 {
  position: relative;
  padding-left: 1.8em;
  font-weight: bold;
  margin-bottom: 0.4em; }
  @media screen and (min-width: 960px) {
    .normal .column_content h6 {
      font-size: 17px; } }
  @media screen and (max-width: 959px) {
    .normal .column_content h6 {
      font-size: 15px; } }
  @media screen and (max-width: 599px) {
    .normal .column_content h6 {
      font-size: 13px; } }
  .normal .column_content h6:before {
    content: "";
    width: 1em;
    height: 2px;
    background: #5ac8a0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.type_h2 .column_content .div_note ol li, .type_h2 .column_content .div_note ul li {
  padding-bottom: 0.5em; }

.type_h2 .column_content .column_sub_title {
  font-size: 25px;
  margin-bottom: 1em;
  padding-bottom: 2em; }
  @media screen and (max-width: 599px) {
    .type_h2 .column_content .column_sub_title {
      font-size: 16px; } }

.type_h2 .column_content .link {
  transform: none;
  margin-bottom: 3em;
  line-height: 2; }

.type_h2 .column_content h2 {
  color: #36a379;
  border-bottom: 1px dashed #323232;
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 1.5em;
  clear: both;
  font-weight: bold; }
  @media screen and (min-width: 960px) {
    .type_h2 .column_content h2 {
      font-size: 20px; } }
  @media screen and (max-width: 959px) {
    .type_h2 .column_content h2 {
      font-size: 18px; } }
  @media screen and (max-width: 599px) {
    .type_h2 .column_content h2 {
      font-size: 16px; } }

@media screen and (max-width: 481px) {
  .type_h2 .column_content h2 {
    padding: 6px 0;
    margin-bottom: 1em; } }

.type_h2 .column_content h3 {
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 0.5em; }
  @media screen and (min-width: 960px) {
    .type_h2 .column_content h3 {
      font-size: 18px; } }
  @media screen and (max-width: 959px) {
    .type_h2 .column_content h3 {
      font-size: 16px; } }
  @media screen and (max-width: 599px) {
    .type_h2 .column_content h3 {
      font-size: 14px; } }

.type_h2 .column_content h3::before {
  content: "";
  display: inline-block;
  height: 0.7em;
  width: 0.2em;
  margin-bottom: 1px;
  margin-right: 0.3em;
  background: red; }

@media screen and (max-width: 481px) {
  .type_h2 .column_content h3 {
    padding: 3px 0; } }

.type_h2 .column_content .title_h4,
.type_h2 .column_content h4 {
  font-weight: bold;
  padding: 8px 0;
  line-height: 1;
  margin-bottom: 0.2em; }
  @media screen and (min-width: 960px) {
    .type_h2 .column_content .title_h4,
    .type_h2 .column_content h4 {
      font-size: 18px; } }
  @media screen and (max-width: 959px) {
    .type_h2 .column_content .title_h4,
    .type_h2 .column_content h4 {
      font-size: 16px; } }
  @media screen and (max-width: 599px) {
    .type_h2 .column_content .title_h4,
    .type_h2 .column_content h4 {
      font-size: 14px; } }

.type_h2 .column_content .title_h4::before,
.type_h2 .column_content h4::before {
  content: "";
  display: inline-block;
  height: 0.4em;
  width: 0.3em;
  margin-bottom: 3px;
  margin-right: 0.3em;
  margin-left: 0.5em;
  background: #36a379; }

@media screen and (max-width: 481px) {
  .type_h2 .column_content h4 {
    padding: 3px 0; } }

.type_h2 .column_content h5 {
  position: relative;
  padding-left: 1.8em;
  font-weight: bold;
  margin-bottom: 0.4em; }
  @media screen and (min-width: 960px) {
    .type_h2 .column_content h5 {
      font-size: 17px; } }
  @media screen and (max-width: 959px) {
    .type_h2 .column_content h5 {
      font-size: 15px; } }
  @media screen and (max-width: 599px) {
    .type_h2 .column_content h5 {
      font-size: 13px; } }
  .type_h2 .column_content h5:before {
    content: "";
    width: 1em;
    height: 2px;
    background: #5ac8a0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.column_trem_box {
  padding-top: 1em; }

.column_trem_box li:nth-of-type(1) {
  margin-bottom: 1em; }

.column_trem_box li {
  display: inline-block; }

.column_trem_box li span a {
  display: inline-block;
  line-height: 2;
  background: #ffffff;
  color: #333333;
  border: 1px solid #78b77e;
  padding: 0 1em;
  border-radius: 1em;
  margin-left: 1em; }

@media screen and (max-width: 481px) {
  .column_trem_box li {
    font-size: 12px;
    display: block; }
  .column_trem_box li span {
    font-size: 11px;
    margin-top: 0.5em;
    margin-left: 0em;
    margin-right: 1em; } }

#headDoc2 {
  padding-top: 10px; }

.headDoc-info {
  padding-top: 10px; }

.headDoc-info span {
  display: block; }

.columninst_btn {
  padding: 10px 0;
  margin-bottom: 80px; }

@media screen and (max-width: 481px) {
  .columninst_btn {
    padding: 10px 0;
    margin-bottom: 20px; } }

.column_page_title img {
  margin-bottom: -4px; }

.column_list_box {
  padding-top: 60px; }

.column_list {
  padding-bottom: 24px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #aaa; }

.column_list {
  display: flex;
  flex-wrap: wrap; }

.column_list_main_img {
  width: 34%; }

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

.column_list_inner {
  width: 66%;
  box-sizing: border-box;
  padding-left: 2%; }

.column_list_border {
  clear: both; }

.column_list_sub_title a {
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 4px; }

.columnist_name {
  font-size: 12px;
  padding-top: 3px; }

.column_excerpt {
  padding-top: 3px; }

.column_excerpt span a {
  color: #0099d9;
  text-decoration: underline;
  margin-left: 5px; }

.column_list_post_time {
  padding-bottom: 5px; }

.column_list_post_time span {
  color: #ce0000;
  margin-left: 5px; }

@media screen and (max-width: 481px) {
  .column_list_inner,
  .column_list_main_img {
    width: 100%; }
  .column_list_post_time {
    font-size: 12px; }
  .column_list_sub_title a {
    font-size: 16px;
    margin: 8px 0 8px 0; }
  .columnist_name {
    font-size: 10px; }
  .column_excerpt {
    font-size: 12px; } }

.sns_box {
  display: flex;
  justify-content: center;
  margin-bottom: 110px; }

@media screen and (max-width: 481px) {
  .sns_box {
    margin-bottom: 30px; } }

.sns_box li {
  margin: 0 20px; }

.sns_box li:nth-of-type(2) {
  padding-top: 1px; }

.column_list_inner .column_tags {
  padding-top: 3px; }

.column_list_inner .column_tags li {
  display: inline-block;
  box-sizing: border-box;
  font-size: 12px;
  margin-right: 5px; }

.column_list_inner .column_tags li a {
  color: #0099d9; }

.column_list_inner .column_tags li a:before {
  margin-right: 0px; }

.sub_title_column {
  margin-top: 40px;
  font-size: 16px;
  border-bottom: 1px dashed #aaa;
  padding: 5px; }

@media screen and (max-width: 481px) {
  .sub_title_column {
    margin-top: 20px;
    font-size: 12px; } }

.sub_title_column:before {
  content: "";
  height: 10px;
  width: 2px;
  border-right: 3px solid #5ac8a0;
  border-left: 3px solid #5ac8a0;
  display: inline-block; }

.sub_title_column + .column_list_box {
  padding-top: 10px; }

.column_tags_box {
  border: 1px solid #eee;
  padding: 10px; }

.column_tags_box h3 {
  background-image: url("../img/bg_dot3.png");
  font-weight: bold;
  margin: 10px 0px;
  padding: 10px 10px 6px 10px;
  line-height: 1; }

.column_tags_box ul {
  padding: 10px; }

@media screen and (max-width: 481px) {
  .column_tags_box ul {
    padding: 5px; } }

.column_tags_box ul li {
  display: inline-block;
  padding: 0 10px 10px 0; }

@media screen and (max-width: 481px) {
  .column_tags_box ul li {
    padding: 0 5px 5px 0;
    font-size: 12px; } }

.column_tags_box ul li a {
  display: inline-block;
  line-height: 2;
  background: #ffffff;
  color: #333333;
  border: 1px solid #78b77e;
  padding: 0 0.8em;
  border-radius: 1em;
  font-size: 11px; }

.column_tags_box ul li.active {
  font-weight: bold; }

/* ページャー */
.pagenation {
  margin-bottom: 50px; }

.pagenation ul {
  text-align: center; }

.pagenation ul li {
  display: inline-block;
  margin: 0 5px; }

.pagenation ul li span,
.pagenation ul li.link a {
  font-size: 14px;
  height: 24px;
  padding-top: 2px;
  width: 24px;
  border-radius: 12px;
  box-sizing: border-box;
  display: block; }

.pagenation ul li span.current {
  background: #feeff4; }

.pagenation ul li.link a {
  background: #faf5e6; }

.column_list_box + .column_tags_box {
  margin-top: 90px; }

@media screen and (max-width: 481px) {
  .column_list_box + .column_tags_box {
    margin-top: 40px; } }

.btn_box_column {
  text-align: center;
  padding-top: 30px; }

/*
div.menu9{
	position:relative;
}
div.menu9:before{
	content:"";
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#ffffff;
	line-height:12px;
	background:#ee618c;
	height:12px;
	width:12px;
	display:block;
	position:absolute;
	top:5px;
	right:14px;
	border-radius:6px;
}
@media screen and (min-width:480px){
	div.menu9:before{
	right:8px;
	}
}
@media screen and (max-width:479px){
	div.menu9:before{
		top:2px;
		right:3px;
		height:10px;
		width:10px;
	}
}
*/
.column_tags_box .name_list li a {
  border: 1px solid #4d7cd1; }

@media screen and (max-width: 481px) {
  br.none-sp {
    display: none; } }

.column_content a {
  text-decoration: underline; }

.new_column_list {
  text-align: left;
  width: 92%;
  margin: 0 0 1em 6.5%;
  box-sizing: berder-box;
  border: 1px solid #dddddd;
  border-radius: 5px; }

.new_column_list h3 {
  margin-bottom: 0.5em;
  font-weight: bold;
  padding: 1em 0 0.5em 1em;
  border-bottom: 1px solid #dddddd;
  background-image: linear-gradient(#e5f3f6, #fff); }

.new_column_list ul {
  padding: 0.5em 1em 1em 2em;
  padding-bottom: 1em; }

.new_column_list ul li {
  list-style: disc; }

.new_column_list ul li a {
  vertical-align: top; }

@media screen and (max-width: 786px) {
  .new_column_list {
    width: 100%;
    margin: 1em auto 1.5em; } }

.column_content .div_note {
  padding: 1em;
  background: #ffffff;
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 2em;
  border: 1px solid #ccc; }

@media screen and (max-width: 481px) {
  .column_content .div_note {
    font-size: 12px; } }

.column_table table {
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  box-sizing: border-box;
  width: 100%; }
  .column_table table th, .column_table table td {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 1em; }
  .column_table table th {
    background: #fde2d8; }
  .column_table table thead td {
    background: #fde8c9; }
  .column_table table tbody td {
    background: #ffffff; }
  @media screen and (min-width: 600px) {
    .column_table table .w40 {
      width: 40%; } }
  @media screen and (min-width: 600px) {
    .column_table table .w35 {
      width: 35%; } }
  @media screen and (min-width: 600px) {
    .column_table table .w20 {
      width: 20%; } }
  @media screen and (min-width: 600px) {
    .column_table table .w25 {
      width: 25%; } }
  @media screen and (min-width: 600px) {
    .column_table table .w50 {
      width: 50%; } }

@media screen and (max-width: 481px) {
  .column_table table td, .column_table table th {
    font-size: 11px;
    padding: 0.5em; } }

.single-column .voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 3.5em;
  border: none;
  background: transparent; }
  @media screen and (max-width: 599px) {
    .single-column .voice {
      display: block;
      font-size: 14px;
      margin-bottom: 2em; } }
  .single-column .voice dt {
    width: 8em;
    background: #ccc;
    text-align: center;
    padding: 0.8em 0;
    border-radius: 0.4em;
    height: 1.5em;
    font-weight: bold; }
    @media screen and (max-width: 599px) {
      .single-column .voice dt {
        margin-bottom: 1em;
        padding: 0.4em 0; } }
  .single-column .voice dd {
    width: calc(100% - 8.5em);
    padding: 0.8em 2em;
    box-sizing: border-box;
    background: #ffffff;
    border-radius: 1em;
    position: relative;
    line-height: 1.8;
    font-size: 1.2em; }
    @media screen and (max-width: 599px) {
      .single-column .voice dd {
        width: 100%;
        font-size: 12px;
        padding: 0.8em 1em; } }
  .single-column .voice.type_1 dt {
    color: #ffffff;
    background: #fa648c; }
  .single-column .voice.type_1 dd {
    border: 1px solid #fbd4de; }
    .single-column .voice.type_1 dd:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      top: 10px;
      left: -25px;
      border: 15px solid #fbd4de;
      border-left: 10px solid  transparent;
      border-top: 10px solid  transparent;
      border-bottom: 10px solid  transparent; }
      @media screen and (max-width: 599px) {
        .single-column .voice.type_1 dd:before {
          display: none; } }
  .single-column .voice.type_2 dt {
    order: 2;
    color: #ffffff;
    background: #00b4ff; }
    @media screen and (max-width: 599px) {
      .single-column .voice.type_2 dt {
        margin-left: auto; } }
  .single-column .voice.type_2 dd {
    border: 1px solid #9ee2ff; }
    .single-column .voice.type_2 dd:before {
      content: "";
      position: absolute;
      width: 0;
      height: 0;
      top: 10px;
      right: -25px;
      border: 15px solid #9ee2ff;
      border-right: 10px solid  transparent;
      border-top: 10px solid  transparent;
      border-bottom: 10px solid  transparent; }
      @media screen and (max-width: 599px) {
        .single-column .voice.type_2 dd:before {
          display: none; } }

.single-column .interviewer {
  padding: 2em 3em;
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 3.5em; }
  @media screen and (max-width: 599px) {
    .single-column .interviewer {
      padding: 1em;
      margin-bottom: 2em; } }
  .single-column .interviewer div.name {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    margin-bottom: 0.75em;
    padding-left: 1.5em; }
    @media screen and (max-width: 599px) {
      .single-column .interviewer div.name {
        font-size: 16px; } }
    .single-column .interviewer div.name span {
      font-size: 0.8em; }
    .single-column .interviewer div.name:before {
      content: "";
      width: 0.5em;
      height: 0.8em;
      position: absolute;
      top: 50%;
      left: 0;
      background: #5ac8a0;
      transform: translateY(-50%); }
    .single-column .interviewer div.name + img {
      width: 160px;
      height: auto;
      margin-bottom: 0;
      float: left; }
      @media screen and (max-width: 599px) {
        .single-column .interviewer div.name + img {
          float: none;
          width: 70%;
          margin: 2em auto; } }
      .single-column .interviewer div.name + img + ul {
        margin-left: 160px;
        padding-top: 0.5em;
        padding-bottom: 0em; }
        @media screen and (max-width: 599px) {
          .single-column .interviewer div.name + img + ul {
            width: 90%;
            margin: 0 auto; } }
        .single-column .interviewer div.name + img + ul li {
          font-size: 1em; }
  .single-column .interviewer .profile {
    clear: both;
    margin-top: 1em;
    padding: 0.7em;
    font-size: 0.9em;
    background: #f5f5f5; }

.column_content div[class^='column_'] {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-bottom: 2em; }
  .column_content div[class^='column_'] ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0; }
    @media screen and (max-width: 599px) {
      .column_content div[class^='column_'] ul {
        display: block; } }
    .column_content div[class^='column_'] ul li {
      list-style: none;
      margin: 0;
      box-sizing: border-box;
      padding: 1em; }
      .column_content div[class^='column_'] ul li img {
        width: 95%;
        margin: 0 auto;
        box-sizing: border-box; }

.column_content div.column_type2 ul li {
  width: 50%; }
  @media screen and (max-width: 599px) {
    .column_content div.column_type2 ul li {
      width: 100%; } }

.column_content span.marker {
  background: linear-gradient(to bottom, transparent 61%, #ffd7d7 61%, #ffd7d7); }

.column_content dl {
  margin-top: -1em;
  margin-bottom: 2em;
  padding: 1em 1.5em;
  background: #ffffff;
  border: 1px solid #cccccc;
  font-size: 16px; }
  @media screen and (max-width: 599px) {
    .column_content dl {
      font-size: 12px; } }
  .column_content dl dt {
    font-size: 1em;
    font-weight: bold; }
  .column_content dl dd {
    padding: 0.5em 1em 1em;
    font-size: 1em; }

.column_content p + .div_note {
  margin-bottom: 4em; }

.column_content h6 + p {
  padding-bottom: 2em; }

.column_content .vl {
  display: block;
  text-align: center;
  line-height: 1.2; }
  .column_content .vl br {
    line-height: 1.2; }

.column_content .link {
  padding: 0.5em 1em;
  border: 1px dashed #5ac8a0;
  background: #ffffff;
  margin: 1em 0;
  transform: translateY(-50%); }
  @media screen and (min-width: 960px) {
    .column_content .link {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    .column_content .link {
      font-size: 14px; } }
  @media screen and (max-width: 599px) {
    .column_content .link {
      font-size: 12px; } }

.div_note img {
  width: 100%;
  height: auto; }
  @media screen and (min-width: 600px) {
    .div_note img.w70 {
      width: 70%;
      display: block;
      margin: 0 auto; } }
  @media screen and (min-width: 600px) {
    .div_note img.w50 {
      width: 50%;
      display: block;
      margin: 0 auto; } }
  @media screen and (min-width: 600px) {
    .div_note img.w40 {
      width: 40%;
      display: block;
      margin: 0 auto; } }

.div_note ol.flex_js,
.div_note ul.flex_js {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 0; }
  .div_note ol.flex_js li,
  .div_note ul.flex_js li {
    margin-left: 0; }

.div_note ul.no_mark li {
  list-style: none; }

.div_note ol.li_50 li,
.div_note ul.li_50 li {
  width: calc(50% - 1em); }
  @media screen and (max-width: 599px) {
    .div_note ol.li_50 li,
    .div_note ul.li_50 li {
      width: calc(100% - 1em); } }

.div_note .a-i-c {
  align-items: center; }

.div_note ol.li_33 li,
.div_note ul.li_33 li {
  width: calc(31%);
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 599px) {
    .div_note ol.li_33 li,
    .div_note ul.li_33 li {
      width: calc(100%); }
      .div_note ol.li_33 li + li,
      .div_note ul.li_33 li + li {
        margin-top: 1em; } }

.div_note ul, .div_note ol {
  padding-bottom: 0; }
  .div_note ul > li:last-child, .div_note ol > li:last-child {
    padding-bottom: 0; }
  .div_note ul.m0 li, .div_note ol.m0 li {
    margin: 0; }

.div_youtube {
  position: relative;
  margin-bottom: 2em; }
  @media screen and (min-width: 600px) {
    .div_youtube {
      width: 80%;
      margin-left: auto;
      margin-right: auto; } }
  .div_youtube:after {
    content: "";
    padding-top: 56.25%;
    display: block; }
  .div_youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.column_main_box .talk_p,
.column_main_box .talk_d {
  position: relative;
  background: #ffffff;
  box-sizing: border-box; }
  @media screen and (min-width: 960px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-top: 65px; } }
  @media screen and (max-width: 959px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-top: 55px; } }
  @media screen and (max-width: 599px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-top: 45px; } }
  @media screen and (min-width: 960px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-left: 20px; } }
  @media screen and (max-width: 959px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-left: 15px; } }
  @media screen and (max-width: 599px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-left: 10px; } }
  @media screen and (min-width: 960px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-right: 20px; } }
  @media screen and (max-width: 959px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-right: 15px; } }
  @media screen and (max-width: 599px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-right: 10px; } }
  @media screen and (min-width: 960px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-bottom: 20px; } }
  @media screen and (max-width: 959px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-bottom: 15px; } }
  @media screen and (max-width: 599px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      padding-bottom: 10px; } }
  @media screen and (min-width: 960px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      margin-bottom: 70px; } }
  @media screen and (max-width: 959px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      margin-bottom: 65px; } }
  @media screen and (max-width: 599px) {
    .column_main_box .talk_p,
    .column_main_box .talk_d {
      margin-bottom: 60px; } }
  .column_main_box .talk_p:before,
  .column_main_box .talk_d:before {
    content: "";
    width: 15.8em;
    height: 18.3em;
    display: block;
    position: absolute;
    top: 0;
    left: 3em;
    background: url("../img/column/dr1.png") no-repeat center center;
    background-size: cover;
    transform: translateY(-50%); }
    @media screen and (min-width: 960px) {
      .column_main_box .talk_p:before,
      .column_main_box .talk_d:before {
        font-size: 6px; } }
    @media screen and (max-width: 959px) {
      .column_main_box .talk_p:before,
      .column_main_box .talk_d:before {
        font-size: 5px; } }
    @media screen and (max-width: 599px) {
      .column_main_box .talk_p:before,
      .column_main_box .talk_d:before {
        font-size: 4px; } }
  .column_main_box .talk_p p,
  .column_main_box .talk_d p {
    padding-bottom: 0; }

.column_main_box .talk_p:before {
  background: url("../img/column/pr1.png") no-repeat center center;
  background-size: cover; }

.column_main_box .talk_p.type2:before {
  background: url("../img/column/pr2.png") no-repeat center center;
  background-size: cover; }

.rect_4 {
  width: 35%;
  background: #7e8ff6;
  padding: 0.3em;
  box-sizing: border-box;
  height: 2em;
  margin-bottom: 0.8em;
  border: 1px solid #2d47e3; }

.rect_6 {
  width: 40%;
  background: #7e8ff6;
  padding: 0.3em;
  box-sizing: border-box;
  height: 2em;
  margin-bottom: 0.8em;
  border: 1px solid #2d47e3; }

.rect_9 {
  width: 60%;
  background: #7e8ff6;
  padding: 0.3em;
  box-sizing: border-box;
  height: 2em;
  margin-bottom: 0.8em;
  border: 1px solid #2d47e3; }

.rect_10 {
  width: 65%;
  background: #7e8ff6;
  padding: 0.3em;
  box-sizing: border-box;
  height: 2em;
  margin-bottom: 0.8em;
  border: 1px solid #2d47e3; }

.rect_12 {
  width: 75%;
  background: #7e8ff6;
  padding: 0.3em;
  box-sizing: border-box;
  height: 2em;
  margin-bottom: 0.8em;
  border: 1px solid #2d47e3; }

.rect_14 {
  width: 90%;
  background: #7e8ff6;
  padding: 0.3em;
  box-sizing: border-box;
  height: 2em;
  margin-bottom: 0.8em;
  border: 1px solid #2d47e3; }

.mb1em {
  margin-top: 0.2em;
  margin-bottom: 0.2em;
  display: block; }

#column_top .pans_box {
  background: #898989; }
  @media screen and (min-width: 960px) {
    #column_top .pans_box {
      font-size: 16px; } }
  @media screen and (max-width: 959px) {
    #column_top .pans_box {
      font-size: 14px; } }
  @media screen and (max-width: 599px) {
    #column_top .pans_box {
      font-size: 12px; } }
  #column_top .pans_box ul {
    padding-bottom: 20px;
    color: #ffffff; }
    #column_top .pans_box ul a {
      color: #ffffff; }

#column_top .main_img {
  background: #00b4ff; }
  #column_top .main_img .img_box {
    max-width: 1360px;
    margin: 0 auto;
    width: 90%;
    line-height: 0;
    position: relative; }
    #column_top .main_img .img_box img {
      width: 100%;
      height: auto; }

#column_top .read_box {
  padding-top: 6.25em;
  padding-bottom: 4.375em; }
  #column_top .read_box h2 {
    font-size: 2em;
    font-weight: bold;
    text-align: center; }
  #column_top .read_box p {
    margin-top: 2.5em;
    text-align: center; }

@media screen and (min-width: 960px) {
  #column_top .list_box {
    font-size: 16px; } }

@media screen and (max-width: 959px) {
  #column_top .list_box {
    font-size: 14px; } }

@media screen and (max-width: 599px) {
  #column_top .list_box {
    font-size: 12px; } }

#column_top .list_box .entry_list {
  display: flex;
  flex-wrap: wrap; }
  #column_top .list_box .entry_list .entry_box {
    position: relative;
    padding-bottom: 8.125em; }
    @media screen and (min-width: 960px) {
      #column_top .list_box .entry_list .entry_box {
        width: 30%;
        margin-right: 5%; }
        #column_top .list_box .entry_list .entry_box:nth-of-type(3n) {
          margin-right: 0; } }
    @media screen and (max-width: 959px) {
      #column_top .list_box .entry_list .entry_box {
        width: 48%;
        margin-right: 4%; }
        #column_top .list_box .entry_list .entry_box:nth-of-type(2n) {
          margin-right: 0; } }
    @media screen and (max-width: 599px) {
      #column_top .list_box .entry_list .entry_box {
        width: 100%; } }
    #column_top .list_box .entry_list .entry_box h3 {
      background: #00b4ff;
      color: #ffffff;
      font-weight: bold;
      position: relative;
      border-radius: 2.5em;
      line-height: 2.5em;
      padding-left: 2.8em;
      margin-bottom: 0.8em; }
      @media screen and (min-width: 960px) {
        #column_top .list_box .entry_list .entry_box h3 {
          font-size: 24px; } }
      @media screen and (max-width: 959px) {
        #column_top .list_box .entry_list .entry_box h3 {
          font-size: 19px; } }
      @media screen and (max-width: 599px) {
        #column_top .list_box .entry_list .entry_box h3 {
          font-size: 14px; } }
      #column_top .list_box .entry_list .entry_box h3:before {
        content: "";
        width: 1em;
        height: 1em;
        background-color: #ffffff;
        border-radius: 1em;
        position: absolute;
        top: calc(50% - 0.5em);
        left: 0;
        border: 0.08em solid #00b4ff;
        box-sizing: border-box;
        font-size: 2.5em;
        background-size: cover;
        background-repeat: no-repeat; }
    #column_top .list_box .entry_list .entry_box li > a {
      display: block;
      border-bottom: 1px dashed #c9caca;
      margin-bottom: 1em;
      padding-bottom: 1em; }
      #column_top .list_box .entry_list .entry_box li > a img {
        width: 100%;
        height: auto; }
      #column_top .list_box .entry_list .entry_box li > a h4 {
        font-weight: bold;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden; }
      #column_top .list_box .entry_list .entry_box li > a span.new {
        color: #e6002d;
        margin-right: 0.3em; }
    #column_top .list_box .entry_list .entry_box .btn {
      position: absolute;
      bottom: 3.75em;
      left: 0;
      width: 100%; }
      #column_top .list_box .entry_list .entry_box .btn a {
        display: block;
        text-align: center;
        background: #ea6188;
        color: #ffffff;
        line-height: 3.125em;
        border-radius: 1.5625em; }

#column_top .columnist_list h3 {
  border-bottom: 2px solid #00b4ff;
  box-sizing: border-box;
  color: #00b4ff;
  font-size: 1.25em;
  font-weight: bold;
  padding-bottom: 0.625em;
  line-height: 1; }
  @media screen and (min-width: 960px) {
    #column_top .columnist_list h3 {
      margin-bottom: 30px; } }
  @media screen and (max-width: 959px) {
    #column_top .columnist_list h3 {
      margin-bottom: 25px; } }
  @media screen and (max-width: 599px) {
    #column_top .columnist_list h3 {
      margin-bottom: 20px; } }

#column_top .columnist_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (min-width: 960px) {
    #column_top .columnist_list ul li {
      flex-basis: calc( 100/6*1% - 2.75em); } }
  @media screen and (max-width: 959px) {
    #column_top .columnist_list ul li {
      flex-basis: calc( 100/3*1% - 2.75em);
      margin-bottom: 20px; } }
  @media screen and (max-width: 599px) {
    #column_top .columnist_list ul li {
      flex-basis: 46%;
      margin-bottom: 15px; } }
  #column_top .columnist_list ul li a {
    display: block;
    text-align: center; }
    #column_top .columnist_list ul li a img {
      width: 100%;
      height: auto;
      margin-bottom: 0.5em; }
    #column_top .columnist_list ul li a span {
      display: block; }
    #column_top .columnist_list ul li a h4 {
      font-weight: bold;
      margin-top: 0.8em; }

#column_top .columnist_box {
  background: #e5f7ff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2); }
  @media screen and (min-width: 960px) {
    #column_top .columnist_box {
      margin-top: 40px; } }
  @media screen and (max-width: 959px) {
    #column_top .columnist_box {
      margin-top: 30px; } }
  @media screen and (max-width: 599px) {
    #column_top .columnist_box {
      margin-top: 20px; } }
  @media screen and (min-width: 960px) {
    #column_top .columnist_box {
      padding-top: 50px; } }
  @media screen and (max-width: 959px) {
    #column_top .columnist_box {
      padding-top: 40px; } }
  @media screen and (max-width: 599px) {
    #column_top .columnist_box {
      padding-top: 30px; } }
  @media screen and (min-width: 960px) {
    #column_top .columnist_box {
      padding-bottom: 50px; } }
  @media screen and (max-width: 959px) {
    #column_top .columnist_box {
      padding-bottom: 40px; } }
  @media screen and (max-width: 599px) {
    #column_top .columnist_box {
      padding-bottom: 30px; } }
  #column_top .columnist_box h3 {
    border-bottom: 3px dotted #00b4ff;
    box-sizing: border-box;
    color: #00b4ff;
    font-size: 1;
    font-weight: bold;
    padding-bottom: 0.625em;
    line-height: 1; }
    @media screen and (min-width: 960px) {
      #column_top .columnist_box h3 {
        margin-bottom: 25px; } }
    @media screen and (max-width: 959px) {
      #column_top .columnist_box h3 {
        margin-bottom: 20px; } }
    @media screen and (max-width: 599px) {
      #column_top .columnist_box h3 {
        margin-bottom: 15px; } }
  #column_top .columnist_box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: start; }
    @media screen and (max-width: 599px) {
      #column_top .columnist_box ul {
        justify-content: space-between; } }
    @media screen and (min-width: 960px) {
      #column_top .columnist_box ul li {
        flex-basis: 10%;
        margin-bottom: 10px; } }
    @media screen and (max-width: 959px) {
      #column_top .columnist_box ul li {
        flex-basis: 20%;
        margin-bottom: 10px; } }
    @media screen and (max-width: 599px) {
      #column_top .columnist_box ul li {
        flex-basis: 30%;
        margin-bottom: 10px; } }

#column_top #column-archive498:before,
#column_top #column-archive395:before {
  background-image: url("../img/column/icon1.png"); }

#column_top #column-archive499:before,
#column_top #column-archive396:before {
  background-image: url("../img/column/icon2.png"); }

#column_top #column-archive500:before,
#column_top #column-archive397:before {
  background-image: url("../img/column/icon3.png"); }

#column_top #column-archive501:before,
#column_top #column-archive398:before {
  background-image: url("../img/column/icon4.png"); }

#column_top #column-archive502:before,
#column_top #column-archive399:before {
  background-image: url("../img/column/icon5.png"); }

#column_top #column-archive503:before,
#column_top #column-archive400:before {
  background-image: url("../img/column/icon6.png"); }

#column_top #column-archive504:before,
#column_top #column-archive401:before {
  background-image: url("../img/column/icon7.png"); }

#column_top #column-archive505:before,
#column_top #column-archive402:before {
  background-image: url("../img/column/icon8.png"); }

#column_top #column-archive506:before,
#column_top #column-archive403:before {
  background-image: url("../img/column/icon9.png"); }

#column_top #column-archive645:before,
#column_top #column-archive558:before {
  background-image: url("../img/column/icon10.png"); }

#column_top #column-archive1029:before {
  background-image: url("../img/column/icon11.png"); }

#column_top .fossette_box {
  margin-top: 3em; }
  #column_top .fossette_box a img {
    width: 100%;
    height: auto; }
  #column_top .fossette_box ul {
    margin-top: 1em;
    margin-bottom: 6em;
    padding: 1em;
    border: 1px solid #e6e6e6;
    box-sizing: border-box; }
    #column_top .fossette_box ul li {
      padding: 0.5em; }
      @media screen and (min-width: 960px) {
        #column_top .fossette_box ul li {
          font-size: 16px; } }
      @media screen and (max-width: 959px) {
        #column_top .fossette_box ul li {
          font-size: 14px; } }
      @media screen and (max-width: 599px) {
        #column_top .fossette_box ul li {
          font-size: 12px; } }
      #column_top .fossette_box ul li + li {
        border-top: 1px dashed #c9caca; }
      #column_top .fossette_box ul li a {
        display: block; }
        #column_top .fossette_box ul li a .new {
          color: #e6002d;
          margin-right: 0.3em; }
        #column_top .fossette_box ul li a time {
          margin-right: 0.3em; }
        #column_top .fossette_box ul li a br {
          display: none; }
          @media screen and (max-width: 599px) {
            #column_top .fossette_box ul li a br {
              display: block; } }

@media screen and (min-width: 960px) {
  #column_single {
    padding-bottom: 60px; } }

@media screen and (max-width: 959px) {
  #column_single {
    padding-bottom: 40px; } }

@media screen and (max-width: 599px) {
  #column_single {
    padding-bottom: 20px; } }

#column_single #single {
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  float: none; }
