@charset "utf-8";
/* ---------------
Common
Drawer
Header
Footer
Contents
--------------- */
/* Common
=================================================== */
html {
    overflow-y: scroll;
    font-size: 62.5%;
    width: 100%;
}
body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center top;
    letter-spacing: 0.02em;
    width: 100%;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #3E3E3E;
    font-size: 1.6em;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,p,blockquote,table,th,td {
    line-height: 1.8;
    box-sizing: border-box;
    margin-top: 0;
}
a,img,fill,stroke,button {
    display: inline-block;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
a:link { color: #5CB531; text-decoration: underline; }
a:visited { color: #5CB531; text-decoration: underline; }
a:hover { color: #5CB531; text-decoration: none; }
a:active { color: #5CB531; text-decoration: none; }
a:focus{ outline: none; }
img {
    vertical-align: top;
    width: auto;
    max-width: 100%;
    height: auto;
}
hr {
	display: block;
	width: 100%;
	height:1px;
	border: 0;
	margin: 0 auto 100px;
	background-color: #dbdbdb;
}
ul {
    list-style-type: none;
    padding-left: 0;
}
dd {
    margin: 0;
}
article {}
section {}
nav {}
aside {}
hgroup {}
figure img {
    margin-bottom: 20px;
}
figcaption {
    font-size: 1.4rem;
}
.cf:before,
.cf:after { content:""; display:table; 	}
.cf:after { clear:both; }
.mb00 { margin-bottom: 0 !important; }
.mb10 { margin-bottom: 10px !important; }
.mb20 { margin-bottom: 20px !important; }
.mb30 { margin-bottom: 30px !important; }
.mb40 { margin-bottom: 40px !important; }
.mb50 { margin-bottom: 50px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb100 { margin-bottom: 100px !important; }
.mb150 { margin-bottom: 150px !important; }
.center {
    text-align: center;
}
.align_left {
    text-align: left !important;
}
.align_right {
    text-align: right !important;
}
.red {
    color: #FF1212;
}
.white {
    color: #fff !important;
}
.bold {
    font-weight: bold;
}
.normal {
    font-weight: normal;
}
a.call {
    color: #333333;
    text-decoration: none;
}
@media screen and (min-width: 561px) {
    a.call {
        pointer-events: none;
    }
}
.blank::after {
    content: "";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url(../images/common/icon_blank.png) 0 0 no-repeat;
    background-size: 14px 14px;
    margin-left: 10px;
}
.marker {
    background: linear-gradient(transparent 40%, rgba(235,255,0,0.45) 40%);
    padding-bottom: 2px;
}
.tablet,
.tablet_inline,
.sp,
.sp_s,
.sp_m,
.sp_inline {
    display: none !important;
}
@media screen and (max-width: 768px) {
    .tablet {
        display: block !important;
    }
    .tablet_inline {
        display: inline-block !important;
    }
    .pc_tb {
        display: none !important;
    }
}
@media screen and (max-width: 560px) {
    .sp {
        display: block !important;
    }
    .sp_inline {
        display: inline-block !important;
    }
    .pc {
        display: none !important;
    }
}
@media screen and (max-width: 375px) {
    .sp_m {
        display: block !important;
    }
}
@media screen and (max-width: 320px) {
    .sp_s {
        display: block !important;
    }
}


/* layout
============================== */
#container {
    position: relative;
    width: 100%;
    background-color: #fff;
}
.contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 1px;
}
@media screen and (max-width: 560px) {
    .contents {
        padding-bottom: 0;
    }
}

.home .contents,
.category .contents,
body.search .contents,
body.author .contents,
body.date .contents,
body.tag .contents,
.contents.blog {
    background: url(../images/common/bg_pattern.png) 0 0 repeat;
}
.contents p {
    margin-bottom: 1.5rem;
}
.wrapper {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 100px;
}
.wrap_l {
    width: 94%;
    max-width: 1280px;
    margin: 0 auto 100px;
}
.wrap_m {
    width: 94%;
    max-width: 720px;
    margin: 0 auto 100px;
}
.wrap_s {
    width: 94%;
    max-width: 600px;
    margin: 0 auto 100px;
}
@media screen and (max-width: 560px) {
    .wrapper,
    .wrap_l,
    .wrap_m,
    .wrap_s {
        margin: 0 auto 80px;
    }
}


/* title
============================== */
.title {
    text-align: center;
    margin: 0 auto 55px;
    font-size: 2.4rem;
    font-weight: normal;
    background: url(../images/common/bg_title@2x.png) 0 center no-repeat;
    background-size: cover;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 560px) {
    .title {
        margin: 0 auto 35px;
        background: url(../images/common/bg_title_sp@2x.png) 0 center no-repeat;
        background-size: cover;
    }
}

.headline {
  font-size: 2rem;
}
.headline > span {
    color: #63D1E5;
    text-transform: uppercase;
    font-size: 1.2rem;
    margin-left: 18px;
}
.headline > span span {
    text-transform: none;
}
@media screen and (max-width: 374px) {
    .headline > span {
        display: none;
    }
}
.heading {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #F18D00;
}


.subhead {
    font-size: 1.25rem;
    margin-bottom: 25px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.subhead::before,
.subhead::after {
    content: "";
    height: 1px;
    border-top: 1px solid #C17A95;
    display: block;
    width: 30px !important;
}
.subhead::before {
    margin-right: 1em;
}
.subhead::after {
    margin-left: 1em;
}
.subhead span {
    position: absolute;
    font-size: 0.75rem;
    top: -25px;
    left: auto;
}
.caption {
}


/* font
============================== */
.font_s {
    font-size: 1.4rem;
}
.font_m {
    font-size: 1.6rem;
}
.font_l {
    font-size: 1.8rem;
}



/* button
============================== */
.button a {
    display: inline-block;
    background-color: #ffffff;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 35px;
    min-width: 216px;
    box-sizing: border-box;
    border: 2px solid #333333;
    border-radius: 25px;
    position: relative;
    line-height: 1.2;
    font-size: 1.4rem;
}
.button a:hover {
    opacity: .7;
}
.button a::after {
    content: "";
    background: url(../images/common/arrow.svg) 0 0 no-repeat;
    background-size: 6px 11px;
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    right: 20px;
    top: calc( 50% - 6px);
}

.button_download a {
    display: inline-block;
    background-color: #ffffff;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 40px 15px 30px;
    min-width: 216px;
    box-sizing: border-box;
    border: 2px solid #333333;
    border-radius: 25px;
    position: relative;
    line-height: 1.2;
    font-size: 1.4rem;
}
.button_download a:hover {
    opacity: .7;
}
.button_download a::after {
    content: "";
    background: url(../images/common/icon_download.svg) 0 0 no-repeat;
    background-size: 17px 14px;
    width: 17px;
    height: 14px;
    display: block;
    position: absolute;
    right: 16px;
    top: calc( 50% - 7px);
}


.button_form a::after {
    content: '';
    display: block;
    background: url("../images/common/icon_arrow.png") 0 0 no-repeat;
    background-size: 21px 20px;
    width: 21px;
    height: 20px;
    position: absolute;
    top: 14px;
    right: 30px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
}
.button_form a:hover::after {
    background: url("../images/common/icon_arrow_on.png") 0 0 no-repeat;
    background-size: 21px 20px;
}


/* list
============================== */
.list_dot > li {
    padding: 0 0 0 1em;
    position: relative;
  margin-bottom: 5px;
}
.list_dot > li:before {
    content: '・';
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    left: 0;
    top: center;
}
.list_dot > li:last-child {
    margin-bottom: 0;
}

.list_num {
    list-style-type: none;
    padding-left: 0;
}
.list_num > li {
	position: relative;
	padding-left: 2.5em;
}
.list_num > li::before {
	display: block;
	width: 2.5em;
	position: absolute;
	left: 0;
}
.list_num > li:nth-child(1)::before { content: "（1）"; }
.list_num > li:nth-child(2)::before { content: "（2）"; }
.list_num > li:nth-child(3)::before { content: "（3）"; }
.list_num > li:nth-child(4)::before { content: "（4）"; }
.list_num > li:nth-child(5)::before { content: "（5）"; }
.list_num > li:nth-child(6)::before { content: "（6）"; }
.list_num > li:nth-child(7)::before { content: "（7）"; }
.list_num > li:nth-child(8)::before { content: "（8）"; }
.list_num > li:nth-child(9)::before { content: "（9）"; }
.list_num > li:nth-child(10)::before { content: "（10）"; }

.list_num2 {
    list-style-type: none;
    padding-left: 0;
}
.list_num2 > li {
	position: relative;
	padding-left: 1.2em;
}
.list_num2 > li span {
	display: block;
	width: 1.2em;
	position: absolute;
	left: 0;
}




.list_sq li {
    padding: 0 0 0 1em;
    position: relative;
    margin-bottom: 5px;
}
.list_sq li:before {
    content: '□';
    width: 1em;
    height: 1em;
    display: block;
    position: absolute;
    left: 0;
    top: center;
}


/* attention
============================== */
.list_atte > li {
	padding-left:1em;
	position: relative;
}
.atte {
    padding-left: 1em;
    position: relative;
}
.list_atte > li::before,
.atte::before {
    content: "※";
    position: absolute;
    left: 0;
    top: 0;
}


/* table
============================== */
table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
}
table th,
table td {
    vertical-align: top;
    text-align: left;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    padding: 20px 10px;
}
table th {
    background-color: #f8f8f8;
}
@media screen and (max-width: 560px) {
    table th,
    table td {
        padding: 20px 3px;
    }
}



/* Contents
============================================= */
.column_2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.column_2 .img.left {
    order: -1;
}
.column_2 .img.right {
    order: 1;
}

@media screen and (max-width: 560px) {
 .column_2 {
  display: block;
 }
 .column_2 > .img {
  width: 100%;
  margin: 0 auto 20px;
  text-align: center;
 }
 .column_2 > .txt {
  width: 100%;
 }

}

.topicpath {
    list-style: none;
    padding-left: 0;
    font-size: 0.866rem;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: flex;
}
.topicpath a::after {
    content: ">";
    margin: 0 5px;
}

.page_link {
 list-style-type: none;
 padding-left: 0;
 display: -webkit-flex;
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
}
.page_link li {
 line-height: 1;
 margin-bottom: 15px;
}
.page_link li:not(:first-child) {
 border-left: 1px solid #333;
}
.page_link a {
 color: #333;
 padding: 0 10px;
}





.local_nav ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1.3rem;
}
.local_nav li {
  text-align: center;
  margin: 0 10px 10px;
  min-width: 130px;
}
.business .local_nav li {
  min-width: 160px;
}
/*
.form .local_nav li {
  min-width: 170px;
}
*/
.local_nav li a {
  display: block;
  text-decoration: none;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #F18D00;
  color: #F18D00;
  font-weight: bold;
}

.local_nav a:hover,
.local_nav li.current-menu-item a {
  background-color: #F18D00;
  color: #fff;
}
@media screen and (max-width: 560px) {
  .local_nav ul {
    justify-content: space-between;
  }
  .local_nav li {
    text-align: center;
    margin: 0 0 10px;
    width: 49%;
  }
  .business .local_nav li {
  min-width: inherit;
  }
}
@media screen and (max-width: 365px) {
  .form .local_nav li {
  width: 100%;
  }
}
@media screen and (max-width: 350px) {
  .business .local_nav li {
  width: 100%;
  }
}




.tab {
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;;
  flex-wrap: wrap;
  margin: 0;
  font-size: 1.3rem;
}
.tab li {
  text-align: center;
  margin: 0 5px 10px;
  min-width: 134px;
  cursor: pointer;
  border-radius: 5px;
  padding: 5px;
  border: 1px solid #F18D00;
  color: #F18D00;
  font-weight: bold;
}
.tab li:hover,
.tab li.active {
 background-color: #F18D00;
  color: #ffffff;
}
@media screen and (max-width: 560px) {
.tab li {
  width: calc(50% - 10px);
}
}
.panel {
 display: none;
 width: calc(100% - 10px);
 margin: 0 auto;
}
.tab_content .active {
 display: block;
}

.vertical {
 -webkit-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 transform: rotate(90deg);
}
.maker {
  font-weight: normal;
  background: linear-gradient(transparent 40%, rgba(241,141,0,0.1) 40%);
  padding-bottom: 2px;
}
.more {
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.arrow::after {
 content: '>';
 transform: scale(.6, 1.2);
 display: inline-block;
 position: absolute;
 right:5px;
 top:6px;
}
.linkarrow::after {
 content: '＞';
 transform: scale(.5, 1);
 display: inline-block;
 margin-left: 5px;
}

.searchbox select {
 line-height: 2.4;
 width: auto;
 min-width: 20%;
 -webkit-appearance:none;
 background: #fff url(../images/contact/select.png) right 5px center no-repeat;
 background-size: 12px 7px;
 -moz-appearance: none;
 appearance: none;
 border: 1px solid #ccc;
 padding-left: 10px;
 padding-right: 20px;
 vertical-align: middle;
 color: #333;
 box-sizing: content-box;
 border-radius: 0;
}
.searchbox input[type=checkbox] {
  display: none;
}
.searchbox .checkbox {
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 20px 0 0;
  padding: 0 0 0 25px;
  vertical-align: middle;
  cursor: pointer;
}
.searchbox .checkbox::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  margin-top: -10px;
  width: 16px;
  height: 16px;
  border: 1px solid #808080;
  border-radius: 5px;
  content: '';
 background-color: #fff;
 
}
.searchbox .checkbox::before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  margin-top: -8px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #31A5A1;
  border-bottom: 3px solid #31A5A1;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
}
.searchbox input[type=checkbox]:checked + .checkbox:before {
  opacity: 1;
}
.searchbox input[type="submit"] {
	color: #31A5A1;
	font-size: 1.066rem;
	margin: 0 auto;
	cursor: pointer;
 display: block;
 padding: 3px 50px;
 text-align: center;
-webkit-transition:all .25s ease-in-out;
	transition:all .25s ease-in-out;
 background-color: #fff;
 border-radius: 9px;
 border: 1px solid #31A5A1;
}
.searchbox input[type="submit"]:hover {
 color: #fff;
 background-color: #31A5A1;
}

#container {
 position: relative;
}

.page_nav {
 position: relative;
 margin: 0;
}
.page_nav ul {
 list-style-type: none;
 padding-left: 0;
 display: -webkit-flex;
 display: flex;
 justify-content: center;
 flex-wrap: wrap; 
 margin-bottom: 40px;
}
.page_nav li {
 text-align: center;
 margin: 0 7px 18px;
}
.page_nav li a {
 text-decoration: none;
 background-color: #fff;
 border-radius: 5px;
 width: 8.5em;
 padding: 4px 0;
 color: #333;
 border: 1px solid #333;
}
.page_nav a:hover,
.page-overview .page_nav li:nth-child(1) a,
.page-handling .page_nav li:nth-child(2) a,
.page-notes .page_nav li:nth-child(3) a {
 background-color: #333;
 color: #fff;
}

.relative {
    position: relative;
}
.ai_center {
    align-items: center
}

.define dt {
clear: both;
float: left;
}
.list_media dt {
  width: 9em;
}
.list_media .date {
  display: inline-block;
  width: 3.2em;
}
.list_media dd {
padding-left: 9em;
margin-bottom: 5px;
}
@media screen and (max-width: 560px) {
.list_media dt {
float: none;
}
.list_media dt {
  width: 100%;
  font-weight: bold;
}
.list_media dd {
padding-left: 0;
margin-bottom: 15px;
}
}

.list_lecture dt {
  width: 3.5em;
}
.list_lecture dd {
padding-left: 3.5em;
margin-bottom: 5px;
}




/* Drawer
==================================================================================== */
.drawer--top .drawer-nav {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 95%;
    visibility: hidden;
    transition: .4s linear;
    transform: translateY(-100%);
    background-color: #fff;
    z-index: 9;
    opacity: 0;
    -webkit-overflow-scrolling: touch;
}
.drawer--top.drawer-open .drawer-nav {
    top: 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.drawer--top .drawer-hamburger,
.drawer--top.drawer-open .drawer-hamburger {
    right: 50px;
}
@media screen and (max-width: 560px) {
    .drawer--top .drawer-hamburger,
    .drawer--top.drawer-open .drawer-hamburger {
        right: 15px;
    }
}

/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger {
    position: fixed;
    z-index: 10;
    top: 30px;
    display: none;
    box-sizing: content-box;
    width: 46px;
    -webkit-transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all .6s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    font-size: 0.625rem;
    color: #F18D00;
    background-color: rgba(255,255,255,0) !important;
    border-radius: 3px;
    padding: 18px 0;
    text-align: center;
}

.home .drawer-hamburger,
body.search .drawer-hamburger,
body.author .drawer-hamburger,
body.date .drawer-hamburger,
body.tag .drawer-hamburger,
.category .drawer-hamburger {
    position: absolute;
    right: 50px;
    top:30px;
}
@media screen and (max-width: 560px) {
  .home .drawer-hamburger,
  body.search .drawer-hamburger,
  body.author .drawer-hamburger,
  body.date .drawer-hamburger,
  body.tag .drawer-hamburger,
  .category .drawer-hamburger {
    position: fixed;
    top: 0;
  }

  .home .drawer-hamburger,
  .home.drawer-open .drawer-hamburger,
  body.search .drawer-hamburger,
  body.search.drawer-open .drawer-hamburger,
  body.author .drawer-hamburger,
  body.author.drawer-open .drawer-hamburger,
  body.date .drawer-hamburger,
  body.date.drawer-open .drawer-hamburger,
  body.tag .drawer-hamburger,
  body.tag.drawer-open .drawer-hamburger,
  .category .drawer-hamburger,
  .category.drawer-open .drawer-hamburger {
    right: 15px;
  }
}

.drawer-hamburger .txt {
    display: inline-block;
    padding-top: 0;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.mobile .drawer-hamburger {
    display: block;
}

.home .drawer-hamburger,
body.search .drawer-hamburger,
body.author .drawer-hamburger,
body.date .drawer-hamburger,
body.tag .drawer-hamburger,
.category .drawer-hamburger {
    display: block;
}
@media screen and (max-width: 920px) {
    .drawer-hamburger {
        display: block;
        right:20px !important;
        top: -10px !important;
    }
}

.d-hamburger {
    background-color: #F18D00;
    display: inline-block;
    padding: 20px 14px;
    border-radius: 50%;
}
.drawer-hamburger-icon {
    margin: 0 auto;
    
}
.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
    height: 3px;
    width: 15px !important;
    background-color: #ffffff !important;
    border-radius: 1.5px;
}
.drawer-hamburger-icon:after {
    position: absolute;
    top: 9px;
    left: 0;
    content: " ";
}
.drawer-hamburger-icon:before {
    position: absolute;
    top: -9px;
    left: 0;
    content: " ";
}
.drawer-open .drawer-hamburger,
.drawer-open .drawer-hamburger-icon {
    background-color: transparent!important;
}

.drawer-menu {
    min-height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.drawer-menu .logo {
    text-align: left;
    padding: 20px 0 0 20px;
    width: 120px;
    height: 42px;
}
.drawer-menu ul {
    padding: 80px 0 20px;
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 2rem;
    text-align: center;
}
.drawer-menu ul li {
    font-weight: bold;
}
.drawer-menu ul a {
    display: block;
    padding: 20px 0;
    text-decoration: none;
    color: #333333;
}
.drawer-menu ul a:hover {
    color: #F18D00;
}

@media screen and (max-width: 560px) {
    .drawer-menu ul {
        padding: 0 0 20px;
        margin: 70px auto 0;
        font-size: 1.6rem;
        border-top: 1px solid #FFECD0;
    }
    .drawer-menu ul li {
        border-bottom: 1px solid #FFECD0;
    }
    .drawer-menu ul a {
        padding: 15px 0;
    }
}

.drawer-dropdown.open {}
.drawer-overlay {
    z-index: 8;
}



/* Header
=================================================== */
header {
    width: 100%;
}
header .inner {
  max-width: 1366px;
  margin: 0 auto;
}
.header {
    width: 94%;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 18px 0 18px;
    text-align: center;
    position: relative;
}
.home .header,
body.search .header,
body.author .header,
body.date .header,
body.tag .header,
.category .header {
    justify-content: center;
    padding: 18px 0 8px;
}
.home header,
body.search header,
body.author header,
body.date header,
body.tag header,
.category header {
  background: url(../images/blog/bg_header.png) 0 0;
  background-size: 250px 170px;
  display: block;
}

.blog header .inner {
    /*background: url(../images/blog/bg_kv.png) center 0 no-repeat;
    background-size: 1366px 200px;*/
}
@media screen and (max-width: 560px) {
    .blog header .inner {
        background: url(../images/home/bg_kv_sp.png) center 92px no-repeat;
        background-size: 375px 584px;
    }
}



.header > .logo {
    margin: 0;
    width: 126px;
    line-height: 1;
}

.header > .logo a {
    color: #333;
    text-decoration: none;
}
.header > .logo span {
    font-size: 1.2rem;
    font-weight: normal;
    display: none;
    margin-top: 10px;
}
.home .header > .logo span,
body.search .header > .logo span,
body.author .header > .logo span,
body.date .header > .logo span,
body.tag .header > .logo span,
.category .header > .logo span {
    display: block;
}
.home .header > .logo,
body.search .header > .logo,
body.author .header > .logo,
body.date .header > .logo,
body.tag .header > .logo,
.category .header > .logo {
    position: absolute;
    left:0;
    top:50px;
    width: 213px;
}
@media screen and (max-width: 900px) {
  .home .header,
  body.search .header,
  body.author .header,
  body.date .header,
  body.tag .header,
  .category .header {
    display: block;
  }
  .home .header > .logo,
  body.search .header > .logo,
  body.author .header > .logo,
  body.date .header > .logo,
  body.tag .header > .logo,
  .category .header > .logo {
    position: relative;
    left: auto;
    top: auto;
  }
}
@media screen and (max-width: 560px) {
.home .header > .logo,
body.search .header > .logo,
body.author .header > .logo,
body.date .header > .logo,
body.tag .header > .logo,
.category .header > .logo {
  display: block;
  width: 106%;
  background-color: #ffffff;
  margin: -18px -3% 60px;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.2);
  padding: 20px 0;
}
  

  .home .header > .logo img,
  body.search .header > .logo img,
  body.author .header > .logo img,
  body.date .header > .logo img,
  body.tag .header > .logo img,
  .category .header > .logo img {
    width: 165px;
  }
  .home .header > .logo span,
  body.search .header > .logo span,
  body.author .header > .logo span,
  body.date .header > .logo span,
  body.tag .header > .logo span,
  .category .header > .logo span {
    margin-top: 5px;
  }
}

.header .blog_nav {
    padding-top: 15px;
}
.header .blog_nav h2 {
    margin: 0 0 20px;
}

.header .blog_nav nav {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    position: relative;   
}
.header .blog_nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
    margin: -20px 0 0;
    position: relative;
}
.header .blog_nav ul li {
    margin: 0 3px 10px;
    line-height: 1;
}
.header .blog_nav nav .btn_search {
    margin: 0 0 0 6px;
    line-height: 1;
    width: 54px;
    height: 54px;
    cursor: pointer;
}

.header .blog_nav nav .pc_780 li:nth-child(1),
.header .blog_nav nav .pc_780 li:nth-child(2),
.header .blog_nav nav .pc_780 li:nth-child(4),
.header .blog_nav nav .pc_780 li:nth-child(5),
.header .blog_nav nav .pc_780 li:nth-child(6),
.header .blog_nav nav .pc_780 li:nth-child(7) {
    width: 80px;
}
.header .blog_nav nav .pc_780 li:nth-child(3) {
    width: 92px;
}
.header .blog_nav nav .pc_780 li:nth-child(8) {
    width: 82px;
}

.header .blog_nav nav .sp_780 li:nth-child(1) {
    width: 86px;
}
.header .blog_nav nav .sp_780 li:nth-child(2),
.header .blog_nav nav .sp_780 li:nth-child(3),
.header .blog_nav nav .sp_780 li:nth-child(5),
.header .blog_nav nav .sp_780 li:nth-child(6),
.header .blog_nav nav .sp_780 li:nth-child(7),
.header .blog_nav nav .sp_780 li:nth-child(8) {
    width: 80px;
}
.header .blog_nav nav .sp_780 li:nth-child(4) {
    width: 82px;
}
@media screen and (max-width: 374px) {
.header .blog_nav nav .sp_780 li:nth-child(1) {
    width: 84px;
}
.header .blog_nav nav .sp_780 li:nth-child(2),
.header .blog_nav nav .sp_780 li:nth-child(3),
.header .blog_nav nav .sp_780 li:nth-child(5),
.header .blog_nav nav .sp_780 li:nth-child(6),
.header .blog_nav nav .sp_780 li:nth-child(7),
.header .blog_nav nav .sp_780 li:nth-child(8) {
    width: 78px;
}
.header .blog_nav nav .sp_780 li:nth-child(4) {
    width: 80px;
}
}




.home .global_nav,
body.search .global_nav,
body.author .global_nav,
body.date .global_nav,
body.tag .global_nav,
.category .global_nav {
    display: none;
}
.global_nav {
  width: calc(100% - 126px);
}
.global_nav > ul {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
}
.global_nav > ul > li {
    margin: 0 25px;
  position: relative;
}
@media screen and (max-width: 1160px) {
.global_nav > ul > li {
    margin: 0 15px;
}
}
.global_nav > ul > li:last-child {
    margin-right: 0;
}
.global_nav a {
    color: #333333;
    text-decoration: none;
}
.global_nav a:hover {
    color: #F18D00;
}
@media screen and (max-width: 920px) {
.global_nav {
    display: none;
}
}

.global_nav .lower {
	position: absolute;
	top: calc(100% + 3px);
	left: -1em;
	width: auto;
	visibility: hidden;
	opacity: 0;
	transition: .2s ease-in-out;
	white-space: nowrap;
	z-index: 3;
	background-color: rgba(255,255,255,1);
	border-radius: 4px;
	box-shadow:0px 3px 6px 0px rgba(0, 0, 0, 0.1);
	text-align: left;
  padding: 0 10px;
}
.global_nav .lower li {
	margin: 0;
}
.global_nav .lower a {
	display: block;
	padding: 10px;
}
.global_nav .lower li:not(:last-child) a {
	border-bottom: 1px solid #EBEAE8;
	width: auto;
}
.global_nav > ul > li:hover .lower {
	visibility: visible;
	opacity: 1;
}







.search_pc {
    display: none;
    position: absolute;
    top: 65px;
    right: 10px;
    background-color: #ffffff;
    padding: 15px 30px;
    border-radius: 5px;
  box-shadow: 0 0 6px 3px rgba(0,0,0,0.1);
  z-index: 5;
}
.search_pc input[type="submit"] {
    color: #fff;
    font-size: 1.4rem;
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #F18D00;
    border: 1px solid #F18D00;
    position: relative;
    border-radius: 5px;
    line-height: 38px;
}
.search_pc input[type="text"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    box-sizing: border-box;
    vertical-align: top;
    padding: 5px;
    width: 15em;
    border-radius: 5px;
    border: 1px solid #DDDDDD;
    margin-right: 5px;
}


.search_sp {
    display: none;
    margin: 10px auto;
    width: 90%;
    max-width: 340px;
}
.search_sp input[type="image"] {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #EBEBEB;
    position: relative;
    height: 39px;
    padding: 9px 14px;
    box-sizing: border-box;
    border-radius: 0 20px 20px 0;
}
.search_sp input[type="search"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
    border: none;
    box-sizing: border-box;
    vertical-align: top;
    width: calc(100% - 49px);
    background-color: #EBEBEB;
    font-size: 1.4rem;
    line-height: 2.8;
    padding: 0 20px;
    border-radius: 20px 0 0 20px;
}



.sp_780 { display: none !important; }
@media screen and (max-width: 780px) {
    .btn_search {
        display: none;
    }
    .header .blog_nav nav {
        max-width: 360px;
        margin: 0 auto;
    }
    .search_sp {
        display: block;
    }
    .pc_780 {
        display: none !important;
    }
    .sp_780 {
        display: -webkit-flex !important;
        display: flex !important;
    }
}
@media screen and (max-width: 560px) {
    .header .blog_nav h2 {
        margin: 0 0 40px;
    }
}



.searcharea {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

.searcharea .btn {
	width:70px;
	display: inline-block;	
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.searcharea .text {
	height: 50px;
	width: -webkit-calc(100% - 50px);
	width: calc(100% - 50px);
	font-size:1rem;
}
.searcharea .btn {
	width:50px;
}	
}




/* Footer
=================================================== */
.footer {
    position: relative;
}
.footer .contact {
    background-color: #F2F2F2;
    padding: 30px 3%;
    margin-bottom: 40px;
    text-align: center;
}
.footer .contact h2 {
    font-size: 2.5rem;
}
.footer .contact h2 span {
    font-size: 1.2rem;
    color: #F18D00;
    text-transform: uppercase;
    display: block;
}
.footer .contact .tel {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.footer .contact .tel a {
    display: inline-block;
}
.footer .contact .tel a span::before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_tel.svg) 0 0 no-repeat;
    background-size: 23px 23px;
    width: 23px;
    height: 23px;
    display: inline-block;
    margin-right: 5px;
}
@media screen and (max-width: 560px) {
.footer .contact .tel {
    font-size: 2.3rem;
    margin-top: 20px;
}
.footer .contact .tel a {
    background-color: #ffffff;
    padding: 9px 30px;
    width: 100%;
    max-width: 334px;
    box-sizing: border-box;
    border: 2px solid #333333;
    border-radius: 31px;
}
.footer .contact .tel a span::before {
    content: "";
    background: url(../images/common/icon_tel.svg) 0 0 no-repeat;
    background-size: 21px 21px;
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
}
.footer .contact .button_mail a {
    display: inline-block;
    background-color: #ffffff;
    color: #333333;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 30px;
    width: 100%;
    max-width: 334px;
    box-sizing: border-box;
    border: 2px solid #333333;
    border-radius: 31px;
    position: relative;
}
.footer .contact .button_mail a:hover {
    opacity: .8;
}
.footer .contact .button_mail a::after {
    content: "";
    background: url(../images/common/arrow.svg) 0 0 no-repeat;
    background-size: 6px 11px;
    width: 6px;
    height: 11px;
    display: block;
    position: absolute;
    right: 25px;
    top: calc( 50% - 6px);
}
.footer .contact .button_mail a span::before {
    content: "";
    display: inline-block;
    background: url(../images/common/icon_mail.svg) 0 0 no-repeat;
    background-size: 20px 16px;
    width: 20px;
    height: 16px;
    display: inline-block;
    margin-right: 5px;
    top:1px;
    position: relative;
}

.footer .info {
    width: 94%;
    max-width: 1000px;
    margin: 0 auto 10px;
}
.footer .info .upper {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 10px;
}
.footer .info .upper .name {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
}
.footer .info .upper .name .logo {
    margin-right: 30px;
}
.footer .info .upper .name p {
   margin-bottom: 0;
}
.footer .info .upper .name p span {
   display: inline-block;
    margin-right: 15px;
}
.footer .info .upper .name a {
   font-size: 1.4rem;
    text-decoration: none;
    color: #319600;
}
.footer .info .upper .name a:hover {
   opacity: .7;
}
.footer .info .upper .name a::after {
    content: "";
    background: url(../images/common/icon_pin.svg) 0 0 no-repeat;
    display: inline-block;
    width: 10px;
    height: 12px;
    margin-left: 5px;
}
@media screen and (max-width: 960px) {
.footer .info .upper .name {
    display: block;
    text-align: center;
    width: 100%;
}
.footer .info .upper .name .logo {
    margin-right: 0;
    margin-bottom: 10px;
}
.footer .info .upper .name p span {
   display: block;
    margin-right: 0;
}
}

.footer .info .sns {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 30px;
}
.footer .info .sns li:not(:last-child) {
    margin-right: 10px;
}
.footer .info .sns a:hover {
   opacity: .8;
}
@media screen and (max-width: 960px) {
.footer .info .sns {
    width: 100%;
    justify-content: center;
}
}

.footer_nav > ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer_nav > ul > li {
    margin-bottom: 30px;
}
.footer_nav > ul > li > a {
    text-decoration: none;
    color: #5CB531;
    display: inline-block;
    margin-bottom: 8px;
    font-weight: bold;
}
.footer_nav > ul > li > a:hover {
    opacity: .7;
}
.footer_nav > ul > li > ul {
    font-size: 1.2rem;
    font-weight: bold;
}
.footer_nav > ul > li > ul li {
    margin-bottom: 5px;
}
.footer_nav > ul > li > ul a {
    text-decoration: none;
    color: #333333;
}
.footer_nav > ul > li > ul a:hover {
    opacity: .7;
}
.footer_nav > p {
    text-align: center;
    margin: 0;
    font-size: 1.2rem;
}
.footer_nav > p a {
    text-decoration: none;
}
@media screen and (max-width: 900px) {
    .footer_nav > ul {
        justify-content: flex-start;
    }
    .footer_nav > ul > li {
        margin-right: 20px;
    }
}


.footer .copyright {
    font-size: 1.2rem;
    text-align: center;
    color: #ffffff;
    margin-bottom: 0;
    padding: 5px 0;
    background-color: #F18D00;
}
.footer .light {
    position: absolute;
    bottom:0;
    right: 10px;
    width: 53px;
    height: 61px;
}

.totop {
    position: fixed;
    right: 15px;
    width: 55px;
}
@media screen and (max-width: 560px) {
    .totop {
        display: none !important;
    }
}

.conversion {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 5;
    transition: 0.5s;
}
.conversion.hide {
    bottom:-50px;
}
.conversion ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 560px) {
    #container {
        min-height: 100vh;
        position: relative;
        box-sizing: border-box;
    }
    .conversion {
        display: block;
    }
}


