/*
Theme Name: Owned Media
Text Domain: Owned Media
Version: 1.2
Requires at least: 4.7
Requires PHP: 5.2.4
Description: 株式会社IDHのOwned Mediaテンプレートです
Author: 株式会社IDH
Author URI: https://www.idh-net.co.jp/
*/

@charset "UTF-8";
@import 'css/reset.css';
@import 'css/iconfonts.css';
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Noto+Sans:wght@700&display=swap');

/* --------------------------
:: 1.0 Base
-------------------------- */
html,body{
  position: relative;
  width: 100%;
}
body {
  color: #444;
  font-size: 16.5px;
	font-family: "Noto Sans JP","Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, Meiryo, sans-serif;
	font-weight:400;
  background: #fff;
    -webkit-font-smoothing: antialiased;
}
a{
  -moz-transition: all .1s ease-out;
  -ms-transition: all .1s ease-out;
  transition: all .1s ease-out;
}
p{
  line-height: 1.8;
  word-break: break-all;
}
p a{
  color: #1B71F1;
  text-decoration: underline;
}
img {
  max-width: 100%;
  display: block;
  height: auto;
}
section{
  position: relative;
}
@media screen and (max-width: 650px) {
  body {
    font-size: 15px;
  }
}


/* レイアウト */
.container{
  display: block;
  position: relative;
  width:90%;
  max-width: 1144px;
  margin: auto;
}
.container-s{
  display: block;
  position: relative;
  width:90%;
  max-width: 800px;
  margin: auto;
}
.flex{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-col{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.center{
  -webkit-align-items: center;
  align-items: center;
}
.wrap{
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .container{
    max-width: 800px;
  }
}
@media screen and (max-width: 650px) {
  .container,
  .container-s{
    width:92%;
  }
}



/* column */
.main_col{
  width: 70%;
  max-width:800px;
}
.side_col{
  width: 25%;
  max-width: 280px;
}
.side_col_inner{
  position: sticky;
  top: 88px;
}
@media screen and (max-width: 1024px) {
  .col_2{
    display: block;
  }
  .main_col,
  .side_col{
    width: 100%;
    max-width: none;
  }
  .side_col_inner{
    position: static;
    margin-top: 80px;
  }
}
@media screen and (max-width: 650px) {
  .side_col_inner{
    margin-top: 60px;
  }
}



/* margin */
.mt-8{
  margin-top: 8px;
}
.mt-16{
  margin-top: 16px;
}
.mt-24{
  margin-top: 24px;
}
.mt-32{
  margin-top: 32px;
}
.mt-40{
  margin-top: 40px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mt-80{
  margin-top: 80px;
}
.mt-120{
  margin-top: 120px;
}

.mb-8{
  margin-bottom: 8px;
}
.mb-16{
  margin-bottom: 16px;
}
.mb-24{
  margin-bottom: 24px;
}
.mb-32{
  margin-bottom: 32px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-120{
  margin-bottom: 120px;
}

@media screen and (max-width: 650px) {
  .mt-8{
    margin-top: 6px;
  }
  .mt-16{
    margin-top: 14px;
  }
  .mt-24{
    margin-top: 16px;
  }
  .mt-32{
    margin-top: 24px;
  }
  .mt-40{
    margin-top: 40px;
  }
  .mt-50{
    margin-top: 40px;
  }
  .mt-60{
    margin-top: 50px;
  }
  .mt-80{
    margin-top: 50px;
  }
  .mt-120{
    margin-top: 60px;
  }

  .mb-8{
    margin-bottom: 6px;
  }
  .mb-16{
    margin-bottom: 14px;
  }
  .mb-24{
    margin-bottom: 16px;
  }
  .mb-32{
    margin-bottom: 24px;
  }
  .mb-40{
    margin-bottom: 40px;
  }
  .mb-50{
    margin-bottom: 40px;
  }
  .mb-60{
    margin-bottom: 50px;
  }
  .mb-80{
    margin-bottom: 50px;
  }
  .mb-120{
    margin-bottom: 60px;
  }
}



/* --------------------------
:: Parts
-------------------------- */

/* btn */
.btn{
  text-align: center;
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.btn a,
.btn input {
  display: inline-block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  border-radius: 30px;
  background: #fff;
  color: #000;
  border: 1px solid #DDDDDD;
  font-size: 15px;
  position: relative;
  transition: all 0.2s ease-out;
}

.btn a:hover,
.btn input:hover {
  background: #F1F7FD;
  color: #1B71F1;
  border: 1px solid #1B71F1;
}

.btn a:after {
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  display: inline-block;
  vertical-align: top;
  margin: 0 -8px 0 4px;
  font-size: 18px;
}
.btn a:hover:after {
  color: #1B71F1;
}

@media screen and (max-width: 650px) {
  .btn a,
  .btn input {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }
}



/* tag list */
.tag_list{
  gap:10px 8px;
}
.tag_btn{
  font-size: 14px;
  padding: 9px 16px ;
  border:solid 1px #DDDDDD;
  border-radius: 20px;
  display: block;
  color: #555;
}
.tag_btn:before{
  content: "#";
}
.tag_btn:hover{
  border-color: #1B71F1;
  color: #1B71F1;
}
@media screen and (max-width: 650px) {
  .tag_btn{
    font-size: 12px;
    padding: 8px 12px ;
  }
}

/* cat list */
.cat_list{
  gap:12px 10px;
}
.cat_btn{
  font-size: 14px;
  padding: 7px 12px ;
  background: #F6F6F6;
  border:solid 1px #DDDDDD;
  border-radius: 3px;
  display: block;
  color: #555;
}
.cat_btn:hover{
  background: #1B71F1;
  border-color: #1B71F1;
  color: #fff;
}
@media screen and (max-width: 650px) {
  .cat_list{
    gap:10px 8px;
  }
  .cat_btn{
    font-size: 12px;
    padding: 7px 10px;
  }
}




/* title */
.page_ttl{
  font-size: 36px;
  font-weight: bold;
  line-height: 1.4;
}
.section_ttl{
  font-size: 20px;
  font-weight: bold;
  color: #555555;
}
@media screen and (max-width: 650px) {
  .page_ttl{
    font-size: 25px;
  }
  .section_ttl{
    font-size: 16px;
    color: #000;
  }
}

.post_sec_ttl{
  font-size: 14px;
  font-weight: bold;
  color: #555555;
  position: relative;
}
.post_sec_ttl span{
  background: #fff;
  display:  inline-block;
  padding: 0 16px 0 20px;
  position: relative;
  z-index: 1;
}
.post_sec_ttl.cat_1 span:before,
.post_sec_ttl.cat_2 span:before,
.post_sec_ttl.cat_3 span:before,
.post_sec_ttl.cat_4 span:before,
.post_sec_ttl.cat_5 span:before{
 content: "";
 display: block;
 width: 12px;
 height: 12px;
 border-radius: 50%;
 background: #ddd;
 position: absolute;
 left: 0;
 top: calc(50% - 6px);
}
.post_sec_ttl.cat_1:before,
.post_sec_ttl.cat_2:before,
.post_sec_ttl.cat_3:before,
.post_sec_ttl.cat_4:before,
.post_sec_ttl.cat_5:before{
 content: "";
 display: block;
 width: 100%;
 height: 1px;
 background: #ddd;
 position: absolute;
 left: 0;
 top: 50%;
 z-index: 0;
}
.post_sec_ttl.cat_1 span:before{
  background: #EB579E;
}
.post_sec_ttl.cat_2 span:before{
  background: #FF9534;
}
.post_sec_ttl.cat_3 span:before{
  background: #458ADB;
}
.post_sec_ttl.cat_4 span:before{
  background: #4CAB72;
}
.post_sec_ttl.cat_5 span:before{
  background: #946DD4;
}


/* ad */
.ad_banners{
  gap:24px;
  -webkit-justify-content: center;
  justify-content: center;
}
.ad_banners a{
  display: block;
}
.ad_banners img{
  max-width: 300px;
  width: 100%;
	border-radius:3px;
	border:1px solid #ddd;
}
@media screen and (max-width: 1024px) {
  .ad_banners{
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 650px) {
  .ad_banners{
    flex-wrap: wrap;
  }
	.ad_banners img{
	  max-width: 320px;
	}
}


/* table */
.table th,
.table td{
  line-height: 1.8;
  padding: 16px 0;
  text-align: left;
}
.table th{
  width: 120px;
}



/* --------------------------
:: Post
-------------------------- */

.post{
  overflow: hidden;
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.post_thumbnail a {
  display: block;
  padding-right: 24px;
  position: relative;
}
.post_thumbnail img{
  width: 248px;
  height: auto;
  border-radius: 3px;
}
.post_info{
  flex: 1;
}
.post .title{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}
.post .disc{
  font-size: 13px;
  line-height: 1.7;
  margin: 4px 0 10px;
}
.post .time{
  font-size: 14px;
}

.post_thumbnail:hover + .post_info .title,
.post_info a:hover .title {
  text-decoration: underline;
  color: #1B71F1;
}

@media screen and (max-width: 650px) {
  .post_thumbnail a {
    padding-right: 12px;
  }
  .post_thumbnail img{
    min-width: 140px;
    width: 36vw;
  }
  .post .tag_list{
    display: none;
  }
  .post .title{
    font-size: 14px;
  }
  .post .disc{
    font-size: 11px;
    margin: 3px 0 0;
  }
}


.cat_icon{
  font-size: 11px;
  font-weight: bold;
  padding: 6px 10px;
  line-height: 1;
  color: #fff;
  background: #ddd;
}
.post_thumbnail .cat_icon{
  border-radius: 3px 0px;
  position: absolute;
  top: 0;
  left: 0;
}
.cat_icon.cat_1{
  background: #EB579E;
}
.cat_icon.cat_2{
  background: #FF9534;
}
.cat_icon.cat_3{
  background: #458ADB;
}
.cat_icon.cat_4{
  background: #4CAB72;
}
.cat_icon.cat_5{
  background: #946DD4;
}
@media screen and (max-width: 650px) { 
  .cat_icon{
    font-size: 10px;
    padding: 6px 8px;
  }
}

.post .tag_list{
  gap:6px;
}
.post .tag_btn{
  font-size: 12px;
  padding: 8px 12px;
}
.post .tag_btn:before{
  display: none;
}


.post_wrap .post+.post{
  margin-top: 32px;
}


/* post horizontal */
.post_horizontal_wrap {
  row-gap: 32px;
}
.post_horizontal_wrap .post{
  width: 31%;
  display: block;
}
.post_horizontal_wrap.cal4 .post{
  width: 23%;
}
.post_horizontal_wrap .post .title{
  font-size: 15px;
  padding-top: 10px;
}
.post_horizontal_wrap .post_thumbnail a{
  padding: 0;
}
.post_horizontal_wrap .post_thumbnail img{
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .post_horizontal_wrap.cal4 .post{
    width: 31%;
  }
}
@media screen and (max-width: 650px) { 
  .post_horizontal_wrap {
    row-gap: 24px;
  }
  .post_horizontal_wrap .post{
    width: 48%;
  }
  .post_horizontal_wrap.cal4 .post{
    width: 48%;
  }
  .post_horizontal_wrap .post .title{
    font-size: 13px;
    padding-top: 8px;
  }

}


/* post main */
.main_post .post_thumbnail{
  width: 49%;
  max-width: 560px;
}
.main_post .post_thumbnail img{
  width: 100%;
}
.main_post .title{
  font-size: 32px;
  margin: 16px 0;
}
.main_post .disc{
  font-size: 14px;
  margin-bottom: 20px;
}
.main_post .cat_icon{
  border-radius: 3px;
}
@media screen and (max-width: 1024px) {
  .main_post .title{
    font-size: 24px;
    margin: 8px 0;
  }
  .main_post .disc{
    font-size: 13px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 650px) {
  .main_post{
    display: block;
  }
  .main_post .post_thumbnail{
    width: 100%;
    max-width: none;
  }
  .main_post .post_thumbnail a{
   padding: 0 0 12px;
 }
 .main_post .post_thumbnail img{
  width: 100%;
}
.main_post .title{
  font-size: 20px;
  margin: 8px 0 0;
}
.main_post .disc{
  display: none;
}
}


/* post empty */
.cal4 .is-empty {
    width: 23%
  }
.is-empty  {
	width: 31%;
}
@media screen and (max-width: 1024px) and (min-width: 651px) {
.cal4 .is-empty {
    width: 31%;
  }
}
@media screen and (max-width: 650px) {
.is-empty {
  display: none;
}
}

/* --------------------------
:: Header Area
-------------------------- */

.header_area{
  background: #FFF;
  border-bottom: 1px solid #F7F7F7;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
  position: fixed;
  width: 100%;
  z-index: 10;
  padding: 0 40px;
}
.header_area .header_area_row{
  height: 72px;
  gap:40px;
}
.header_bottom{
  height: 72px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) and (min-width: 651px) {
  .header_area{
    padding: 0 5%;
  }
  .header_area .header_area_row{
    display: block;
    height: 100px;
  }
  .header_bottom{
    height: 100px;
  }
}
@media screen and (max-width: 650px) {
  .header_area{
    padding: 0;
  }
  .header_area .header_area_row{
    height: 60px;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .header_bottom{
    height: 60px;
    margin-bottom: 20px;
  }
}


/* logo */
.header_area .navbar-logo {
  padding: 4px 0 5px;
}
.header_area .navbar-logo span{
  font-size: 11px;
  color: #1B71F1;
  display: block;
  margin-bottom: 6px;
	font-weight:bold;
}

@media screen and (max-width: 1024px) {
  .header_area .navbar-logo {
    padding: 12px 0 6px;
    width: 160px;
  }
  .header_area .navbar-logo span{
    font-size: 10px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 650px) {
  .header_area .navbar-logo {
    padding: 12px 4%;
    width: auto;
	  font-weight:bold;
  }
}


/* gnav */
.navbar-nav{
  flex: 1;
  height: 100%;
}
.nav-item > a{
  padding: 0 24px;
  font-size: 16px;
  display: block;
  position: relative;
  white-space: nowrap;
  transition: 0.2s linear;
  height: 72px;
  line-height: 68px;
	font-weight: bold;
}
.nav-item:hover > a{
 color: #1B71F1;
}
@media screen and (max-width: 1024px) {
  .navbar-nav .nav-list{
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .nav-item{
    flex: 1;
  }
  .nav-item > a{
    padding: 0;
    font-size: 14px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
    color: #555;
  }
}
@media screen and (max-width: 650px) {
  .navbar-nav{
    display: none;
  }
}


/* search */
.search-area{
  width:300px;
}
.search-area input{
  width:100%;
  font-size: 15px;
  padding: 7px 16px 9px 36px;
  background: #FFFFFF;
  border: 1px solid #aaa;
  border-radius: 3px;
  position: relative;
  line-height: 1.6;
  font-family : inherit;
}
.search-area form{
  position: relative;
}
.search-area form:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 12px;
    background: url(img/search.svg) no-repeat center;
    background-size: contain;
    width: 18px;
    height: 18px;
    z-index: 1;
    margin-top: -9px;
}
@media screen and (max-width: 1300px) {
	.search-area{
	  width:15%;
	}
}
@media screen and (max-width: 1024px) {
	.search-area{
	  position:absolute;
		right:5%;
		top:10px;
		width:300px;
	}
	.search-area input{
  		line-height: 1.3;
	}
}
@media screen and (max-width: 650px) {
  .search-area.pc{
    display: none;
  }
		.search-area{
	  position:static;
		width:100%;
    margin-bottom: 30px;
	}
	.search-area input{
		font-size:16px;
  		line-height: 1.6;
	}
}


.pc_menu{
  width: 100%;
  position: absolute;
  top: 72px;
  left: 0;
  display: none;
  padding: 20px 0 30px;
  background: #fff;
  border-top: 1px solid #F7F7F7;
  border-bottom: 1px solid #F7F7F7;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}
.nav-item:hover .pc_menu{
  display: block;
}

@media screen and (max-width: 1024px) {
  .pc_menu{
    top: 100px;
  }
}
@media screen and (max-width: 650px) {
  .nav-item:hover .pc_menu{
    display: none;
  }
}

.pc_menu .container{
  gap: 80px;
}

.pc_menu_child{
  width: 264px;
}
.pc_menu_child li a{
  display: block;
  font-size: 15px;
  font-weight: bold;
  padding: 16px 24px 16px 8px;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
.pc_menu_child li a:before{
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #aaa;
  display: block;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  font-size: 18px;
  line-height: 1;
}

.pc_menu_child li a:hover{
  color: #1B71F1;
}
.pc_menu_child li a:hover:before{
  color: #1B71F1;
}

.pc_menu_post{
  flex: 1;
  /*padding-top: 32px;*/
  position: relative;
}
.pc_menu_post .ttl{
  position: absolute;
  font-weight: bold;
  color: #555;
  top: -2px;
  left: 0;
  line-height: 1;
}
.pc_menu_post .cat_icon{
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc_menu .container{
    gap: 40px;
    max-width: none;
  }
  .pc_menu_child{
    width: 180px;
  }
}
@media screen and (max-width: 650px) {

}


/* mob_menu */
.mob_menu{
  display: none;
}
@media screen and (max-width: 650px) {
  .mob_menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .mob_menu_container {
    margin-left: auto;
    position: relative;
  }

  .mob_menu_toggle {
    display: block;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transform: rotate(0deg);
  }
  .mob_menu_toggle span {
    background: #000;
    width: 24px;
    height: 2px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: calc(50% - 12px);
    content: "";
    transition: 0.3s ease-in-out;
  }
  .mob_menu_toggle span:nth-child(1) {
    top: calc(50% - 3px);
    transform-origin: left center;
  }
  .mob_menu_toggle span:nth-child(2) {
    top: calc(50% + 3px);
    transform-origin: left center;
  }
  .mob_menu_toggle.open span:nth-child(1) {
    transform: rotate(45deg);
    top: calc(50% - 9px);
    left: calc(50% - 9px);
  }
  .mob_menu_toggle.open span:nth-child(2) {
    transform: rotate(-45deg);
    top: calc(50% + 8px);
    left: calc(50% - 9px);
  }

  .mob_menu_overlay {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: -1;
    transform: scale3d(0, 0, 0);
    background: #fff;
  }
  .mob_menu_overlay.open {
    transform: scale3d(1, 1, 1);
  }

  .mob_menu_fullscreen {
    width: 100%;
    position: fixed;
    left: 0;
    top: 60px;
    visibility: hidden;
    opacity: 0;
    border-top: 1px solid #F7F7F7;
    padding: 20px 4%;
    overflow: scroll;
  }
  .mob_menu_fullscreen.open {
    visibility: visible;
    opacity: 1;
  }

}

.mob_menu .ttl{
  font-weight: bold;
  color: #555;
  font-size: 13px;
  margin-bottom: 20px;
}

.mob_menu .tag_btn{
  font-size: 14px;
}

.mob_menu_cat{
  width: 100%;
  margin-bottom: 40px;
}
.mob_menu_cat > li+li{
  margin-top: 8px;
}
.mob_menu_cat > li span{
  display: block;
  padding: 16px;
  font-size: 15px;
  color: #000;
  background: #F7F7F7;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  position: relative;
}
.mob_menu_cat > li span:before{
  content: "\e904";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  display: block;
  position: absolute;
  right: 16px;
  top: calc(50% - 10px);
  font-size: 20px;
  line-height: 1;
  transition: 0.3s ease-in-out;
}
.mob_menu_cat .open > span:before {
  transform: rotate(-180deg);
}

.mob_menu_cat_child{
  display: none;
}
.mob_menu_cat .open .mob_menu_cat_child{
  display: block;
}
.mob_menu_cat_child > li a{
  display: block;
  padding: 16px;
  font-size: 15px;
  color: #000;
}
.mob_menu_cat_child > li + li a{
  border-top: 1px solid #DDDDDD;
}


.mob_menu_sublist{
  padding: 24px 0;
}
.mob_menu_sublist li{
  position: relative;
  flex: 1;
}
.mob_menu_sublist li+li:before{
  content: "";
  display: block;
  height: 15px;
  width: 1px;
  background: #555;
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
}
.mob_menu_sublist a{
  font-size: 13px;
  padding: 12px;
  text-align: center;
  display: block;
}



/* --------------------------
:: Footer Area
-------------------------- */

.footer_area{
  display: block;
  width: 100%;
  background: #000;
  position: relative;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1024px) {
  .footer_area{
    padding: 60px 0 80px;
  }
  .footer_area .container{
    display: block;
  }
}
@media screen and (max-width: 650px) {
  .footer_area{
    padding: 40px 0 80px;
  }
}


/* logo */
.footer_logo a{
 margin-bottom: 24px;
 display: block;
}
.footer_logo .name{
  display: block;
  padding-bottom: 8px;
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
.copyright{
  color: #fff;
  font-size: 12px;
}
@media screen and (max-width: 1024px) {
  .footer_logo a{
   margin-bottom: 40px;
 }
 .copyright{
  position: absolute;
  bottom: -40px;
  right: 0;
}
}
@media screen and (max-width: 650px) {
  .footer_logo a{
    text-align: center;
    margin-bottom: 24px;
  }
  .footer_logo img{
    margin: auto;
  }
  .copyright{
    text-align: center;
    display: block;
    width: 100%;
    bottom: -50px;
  }
}


/* menu */

.footer_nav{
  column-gap:80px;
}
.footer_nav_list{
  max-width: 250px;
}
.footer_nav_ttl,
.footer_nav_list a{
  font-size: 15px;
  margin-bottom: 24px;
  color: #fff;
  display: block;
}
.footer_nav_ttl{
  font-weight: bold;
}
.footer_nav_list a:hover{
  color: #1B71F1;
}
.footer_nav_list .flex{
  column-gap: 16px;
}
.footer_nav_list .flex a:last-child{
  width: 100%;
}
@media screen and (max-width: 650px) {
  .footer_nav{
    display: block;
  }
  .footer_nav_list{
    max-width: none;
  }
  .footer_nav_ttl,
  .footer_nav_list a{
    margin-bottom: 0;
    padding: 12px 0;
  }
  .footer_nav_list:first-child div{
    border-top: 1px solid #555555;
  }
  .footer_nav_list:first-child a{
    padding: 18px 0;
    border-bottom: 1px solid #555555;
    margin: 0;
  }
  .footer_nav_list.tag{
    display: none;
  }
}



/* --------------------------
:: Single
-------------------------- */

/* breadcrumbs */
.breadcrumbs_list{
  overflow-x: scroll;
  word-break: keep-all;
  white-space: nowrap;
}
.breadcrumbs_list li{
  position: relative;
  display: block;
  vertical-align: middle;
  flex: none;
}
.breadcrumbs_list li+li{
  padding-left: 32px;
  position: relative;
}
.breadcrumbs_list li+li:before{
  content: "\e906";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  color: #aaa;
  width: 32px;
  text-align: center;
  display: block;
  position: absolute;
  left: 0;
  top: calc( 50% - 6px);
  font-size: 15px;
}
.breadcrumbs_list a,
.breadcrumbs_list span{
  color: #1B71F1;
  font-size: 12px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
}
.breadcrumbs_list span{
  color: #777;
}
.breadcrumbs_list a:hover{
  text-decoration: underline;
}
.breadcrumbs_list  .none{
  display: none;
}
.breadcrumbs_list::-webkit-scrollbar {
  display: none;
}


/* pager */
.pager_list ul{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  gap:6px;
}
.pager_list li{
  position: relative;
  display: block;
}
.pager_list a,
.pager_list span{
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  display: block;
  color: #1B71F1;
  border-radius: 50%;
}
.pager_list span{
  color: #555;
  width: auto;
}
.pager_list .current{
  font-weight: bold;
  width: 40px;
}
.pager_list .prev:before,
.pager_list .next:before{
  content: "\e905";
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pager_list .next:before{
  content: "\e906";
}

.pager_list a:hover{
  background:#F1F7FD;
}



/* main image */
.main_image{
  position: relative;
  background: no-repeat color;
  background-size: cover;
  border-radius: 3px;
}
.main_image:before{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background:#fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.main_image img{
  width: 480px;
  margin: auto;
  position: relative;
  z-index: 1;
}


/* toc */
#toc_container{
  background: #F7F7F7 !important;
  border-radius: 10px !important;
  padding: 16px 40px !important;
  margin-bottom: -10px;
  margin-top: 60px;
  border: 0 !important;
}
.toc_title{
  text-align: left !important;
  font-weight: bold !important;
  font-size: 18px  !important;
  padding: 16px 0  !important;
  line-height: 1  !important;
}
.toc_list{
	 margin: 0 !important;
}
.toc_list > li{
  padding: 6px 0 !important;
	 margin: 0 !important;
}
.toc_list > li ul{
	 margin: 0 !important;
  padding: 8px 24px 0 !important;  
}
.toc_list > li ul li{
	 margin: 0 !important;
  padding: 0 0 6px !important;  
}
.toc_list a{
  line-height: 1.5 !important;
	color:#3582e9;
}
.toc_list a:hover,
.toc_list > li ul a:hover{
  text-decoration: underline;
}
#toc_container li::before {
  display: none;
}

@media screen and (max-width: 650px) {
  #toc_container{
    padding: 16px 20px !important;
    margin: 24px 0 20px !important;
  }
  .toc_title{
    font-size: 16px !important;
  }
  .toc_list a{
    font-size: 14px !important;
  }
}

.single_time{
  gap: 16px;
}
.single_time .time{
  white-space: nowrap;
	font-size:15px;
}
@media screen and (max-width: 650px) {
.single_time .time{
	font-size:14px;
}
}


/* --------------------------
:: post text
-------------------------- */

.text_wrap .marker-orange{
   color:#ff7900;
}
.text_wrap .marker-gray{
   color:#999;
}

.text_wrap > p{
  margin-top: 40px;
}
.text_wrap h2 + p,
.text_wrap h3 + p{
  margin-top: 30px
}
.text_wrap h4 + p,
.text_wrap h5 + p{
  margin-top: 20px
}
.text_wrap p a{
  text-decoration: underline;
}

.text_wrap h2{
  background: #FF9900;
  border-radius: 3px;
  padding: 12px 24px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 26px;
  margin: 60px 0 0;
  color: #fff;
}

.text_wrap h3{
  margin-top: 60px;
  font-weight: bold;
  line-height: 1.4;
  font-size: 22px;
  padding: 5px 0 5px 20px;
  position: relative;
}
.text_wrap h3:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  border-radius: 3px;
  height: 100%;
  background: #FF9900;
}

.text_wrap.page h2,
.text_wrap.page h3:before{
  background: #1B71F1;
}

.text_wrap > h4{
	padding: 8px 4px;
	margin: 40px 0 0;
	border-bottom: 1px solid #FF9900;
	font-weight: bold;
	line-height: 1.4;
	font-size: 20px;
}

.text_wrap > h5{
	position: relative;
	padding: 8px 24px;
   margin: 40px 0 0;
   font-weight: bold; 
}
.text_wrap > h5:before {
	position: absolute;
   content: "";
   border: 8px solid #FF9900;
   height: 50%;
   left: 0;
   top: 50%;
   transform: translateY(-50%);
}

.text_wrap img{
	width:100%;
	height:auto;
}

@media screen and (max-width: 650px) {
	.text_wrap > p{
    margin-top: 30px;
  }
  .text_wrap h2{
    font-size: 20px;
    margin: 50px 0 0;
    padding: 10px 16px;
  }
  .text_wrap h3{
    margin-top: 40px;
    font-size: 19px;
    padding: 4px 0 4px 16px;
  }
  .text_wrap > h4{
	 font-size: 18px;
  }
}

/* ul */
.text_wrap ul{
  margin: 30px 0;
}
.text_wrap ul li{
  line-height: 1.6;
  position: relative;
  padding-left: 22px;
}
.text_wrap ul li+li{
  margin-top: 10px;
}
.text_wrap ul li:before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #777;
  position: absolute;
  top: 12px;
  left: 8px;
}


/* ol */

.text_wrap ol{
  margin: 30px 0;
	counter-reset: li;
}
.text_wrap ol li{
  line-height: 1.6;
  position: relative;
  padding-left: 25px;
	list-style: none;
}
.text_wrap ol li+li{
  margin-top: 10px;
}
.text_wrap ol li:before{
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #333;
	counter-increment: li;
	content: counter(li)'.';
	white-space:nowrap;
}


/* postlink */
.text_wrap .post{
  padding: 20px 20px;
  background: #F7F7F7;
  border-radius: 3px;
  margin: 30px 0;
  -webkit-align-items: center;
  align-items: center;
}
.text_wrap .post+.post{
  margin-top: -10px;
}
.text_wrap .post_thumbnail img {
  width: 160px;
}
.text_wrap .post_thumbnail {
  margin-right: 20px;
}
.text_wrap .post .title {
  font-size: 17px;
}
.text_wrap .post:hover .title {
 color: #1B71F1;
 text-decoration: underline;
}
.text_wrap .post .disc {
 margin: 8px 0 0;
}
@media screen and (max-width: 650px) {
  .text_wrap .post{
    padding: 12px 16px;
  }
  .text_wrap .post_thumbnail img {
    width: 140px;
  }
  .text_wrap .post_thumbnail {
    margin-right: 12px;
  }
  .text_wrap .post .title {
    font-size: 15px;
    color: #1B71F1;
  }
  .text_wrap .post .disc {
   display: none;
 }
}
.text_wrap figure {
  margin-top: 30px
}

/* data box */
.data_box{
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px 40px;
  margin-top: 20px;
}
.data_box h4{
  font-weight: bold;
  margin-bottom: 8px;
}

/* sns share */
.sns_share{
  gap:16px;
}
.sns_share a,
.sns_share div{
  flex:1;
  display: block;
  border: 1px solid #DDDDDD;
  border-radius: 3px;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  position: relative;
}
.sns_share a:hover,
.sns_share div:hover{
  background: #F6F6F6;
}
.sns_share .copybtn:after{
  content: "copied!";
  display: none;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -40px;
  width: 80px;
  text-align: center;
  line-height: 30px;
  background: #333;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  border-radius: 30px;
}
.sns_share .copybtn.copied:after{
  display: block;
}
@media screen and (max-width: 650px) {
  .sns_share{
    gap:10px;
  }
}


/* author */
.author{
  background: #F7F7F7;
  border-radius: 10px;
  padding: 40px;
}
.author_info{
  gap:16px;
}
.author_info img{
  border-radius: 5px;
  width: 64px;
  height: 64px;
}
.author_name{
  flex:1;
}
.author_name span{
  display: block;
  font-weight: bold;
  font-size: 18px;
}
.author_name span+span{
  font-size: 12px;
  padding-top: 14px;
}

.author_btn {
  display: block;
  width: auto;
  padding: 12px 16px;
  line-height: 1;
  border-radius: 3px;
  font-size: 13px;
  transition: all 0.2s ease-out;
  font-weight: bold;
  background: #fff;
  color: #555;
  border: 1px solid #555;
}
.author_btn:hover {
  background: #555;
  color: #fff;
}

.author_disc{
  font-size: 15px;
}

@media screen and (max-width: 650px) {
  .author{
    padding: 20px 20px 80px;
    position: relative;
  }
  .author_name span{
    font-size: 16px;
  }
  .author_name span+span{
    padding-top: 8px;
  }

  .author_btn {
    position: absolute;
    bottom: 25px;
    right: 20px;
  }
  .author_disc{
    font-size: 13px;
  }
}



/* service */
.service h2{
	margin-top:0;
}
.service h3{
	margin-top:30px;
}
.service img{
  border-radius: 8px;
  width: 95%;
	margin:0 auto;
  height: auto;
	border:1px solid #ddd;
}
.service .btn {
  padding: 30px 0 45px;
	width:auto;
}
.service .btn a {
    border-radius: 5px;
    background: #ff7700;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 16px;
	width:auto;
	padding: 0 20px;
}
.service .btn a:hover {
    opacity:0.8;
}
.service .btn a:after {
	color: #fff;
}

@media screen and (max-width: 650px) {
	.service .btn {
  padding: 20px 0 35px;
	}
	.service .btn a {
		font-size: 15px;
		padding: 0 15px;
	}
	
.service img{
	border-radius: 3px;
  width: 100%;
	}
}



