@charset "UTF-8";


/****************************/
/*       NEWS_              */
/****************************/

.news_imgbox {
    margin-top: 35px;
    margin-bottom: 44px;
}

.news_flex {
    display: flex;
    column-gap: 20px;
}

.news_flex .c-post01__category{
    width: auto;
    min-width: 158px;
}

.pager {
    display: block;
    background: #fff;
    text-align: center;
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    position: relative;
    background-image: url(../img/cmn/btn_arrow_left.png);
    background-position: center left 20px;
    background-repeat: no-repeat;
    background-size: 12px auto;
    max-width: 515px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
	margin: 60px auto 0 auto;
	border: rgba(148,159,164,0.5) solid 2px;
    border-radius: 10px;
    transition: opacity 0.5s;
}

.pager:hover {
    opacity: 0.6;
    text-decoration: none;
}

.info_title {
    font-size: 1.5rem;
    font-weight: bold;
    margin: 0 !important;
    border: none;
    padding: 0;
    letter-spacing: 0;
}

.q-detail01 {
    margin-bottom: 140px;
    margin-top: 104px;
}

.l-box01 .head {
    margin-bottom: 15px;
}

.post_text {
    display: inline-block;
    width: 100%;
}

@media (max-width: 768px) {
    
    .pager {
        float: none;
        width: auto;
        max-width: 238px;
        margin: 0 auto;
    }

    .q-detail01 {
        margin-bottom: 55px;
        margin-top: 33px;
    }
}



/****************************/
/*        MW_WP_Form        */
/****************************/

.last_tr {
    display: none;
}

.mw_wp_form_confirm .last_tr {
    display: table-row;
}

.mw_wp_form .error {
    color: #dc0000;
}

.mw_wp_form_confirm .formTable {
    width: 100%;
}

.mw_wp_form_confirm th {
    padding-top: 0;
    width: 212px;
    text-align: left;
    font-weight: 700;
    vertical-align: top;
    position: relative;
    padding-bottom: 18px;
    font-size: 14px;
}

.mw_wp_form_confirm .form__req,
.mw_wp_form_confirm .form__note01,
.mw_wp_form_confirm .form__check,
.mw_wp_form_confirm .form__submit {
    display: none!important;
}

.q-contact-form .mw_wp_form_confirm .form__checkbox {
    padding-top: 0;
}

.q-contact-form .form__submit1 {
    max-width: 515px;
    margin: 0 auto;
}
  
.q-contact-form .form__submit1 input {
  width: 100%;
  font-weight: bold;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background: #2a3f49;
  border: none;
  cursor: pointer;
  font-family: inherit;
  border-radius: 10px;
  padding: 22px 10px 25px;
  margin-bottom: 10px;
  cursor: pointer;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-appearance: none;
}

.q-contact-form .form__submit1 input:hover {
  text-decoration: none;
}

.q-contact-form .form__submit1 input:disabled {
  background: #949fa4;
  cursor: auto;
}



@media (max-width: 768px) {
    
    /****************************/
    /*         ポリシー         */
    /****************************/

    .box01 img {
        width: 50%;
    }
    .q-contact-form .form__submit1 {
      max-width: 299px;
    }
  
    .q-contact-form .form__submit1 input {
      font-size: 13px;
      border-radius: 5px;
      padding: 12px 10px;
    }
}

.wp-pagenavi{
    text-align: center;
    padding:60px 0 0;
    font-size:20px;
}
.wp-pagenavi a,
.wp-pagenavi .current{
    display: inline-block;
    margin:0 10px;
    width:40px;
    line-height: 38px;
    padding:0 0 3px;
    border-bottom:1px solid #fff;
}
.wp-pagenavi .current{
    background: #eee;
}
.wp-pagenavi a:hover{
    text-decoration: none;
    border-bottom:1px solid;
}


@media (max-width: 768px) and (max-width: 768px) {
    .wp-pagenavi{
        padding:40px 0 0;
    }
    .wp-pagenavi a,
    .wp-pagenavi .current{
        display: inline-block;
        margin:0 5px;
        width:30px;
        line-height: 30px;
        padding:0 0 2px;
    }

    .mw_wp_form_confirm form table th,
    .mw_wp_form_confirm form table td {
      font-size: 12px;
      display: block;
    }
  
    .mw_wp_form_confirm form table th {
      width: auto;
      padding-top: 0;
      padding-bottom: 5px;
      font-size: 13px;
    }
  
    .mw_wp_form_confirm form table td {
      padding-bottom: 20px;
    }

}
    

/* sisngle */

/*single markup style*/
.post_text{
	overflow:hidden;
}
.post_text p{
	margin-bottom:25px;
	line-height:1.6;
}
.post_text img{
	max-width:100%;
	height:auto;
}
.post_text img.alignright{
	float:right;
	margin:0 0 15px 15px;
	display:block;
}
.post_text img.alignleft{
	float:left;
	margin:0 15px 15px 0;
	display:block;
}
.post_text img.aligncenter{
	display:block;
	margin:0 auto 15px;
}
.post_text h1{
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 40px 0!important;
    border: none;
    padding: 0;
    letter-spacing: 0;
}
.post_text h2{
	font-size:20px;
	border-bottom:5px solid;
	margin:0 0 35px;
}
.post_text h3{
	font-size:18px;
	border-bottom:4px solid;
	margin:0 0 35px;
}
.post_text h4{
	font-size:16px;
	border-bottom:3px solid;
	margin:0 0 35px;
}
.post_text h5{
	font-size:14px;
	border-bottom:2px solid;
	margin:0 0 35px;
}
.post_text h6{
	font-size:12px;
	border-bottom:1px solid;
	margin:0 0 35px;
}
.post_text td{
	padding:10px;
	border:1px solid;
}
.post_text table{
	margin-bottom:25px;
}
.post_text ul,
.post_text ol{
	padding-left:2.0em;
	margin-bottom:25px;
}
.post_text ul li{
	list-style:outside;
	margin-bottom:10px;
	line-height:1.4;
}
.post_text ol li{
	list-style:outside decimal;
	margin-bottom:10px;
	line-height:1.4;
}
.post_text a{
	text-decoration:underline;
	color:#999;
}

@media screen and ( max-width:650px ){
.post_text img.alignright,
.post_text img,
.post_text img.alignleft{
	float:none;
	margin:0 auto;
	display:block;
}
.post_text img.emoji {
    display: inline !important;
}
.post_text table {
	width:100% !important;
}

}/*media*/


/****************************/
/*      反社会的勢力排除     */
/****************************/

.certificate_of_completion {
    margin: 28px 0;
}

@media (max-width: 768px) and (max-width: 768px) {
    .certificate_of_completion p {
        font-size: 11px;
    }
}