/* Home
=============================================== */
.lineup {
  width: 94%;
  max-width: 1366px;
  margin: 0 auto;
  padding: 30px 0 20px;
}
.lineup > ul {
  margin: 0 auto 30px;
}
.lineup a {
  text-decoration: none;
  color: #333333;
  display: block;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.1);
  border-radius: 5px;
  padding-bottom: 5px;
  background-color: #ffffff;
}
.lineup a:hover {
  box-shadow:0px 0px 16px 3px rgba(0,0,0,0.2);
}

.item {
    position: relative;
    width: 240px;
    margin-bottom: 30px;
}
.item_960 {
	width: 320px;
}
.item_1200 {
	width: 400px;
}

.item .thum {
  margin-bottom: 10px;
}
.item .thum img {
  border-radius: 5px 5px 0 0;
}

@media screen and (max-width: 560px) {
  .lineup {
    width: 100%;
    padding: 30px 0 20px;
  }
  .item {
    width: 100%;
    margin-bottom: 40px;
  }
  .lineup a {
    border-radius: 0;
  }
  .item .thum img {
    border-radius: 0;
  }
}

.item .cate {
  font-size: 1.3rem;
  color: #ffffff;
  position: relative;
  margin: 0 0 0 15px;
}
.item .cate span {
  display: inline-block;
  border-radius: 5px;
  padding: 2px 15px;
  margin: 0 10px 5px 0;
}
.item .cate span.media {
  background-color: #4CB5D8;
}
.item .cate span.event {
  background-color: #DAAB54;
}
.item .cate span.delicious {
  background-color: #437EBE;
}
.item .cate span.town {
  background-color: #3B9E5E;
}
.item .cate span.soften {
  background-color: #F08EA0;
}
.item .cate span.future {
  background-color: #96C748;
}
.item .cate span.worker {
  background-color: #A971B7;
}

