@charset "UTF-8";
/*
Theme Name: アドネットテーマ
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

/* Reset
------------------------------------------------------------*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

address,
em,
th {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: left;
}

hr,
legend {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

img,
fieldset {
  border: 0;
}

li {
  list-style-type: none;
}
.hidden {
  display: none;
}

/* フロート
------------------------------------------------------------*/
.float_l {
  float: left;
}

.float_r {
  float: right;
}

.clear {
  clear: both;
}

/* for WP */

/*管理画面用*/
#wp-admin-bar-aioseo-main .ab-item{
    display: flex !important;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#wp-admin-bar-aioseo-main .ab-item .aioseo-logo.svg{
    background-position: 25% 45%;
}

/*パンくずリスト*/
.breadcrumb,
#breadcrumb{
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*background: #f4f2ee;*/
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    font-size: .8666666667rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px
}
.breadcrumb ul,
#breadcrumb ul{
    max-width: 1130px;
    margin: 0px auto;
    padding: 10px;
}

.breadcrumb ul li,#breadcrumb ul li {
    display: inline
}

.breadcrumb ul li a,#breadcrumb ul li a {
    color: #002617
}

.breadcrumb ul li strong,#breadcrumb ul li strong {
    color: #002617;
}

.breadcrumb ul li:not(:last-child):after,#breadcrumb ul li:not(:last-child):after {
    content: "";
    width: 6px;
    height: 9px;
    background: url("./img/arrow-bread.svg") no-repeat center;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 8px
}

@media screen and (min-width: 701px) and (max-width:1200px) {
    .breadcrumb,#breadcrumb {
        padding-left:20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 700px) {
    .breadcrumb,#breadcrumb {
	    margin-top: 4px;
	    padding: 5px 20px;
    }

    .breadcrumb ul,#breadcrumb ul {
        padding: 0;
        background: 0 0
    }
}

/*お知らせ（後で個別ファイルに移動）*/
.notice_inner{
	max-width: 800px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.notice_ttl{
	font-size: 1.8666666667rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 20px;
}

.item-info{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e4df;
    margin-bottom: 40px;
}

.cat-list{
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 0px 15px;
    border: 1px solid #757575;
    color : #757575;
    margin: 0px 20px;
    border-radius: 5px;
}

.item-text.post{
	padding-bottom: 55px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e4df;
}

.post p:not(:last-child):not([class^=mb]){
    margin-bottom: 30px;
}

.post a:not(.btn,.link){
    color: #2a90cd;
    text-decoration: underline;
}