.item h2 {
  font-size: 1.8rem;
  margin: 0 15px 5px;
  line-height: 1.4;
}
.item .date {
  font-size: 1.2rem;
  color: #888888;
  margin: 0 15px 5px;
}


/* blog
=============================================== */
.blog .kv {
  background:#ffffff url(../images/blog/bg_header.png) 0 0;
  background-size: 250px 170px;
    text-align: center;
    /*border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;*/
}
.blog .kv .inner {
    background: url(../images/blog/bg_kv.png) center 0 no-repeat;
    background-size: 1366px 200px;
    text-align: center;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    width: 100%;
}
@media screen and (max-width: 560px) {
    .blog .kv .inner {
        background: url(../images/blog/bg_kv_sp.png) center 0 no-repeat;
        background-size: 375px 140px;
        height: 140px;
    }
}

.blog .wrapper {
    width: 100%;
    background-color: #ffffff;
    padding: 50px 0 1px;
}
@media screen and (max-width: 560px) {
    .blog .wrapper {
        padding: 30px 0 1px;
        margin-bottom: 0;
    }
}
.tit_blog {
    border-bottom: 1px solid #F18D00;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.tit_blog .txt {
    width: calc(100% - 100px);
}
.tit_blog .photo {
    width: 80px;
}
.tit_blog h1 {
    font-size: 2.4rem;
}
.tit_blog .txt p {
    font-size: 1.5rem;
}

.tit_blog .cate span {
  display: inline-block;
}

@media screen and (max-width: 560px) {
.tit_blog {
    display: block;
}
.tit_blog .txt {
    width: 100%;
}
.tit_blog .photo {
    width: 80px;
    margin: 0 auto 10px;
}
.tit_blog h1 {
    font-size: 2rem;
    font-weight: normal;
}
}


.list_sns {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}
.list_sns li {
    font-size: 1.4rem;
    line-height: 1.2;
    font-weight: bold;
    width: 30%;
    text-align: center;
}
.list_sns a {
    color: #333333;
    text-decoration: none;
    border: 2px solid #333333;
    display: block;
    padding: 15px 5px;
    border-radius: 25px;
}
.list_sns a:hover {
    opacity: .7;
}
.list_sns img {
    vertical-align: top;
    line-height: 1;
    margin-right: 5px;
}
@media screen and (max-width: 560px) {
.list_sns {
    margin-bottom: 40px;
}
.list_sns li {
    width: 100%;
    margin-bottom: 20px;
}    
}


.blog .profile {
    margin-bottom: 50px;
}
.blog .profile h2 {
    border-bottom: 1px solid #F18D00;
    font-size: 1.4rem;
    padding-bottom: 5px;
    margin: 0 auto 20px;
}
.blog .profile .inner {
    display: -webkit-flex;
    display: flex;
  justify-content: space-between;
  width: 94%;
  max-width: 500px;
  margin: 0 auto 30px;
}
.blog .profile .photo {
    width: 24%;
}
.blog .profile .txt {
    width: 70%;
}
.blog .profile h3 {
    font-size: 1.6rem;
    margin-bottom: 5px;
}
.blog .profile .posi {
    margin-bottom: 10px;
}
/*.blog .profile .word {
    font-size: 1.4rem;
}*/


.blog article .text {
  margin-bottom: 80px;
}
.blog article .text a {
  word-break: break-all;
}
@media screen and (max-width: 560px) {
.blog article .text {
  margin-bottom: 50px;
}
  .blog article .text img {
    text-align: center;
    display: inline-block;
  }
}
.blog article .text strong {
  font-weight: normal;
  background: linear-gradient(transparent 40%, rgba(241,141,0,0.1) 40%);
  padding-bottom: 2px;
}
.blog article .text .aligncenter {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.nav_blog {
  border-top: 1px solid #F18D00;
  padding-top: 10px;
  position: relative;
  font-size: 1.4rem;
}
.nav_blog .back {
  width: 8em;
  text-align: center;
  position: absolute;
  top:10px;
  left: calc(50% - 4em);
}
.nav_blog .back::before {
  content: "";
  background: url(../images/common/icon_lineup.svg) 0 0 no-repeat;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 2px 10px 0 0;
}

.blog .relation {
  margin-bottom: 70px;
}
.blog .relation h2 {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #F18D00;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.blog .relation .arti {
  margin-bottom: 20px;
}
.blog .relation .arti a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.blog .relation .arti .img {
  width: 125px;
}
.blog .relation .arti .txt {
  width: calc(100% - 125px);
  font-size: 1.4rem;
}
.blog .relation .arti .txt p{
  margin: 0;
}
@media screen and (max-width: 560px) {
.blog .relation {
  margin-bottom: 50px;
}
}

.blog .navigation {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.blog .navigation dl {
  width: 32%;
}
.blog .navigation dt {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #F18D00;
  padding-bottom: 6px;
  margin-bottom: 10px;
  width: 100%;
}
.blog .navigation dd ul {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.blog .navigation dd ul li {
  margin-bottom: 9px;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
.blog .navigation {
  display: block;
}
.blog .navigation dl {
  width: 100%;
  margin-bottom: 50px;
}
}





/* Contents
=============================================== */
.mv {
  height: 200px;
  padding: 20px 0;
  margin-bottom: 40px;
}
.mv .inner {
  display: table;
  margin: 0 auto;
  height: 100%;
  min-width: 238px;
}
.mv .title {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  line-height: 1.4;
  background: url(../images/common/bg_title.svg) center 0 no-repeat;
  background-size: cover;
  font-size: 3rem;
  margin: 0;
}
.mv .title span {
  text-transform: uppercase;
  display: block;
  font-size: 1.4rem;
  color: #F18D00;
}
@media screen and (max-width: 560px) {
.mv {
  height: 140px;
  padding: 20px 0;
}
.mv .inner {
  min-width: 150px;
}
.mv .title {
  font-size: 2rem;
  height: 100%;
}
.mv .title img {
  width: auto;
  height: 16px;
}
.mv .title span {
  font-size: 1rem;
}
}
.tbl_01 {
  border-top: 1px solid #F5AF4D;
  border-left: none;
}
.tbl_01 th,
.tbl_01 td {
  border-bottom: 1px solid #F5AF4D;
  border-right: none;
  text-align: left;
  vertical-align: top;
  background-color: inherit;
  padding: 15px 10px;
}
.tbl_01 th {
  font-weight: bold;
}
.tbl_about th {
  width: 7em;
}
@media screen and (max-width: 560px) {
.tbl_01 th,
.tbl_01 td {
  display: block;
  width: 100%;
}
.tbl_01 th {
  border-bottom: none;
  padding-bottom: 0;
}
.tbl_01 td {
  padding-top: 0;
}
}

.map {
  text-decoration: none !important;
}
.map::after {
  content: "";
  background: url(../images/common/icon_map.svg) 0 0 no-repeat;
  background-size: 10px 12px;
  width: 10px;
  height: 12px;
  display: inline-block;
  margin-left: 3px;
}
.map:hover {
  text-decoration: underline!important;
}

.link_pdf a::after {
  background: url(../images/common/icon_pdf.svg) 0 0 no-repeat;
  background-size: 17px 14px;
  width: 17px;
  height: 14px;
  content: "";
  display: inline-block;
  margin-left: 8px;
}

.bg_color {
  background-color: #F2F2F2;
}

.dl_3em dt {
  clear: both;
  float: left;
  width: 3.5em;
}
.dl_3em dd {
  padding-left: 3.5em;
}


/* About
=============================================== */
.about .mv {
  background: url(../images/about/kv@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
.about .mv {
  background: url(../images/about/kv_sp@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
}
.tbl_about .address a {
  display: inline-block;
  margin-left: 20px;
}
.tbl_about .officer dl {
  margin: 0;
}
.tbl_about .officer dt {
  clear: both;
  float: left;
  width: 6em;
}
.tbl_about .officer dd {
  padding-left: 6em;
}
.tbl_about .officer dd:not(:last-child) {
  margin-bottom: 3px;
}
.tbl_about .officer dd span {
  display: inline-block;
  width: 6.5em;
}
.tbl_about .history p {
  margin-bottom: 0;
}
.tbl_about .history dl {
  margin-bottom: 20px;
}
.tbl_about .history dl:last-child {
  margin-bottom: 0;
}
.tbl_about .history dt {
  clear: both;
  float: left;
  width: 3em;
}
.tbl_about .history dd {
  padding-left: 3em;
}

.wrap_about {
  margin-bottom: 60px;
}
.wrap_about h2 {
  font-size: 3rem;
  color: #F18D00;
  border-bottom: 1px solid #F18D00;
  margin-bottom: 10px;
}
.wrap_about h2:not(:first-child) {
  margin-top: 50px;
}

.wrap_map {
  background-color: #FAFBFC;
  padding: 25px;
  margin-bottom: 60px;
}
.wrap_map .img {
  margin-bottom: 25px;
}
.wrap_map p > span {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 560px) {
.wrap_map {
  padding: 5px;
  margin-bottom: 50px;
  }
  .wrap_map .img {
    text-align: center;
  }
}

.wrap_access {
  max-width: 720px;
  margin: 0 auto;
}
.wrap_access h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 50px;
  font-weight: normal;
}
.wrap_access .bus {
  margin-bottom: 100px;
}
.wrap_access .column_2 {
  margin-bottom: 60px;
}
.wrap_access .img {
  width: 38%;
  text-align: center;
}
.wrap_access .txt {
  width: 54%;
}
@media screen and (max-width: 560px) {
.wrap_access h2 {
  margin-bottom: 30px;
}
.wrap_access .bus {
  margin-bottom: 10px;
  overflow: scroll;
  width: 100%;
  padding-bottom: 10px;
} 
  .wrap_access .bus img {
    width: 720px;
    max-width: 720px;
  }
.wrap_access .red {
  margin-bottom: 50px;
}
.wrap_access .img {
  width: 100%;
}
.wrap_access .txt {
  width: 100%;
}
}

/* team
=============================================== */
.team .mv {
  background: url(../images/team/kv@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
.team .mv {
  background: url(../images/team/kv_sp@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
}

.list_team {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  
}
.list_team li {
  width: 23%;
  margin: 0 1% 50px;
  text-align: center;
}
.list_team li a {
  color: #333333;
  text-decoration: none;
}
.list_team li a:hover {
  color: #5CB531;
}
.list_team img {
  display: block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.list_team h3 {
  font-size: 1.6rem;
}
.list_team h3 span {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: normal;
  line-height: 1.5;
}
@media screen and (max-width: 560px) {
.list_team li {
  width: 100%;
  margin: 0 auto 50px;
}
  .list_team li img {
    max-width: 230px;
  }
}

.team .headline {
  font-weight: bold;
}
.profile {
  align-items: center;
  margin-bottom: 30px;
}
.profile .img {
  width: 42%;
}
.profile .txt {
  width: 52%;
}

@media screen and (max-width: 560px) {
.team .profile .img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 10px;
}
.team .profile .txt {
  width: 100%;
  text-align: center;
}
}



.wrap_team {
  margin-bottom: 80px;
}

.wrap_team h2 {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #F18D00;
}
.wrap_team h2:not(:first-child) {
  margin-top: 60px;
}

.list_article {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_article li {
  width: 45%;
}
.list_article li a {
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.list_article li .img {
  width: 120px;
}
.list_article li .txt {
  width: calc( 100% - 120px);
}
@media screen and (max-width: 560px) {
.list_article li {
  width: 100%;
  margin-bottom: 10px;
}
}

.team .wrap_m .button {
  margin-bottom: 100px;
}

.img_team {
  margin-bottom: 80px;
}

/* business
=============================================== */
.business .mv {
  background: url(../images/business/kv@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
.business .mv {
  background: url(../images/business/kv_sp@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
}
.business .wrap_m .headline,
.business .wrapper .headline {
  margin-bottom: 50px;
}
.business .wrap_m .column_2,
.business .wrapper > .column_2 {
  margin-bottom: 80px;
  align-items: center;
}
.business .wrap_m .column_2 .img {
  width: 41.666666%;
}
.business .wrap_m .column_2 .txt {
  width: 51%;
}
.business .wrapper > .column_2 .img {
  width: 30%;
}
.business .wrapper > .column_2 .txt {
  width: 60%;
}
.business .bg_color {
  padding: 50px 0 1px;
  margin-bottom: 80px;
}
@media screen and (max-width: 560px) {
.business .wrap_m .column_2,
.business .wrapper > .column_2 {
  margin-bottom: 50px;
}
.business .wrap_m .column_2 .img,
  .business .wrapper > .column_2 .img {
  width: 100%;
  max-width: 300px;
}
.business .wrap_m .column_2 .txt,
  .business .wrapper > .column_2 .txt {
  width: 100%;
}
.business .wrap_m .column_2 .txt h3,
  .business .wrapper > .column_2 .txt h3 {
  text-align: center;
}
.business .bg_color {
  margin-bottom: 50px;
}
  .business .button {
    text-align: center;
  }
}

.box_business {
  border: 2px solid #F18D00;
  border-radius: 5px;
  padding: 50px 0;
  margin-bottom: 30px;
}
.box_business .column_2 {
  align-items: center;
}
.box_business .column_2 .img {
  width: 41%;
}
.box_business .column_2 .txt {
  width: 51%;
}
.box_business .flow dt {
clear: both;
float: left;
width: 4em;
}
.box_business .flow dd {
padding-left: 4em;
}

.business .price {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.business .price .headline {
  margin-bottom: 10px;
}
.business .price_01 {
  width: 100%;
  margin-bottom: 50px;
}
.business .price_02 {
  width: 42%;
}
.business .price_03 {
  width: 54%;
}
.business .price table,
.business .price th,
.business .price td {
  border: none;
}
.business .price th,
.business .price td {
  border: 4px solid #ffffff;
}
.business .price th {
  background-color: #F18D00;
  color: #ffffff;
}
.business .price td {
  background-color: #FFF7ED;
}
.business .price_02 td,
.business .price_03 td {
  text-align: left;
}
.business .price_03 table{
  margin-bottom: 30px;
}

@media screen and (max-width: 620px) {
.business .price {
  display: block;
}
.business .price_01 {
  width: 100%;
  margin-bottom: 50px;
}
  .business .price_01 .inner {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    white-space: nowrap;
  }
  /*
  .business .price_01 .inner th:first-child {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
  */
.business .price_02 {
  width: 100%;
  margin-bottom: 50px;
}
.business .price_03 {
  width: 100%;
}
.business .price_02 th,
.business .price_03 th {
  width: 5em;
}
}

.list_flow {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 50px;
}
.list_flow li {
  background-color: #F2F2F2;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 30px 50px 15px 120px;
  position: relative;
}
.list_flow h3 {
  color: #F18D00;
  font-size: 2rem;
  margin-bottom: 10px;
}
.list_flow li::before {
  width: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #F18D00;
  border-radius: 50%;
  display: block;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  left:45px;
  top: calc(50% - 25px);
}
.list_flow li:nth-child(1)::before {
  content: "1";
}
.list_flow li:nth-child(2)::before {
  content: "2";
}
.list_flow li:nth-child(3)::before {
  content: "3";
}
.list_flow li:nth-child(4)::before {
  content: "4";
}
.list_flow li:nth-child(5)::before {
  content: "5";
}
.list_flow .call {
  font-size: 2rem;
}

@media screen and (max-width: 560px) {
.list_flow li {
  padding: 30px 20px;
}
.list_flow h3 {
  position: relative;
  margin-bottom: 10px;
  padding-left: 60px;
}
.list_flow li::before {
  display: none;
}
.list_flow li h3::before {
  width: 50px;
  line-height: 50px;
  color: #ffffff;
  background-color: #F18D00;
  border-radius: 50%;
  display: block;
  font-size: 2rem;
  text-align: center;
  position: absolute;
  left:0;
  top: calc(50% - 25px);
}
.list_flow li:nth-child(1) h3::before {
  content: "1";
}
.list_flow li:nth-child(2) h3::before {
  content: "2";
}
.list_flow li:nth-child(3) h3::before {
  content: "3";
}
.list_flow li:nth-child(4) h3::before {
  content: "4";
}
.list_flow li:nth-child(5) h3::before {
  content: "5";
}
.list_flow .call {
  color: #319600;
}
}


.wrap_cost h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  margin: 0;
}
.wrap_cost h2 span {
  color: #ffffff;
  background-color: #F18D00;
  display: inline-block;
  border-radius: 23px;
  padding: 5px 20px;
  min-width: 12em;
  position: relative;
  z-index: 2;
}
.wrap_cost h2 span::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-top: 10px solid #F18D00;
}
.wrap_cost .inner {
  background-color: #FFFBF2;
  padding: 40px 50px 20px;
  position: relative;
  margin-top: -23px;
  align-items: flex-start !important;
}
.wrap_cost .inner > div {
  width: 45%;
}
.wrap_cost .inner h3 {
  font-size: 1.6rem;
  border-bottom: 1px dashed #F18D00;
  padding-bottom: 8px;
}

.wrap_cost .inner > .conditions {
  width: 50%;
  border-left: 1px dashed #F18D00;
  text-align: center;
}
.wrap_cost .conditions ul {
  display: inline-block;
  text-align: left;
}
.wrap_cost .conditions li {
  padding-left: 1em;
  position: relative;
}
.wrap_cost .conditions li::before {
  content: "●";
  color: #f18d00;
  position: absolute;
  left: 0;
  font-size: 5px;
  line-height: 2.8rem;
}

@media screen and (max-width: 560px) {
.wrap_cost .inner > div {
  width: 100%;
}
.wrap_cost .inner > div:first-child {
  margin-bottom: 30px;
}
.wrap_cost .inner > .conditions {
  width: 100%;
  border-left: none;
  border-top: 1px dashed #F18D00;
  text-align: left;
  padding-top: 30px;
}
  
}

/* philosophy
=============================================== */
.philosophy .mv {
  background: url(../images/philosophy/kv@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
.philosophy .mv {
  background: url(../images/philosophy/kv_sp@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
}

.philosophy .column_2 .txt {
  width: 60%;
}
.philosophy .column_2 .txt h2:not(:first-child) {
  margin-top: 50px;
}
.philosophy .column_2 .profile,
.philosophy .column_2 .img {
  width: 30%;
}
.philosophy .column_2 .profile.left {
  order: -1;
}

.philosophy .column_2 .profile img {
  margin-bottom: 50px;
}
.philosophy .column_2 .profile .name {
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #020202;
  padding-bottom: 10px;
}

.philosophy .promise h3 {
  color: #1E5D00;
  font-size: 2.5rem;
  text-align: center;
  border-bottom: 1px solid #319600;
}
.philosophy .promise h3:not(:first-child) {
  margin-top: 50px;
}

@media screen and (max-width: 720px) {
  .philosophy .column_2 .profile .button a {
    min-width: inherit;
  }
}
@media screen and (max-width: 560px) {
.philosophy .column_2 .txt {
  width: 100%;
  margin-bottom: 30px
}
.philosophy .column_2 .profile,
.philosophy .column_2 .img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}
  .philosophy .column_2 .img {
    margin-bottom: 30px;
  }
  .philosophy .column_2 .txt .button {
    text-align: center;
  }
}

/* seminar
=============================================== */
.seminar .mv {
  background: url(../images/seminar/kv@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
.seminar .mv {
  background: url(../images/seminar/kv_sp@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
}

.wrap_seminar table,
.wrap_seminar table th,
.wrap_seminar table td {
  border: none;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.wrap_seminar table {
  border-top: 1px solid #F5AF4D;
  margin-bottom: 50px;
}
.wrap_seminar table th,
.wrap_seminar table td {
  border-bottom: 1px solid #F5AF4D;
}
.wrap_seminar table th {
  font-weight: bold;
  width: 12em;
}
@media screen and (max-width: 560px) {
.wrap_seminar table th,
.wrap_seminar table td {
  display: block;
  width: 100%;
}
.wrap_seminar table th {
  border-bottom: none;
  padding-bottom: 0;
}
.wrap_seminar table td {
  padding-top: 0;
}
}

/* privacy policy
=============================================== */
.privacy-policy .mv .title {
  background: url(../images/privacy-policy/bg_title.svg) center 0 no-repeat;
  background-size: 100%;
  padding: 0 38px;
}
@media screen and (max-width: 560px) {
.privacy-policy .mv .title {
  background: url(../images/privacy-policy/bg_title.svg) center 0 no-repeat;
  background-size: 85%;
  padding: 0 20px;
}
}

.privacy-policy .mv {
  background: url(../images/privacy-policy/kv@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
.privacy-policy .mv {
  background: url(../images/privacy-policy/kv_sp@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
}

.privacy-policy dt {
  font-weight: bold;
}
.privacy-policy dd {
  margin-bottom: 1em;
}

.privacy-policy .list_num > li > ol {
  list-style-type: lower-alpha;
}

.privacy-policy .sign {
  text-align: right;
  margin-top: 50px;
}
.privacy-policy .sign p {
  margin-bottom: 5px;
  line-height: 1.5;
}
.privacy-policy .sign p:first-child {
  margin-bottom: 10px;
}
.privacy-policy .sign .name {
  font-size: 3rem;
}


/* recruit
=============================================== */
.recruit .mv {
  background: url(../images/recruit/kv@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 560px) {
.recruit .mv {
  background: url(../images/recruit/kv_sp@2x.jpg) center 0 no-repeat;
  background-size: cover;
}
}

.recruit .column_2 {
  align-items: center;
}
.recruit .column_2 .img {
  width: 41.666666%;
}
.recruit .column_2 .txt {
  width: 51%;
}
@media screen and (max-width: 560px) {
.recruit .column_2 .img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 1em;
}
.recruit .column_2 .txt {
  width: 100%;
}
}
.recruit .panel table,
.recruit .panel table th,
.recruit .panel table td {
  border: none;
  background-color: inherit;
  vertical-align: top;
  text-align: left;
}
.recruit .panel table {
  border-top: 1px solid #F5AF4D;
  margin-bottom: 50px;
}
.recruit .panel table th,
.recruit .panel table td {
  border-bottom: 1px solid #F5AF4D;
}
.recruit .panel table th {
  font-weight: bold;
  width: 12em;
}
@media screen and (max-width: 560px) {
.recruit .panel table th,
.recruit .panel table td {
  display: block;
  width: 100%;
}
.recruit .panel table th {
  border-bottom: none;
  padding-bottom: 0;
}
.recruit .panel table td {
  padding-top: 0;
}
}

/* form
=============================================== */
.form .mv,
.page-lecture_form .mv {
  background: url(../images/form/kv@2x.jpg) center 0 no-repeat !important;
  background-size: cover !important;
}
@media screen and (max-width: 560px) {
.form .mv,
.page-lecture_form .mv {
  background: url(../images/form/kv_sp@2x.jpg) center 0 no-repeat !important;
  background-size: cover !important;
}
}



/* contact
=============================================== */
.form table,
.form table th,
.form table td {
  border: none;
  padding: 0;
  background-color: transparent;
  vertical-align: top;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
}
.form table th {
  white-space: nowrap;
  line-height: 2.4;
  width: 10em;
}
.form table td {
    padding: 0 0 30px 0;
    text-align: left;
}
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"],
.form input[type="date"],
.form input[type="number"] {
    line-height: 2.4;
    width: 100%;
    padding: 0 10px;
    border-radius: 5px;
    border: 1px solid #0F0F0F;
    box-sizing: border-box;
}
.form textarea {
    border-radius: 5px;
    border: 1px solid #0F0F0F;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
}
.form input[type=radio],
.form input[type=checkbox] {
    display: none;
}
.form .wpcf7-acceptance input[type=checkbox] {
    display: none;
}
span.wpcf7-list-item {
    display: block;
    margin: 0;
}
.wpcf7-checkbox span.wpcf7-list-item,
.consent span.wpcf7-list-item {
    display: inline-block;
  padding-left: 25px;
}
.wpcf7-checkbox span.wpcf7-list-item .wpcf7-list-item-label {
    margin-right: 25px;
}

.form .wpcf7-radio .wpcf7-list-item-label {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 6px 20px 6px 0;
    padding: 0 0 0 28px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
}
input[type=radio] + .wpcf7-list-item-label:after,
.wpcf7-list-item-label:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 1px solid #0F0F0F;
    border-radius: 10px;
    content: '';
    background: #fff;
}
input[type=radio] + .wpcf7-list-item-label:before,
.wpcf7-list-item-label:before {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -8px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
input[type=radio]:checked + .wpcf7-list-item-label:before {
    opacity: 1;
}
input[type=radio]:checked + .wpcf7-list-item-label:after {
    background: #F18D00;
    border-color: #F18D00;
}

.wpcf7-checkbox .wpcf7-list-item-label {
    box-sizing: border-box;
    -webkit-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear;
    position: relative;
    display: inline-block;
    margin: 6px 20px 6px 0;
    padding: 0 0 0 28px;
    border-radius: 8px;
    vertical-align: middle;
    cursor: pointer;
}

.consent .wpcf7-list-item {
  position: relative;
}

.form input[type=checkbox] + span:after {
    transition: border-color 0.2s linear;
    position: absolute;
    top: 13px;
    left: 0;
    display: block;
    margin-top: -9px;
    width: 16px;
    height: 16px;
    border: 1px solid #0F0F0F;
    border-radius: 3px;
    content: '';
    background: #fff;
}
.form input[type=checkbox] + span:before,
.form input[type=checkbox] + .wpcf7-list-item-label:before {
    transition: opacity 0.2s linear;
    position: absolute;
    top: 50%;
    left: 6px;
    display: block;
    margin-top: -8px;
    width: 5px;
    height: 9px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 1;
}
.form input[type=checkbox]:checked:after {
    background: #F18D00;
}
.form input[type=checkbox]:checked + span:before,
.form input[type=checkbox]:checked + .wpcf7-list-item-label:before {
    opacity: 1;
}
.form input[type=checkbox]:checked + span:after,
.form input[type=checkbox]:checked + .checkbox:after,
.form input[type=checkbox]:checked + .wpcf7-list-item-label:after {
    background: #F18D00;
    border-color: #F18D00;
}

.form select {
    line-height: 2.4;
    width: 12em;
    -webkit-appearance: none;
    background: #fff url(../images/common/arrow_bottom.svg) right 10px center no-repeat;
    background-size: 9px 6px;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #0F0F0F;
    padding-left: 10px;
    vertical-align: middle;
    box-sizing: content-box;
    border-radius: 0;
    margin-right: 10px;
    border-radius: 5px;
}

.form .wrap_m input[type="submit"],
.page-lecture_form .wrap_m input[type="submit"] {
  display: inline-block;
  color: #333333;
  font-weight: bold;
  padding: 15px 35px;
  min-width: 216px;
  box-sizing: border-box;
  border: 2px solid #333333;
  border-radius: 25px;
  position: relative;
  line-height: 1.2;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  background: url(../images/common/arrow.svg) right 20px top 48% no-repeat;
  background-size: 6px 11px;
}
.form .wrap_m input[type="submit"]:hover,
.page-lecture_form .wrap_m input[type="submit"]:hover {
    opacity: .7;
}
.form .wrap_m input[type="submit"][disabled],
.page-lecture_form .wrap_m input[type="submit"][disabled] {
    background-color: #aaa;
    border: 1px solid #aaa;
    cursor: not-allowed;
}
.form .wrap_m input[type="submit"][disabled]:hover,
.page-lecture_form .wrap_m input[type="submit"][disabled]:hover {
    opacity: 1;
}

p.consent {
    text-align: center;
}
@media screen and (max-width: 560px) {
    .form th,
    .form td {
        display: block;
        width: 100%;
        text-align: left !important;
    }
    .form table td {
        padding: 0 0 30px 0;
    }
    
    p.consent a {
        display: inline;
    }
}



/* blog
=============================================== */


.archive_nav {
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.archive_nav h3 {
    font-weight: normal;
    margin-bottom: 20px;
}
.archive_nav li {    
    position: relative;
    padding-left: 1em;
    margin-bottom: 5px;
}
.archive_nav li::after {
    content: ">";
    position: absolute;
    left: 0;
    top: 3px;
    transform: scale(.6,1);
    font-size: 0.8rem;
    font-weight: bold;
}
@media screen and (max-width: 560px) {
    .archive_nav {
        display: block;
    }
    .archive_nav h3 {
        margin-bottom: 10px;
    }
    .archive_nav > div:first-child {
        margin-bottom: 30px;
    }
}






.pagination {
    text-align: center;
    margin-bottom: 50px;
    font-size: 1.2rem;
}
a.page-numbers,
.pagination .current {
    text-decoration: none;
    margin: 0 3px 10px;
    display: inline-block;
    border: 2px solid #020202;
    border-radius: 50%;
    width: 2.5em;
    line-height: 2.5em;
    text-align: center;
}
.pagination .current {
    color: #ffffff;
    background-color: #020202;
}
.pagination a {
  padding-bottom: 0;
}
.pagination a:hover {
    opacity: .7;
}


.paging {
    position: relative;
    width: 100%;
    margin: 0 auto 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.paging .next {
	width: 6em;
}
.paging .prev {
	width: 6em;
}
.nav_team .paging .next,
.nav_team .paging .prev {
  width: auto;
}



.detail,
.nav_blog {
    margin-bottom: 70px;
}
@media screen and (max-width: 560px) {
    .detail,
    .nav_blog {
        margin-bottom: 50px;
    }
}


@media only screen and (-webkit-min-device-pixel-ratio: 2),(min-resolution: 2dppx) {
}
/* 20200413_追加分
=============================================== */
.tbl_about .address a.call{
	margin-left:0;
}
@media only screen and (max-width:480px) {
.tbl_about .address a.call{
	color:#5CB531;
	}
}
