@charset "UTF-8";

/*----------------------------------------------------------*/
/* カスタマイズ用CSS
/*----------------------------------------------------------*/

html{
	box-sizing:border-box;
	line-height:1;
	font-size: 62.5%; /*  50 56.25 62.5 68.75 75*/
    background: #fff;
}
body {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    font-style: normal;
    -webkit-text-size-adjust: 100%;
    font-feature-settings: "palt" 1;
    overflow-x: hidden;
    counter-reset: rank;
    animation: fadeIn 2.5s ease 0s 1 normal;
    letter-spacing: .05em;
    color: #242424;
}



#all_wrap .single_content a { color: #aa8a46; font-weight: 400; transition: 0.2s; }
#all_wrap .single_content a:hover { color: #fff; font-weight: 400; text-decoration: underline; transition: 0.2s; }

/* スクロールの幅の設定 */
html::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* スクロールの背景の設定 */
html::-webkit-scrollbar-track {
  border-radius: 0;
  box-shadow: 0 0 4px #fff inset;
}

/* スクロールのつまみ部分の設定 */
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: #c8c8c8;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

#all_wrap .single_content a { color: #b70200; font-weight: 400; transition: 0.2s; }
#all_wrap .single_content a:hover { color: #b70200; font-weight: 400; text-decoration: underline; transition: 0.2s; }

/************************************************************/
/*　マスクアニメーション JS連動
/************************************************************/
.scrmask {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1001;
}
.scrmask {
  transition: width 1s cubic-bezier(0.65, 0.040, 0.35, 1);
}
.scrmask.scrshow {
  width: 0 !important;
}

/************************************************************/
/*　コンテンツ整形
/************************************************************/
#all_wrap p {
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    font-style: normal;
}
#all_wrap .l-wrapper .content p {
    font-size: 15px;
    line-height: 2;
    padding: 0 5px;
    margin-bottom: 20px;
}
#all_wrap .l-wrapper-full .content p {
    font-size: 15px;
    line-height: 2;
    padding: 0 5px;
    margin-bottom: 20px;
}
#all_wrap img.alignleft {
    margin-right: 30px;
    margin-bottom: 30px;
}
#all_wrap img.alignright {
    margin-left: 30px;
    margin-bottom: 30px;
}

#all_wrap .cont_wrap {
    width: 80%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

/*投稿ページ　タグ下マージン*/
#all_wrap .l-wrapper .dateList {
    margin-bottom: 5px;
}

/*下マージン*/
#all_wrap .l-wrapper-full .mb5  { margin-bottom: 5px; }
#all_wrap .l-wrapper-full .mb10 { margin-bottom: 10px; }
#all_wrap .l-wrapper-full .mb20 { margin-bottom: 20px; }
#all_wrap .l-wrapper-full .mb30 { margin-bottom: 30px; }
#all_wrap .l-wrapper-full .mb40 { margin-bottom: 40px; }
#all_wrap .l-wrapper-full .mb50 { margin-bottom: 50px; }
#all_wrap .l-wrapper-full .mb60 { margin-bottom: 60px; }
#all_wrap .l-wrapper-full .mb70 { margin-bottom: 70px; }
#all_wrap .l-wrapper-full .mb80 { margin-bottom: 80px; }
#all_wrap .l-wrapper-full .mb100 { margin-bottom: 100px; }

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap p {
        font-size: 14px;
        line-height: 1.7em;
        font-weight: 400;
        font-feature-settings: "palt" 1;
        font-style: normal;
    }
    #all_wrap .l-wrapper .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    #all_wrap .l-wrapper-full .content p {
        font-size: 14px;
        line-height: 1.7em;
        padding: 0;
        margin-bottom: 10px;
    }
    /*下マージン*/
    #all_wrap .l-wrapper .mb10 { margin-bottom: 10px; }
    #all_wrap .l-wrapper .mb20 { margin-bottom: 10px; }
    #all_wrap .l-wrapper .mb30 { margin-bottom: 15px; }
    #all_wrap .l-wrapper .mb40 { margin-bottom: 20px; }
    #all_wrap .l-wrapper .mb50 { margin-bottom: 25px; }
    #all_wrap .l-wrapper .mb60 { margin-bottom: 30px; }
    #all_wrap .l-wrapper .mb70 { margin-bottom: 35px; }
    #all_wrap .l-wrapper .mb80 { margin-bottom: 40px; }
    #all_wrap .l-wrapper .mb100 { margin-bottom: 50px; }
}

/*ウィジェットパディング*/
#all_wrap .widget-main {
    padding: 0;
    margin: 0;
}

/*== スマホ・PC 非表示 ==*/
.pc_none { display: none; }
.sp_none { display: block; }
@media only screen and (max-width: 768px){
    .pc_none { display: block; }
    .sp_none { display: none; }
}

/*== フレックス ==*/
.flex {
    width: 100%;
    padding: 0;
    margin: 0 auto 20px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    flex-wrap: nowrap;
}
.flex > div {
    width: 48%;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .flex {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .flex > div {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
    }
}

/************************************************************/
/*　JS
/************************************************************/
svg {
    fill: currentColor;
}
/* フェードインJS */
.fadein {
    opacity : 0;
    transform : translate(50px,0);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* フェードインJS */
.fadein-r {
    opacity : 0;
    transform : translate(-50px,0);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein-r.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* フェードインJS */
.fadein-t {
    opacity : 0;
    transform : translate(0,50px);
    transition : all 1000ms;
}
/* 画面内に入った状態 */
.fadein-t.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

/* その場でフェードイン */
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.fadeshow {
    animation: fadeIn 2s cubic-bezier(0.42, 0, 1, 1);
    -webkit-animation: fadeIn 2s cubic-bezier(0.42, 0, 1, 1);
}

.fadein_text,
.fadein_text span {
  opacity: 0;
}

/* その場で左から右 */
@keyframes fadeSlide {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}
@-webkit-keyframes fadeSlide {
    0% {
        opacity: 1;
        width: 0;
    }
    100% {
        opacity: 1;
        width: 100%;
    }
}


/*lightbox*/
.nivo-lightbox-effect-fade {
    visibility: hidden;
    opacity: 0;
}
.nivo-lightbox-overlay.nivo-lightbox-open {
    visibility: visible;
    opacity: 1;
}

/************************************************************/
/*　構成
/************************************************************/
.l-main {
	width: calc(80% - 50px);
	margin-bottom: 0;
    z-index: 1;
}
#all_wrap .l-wrapper {
    width: 100%;
    padding: 50px 0;
    margin: 0 auto;
}
.l-wrapper-full {
    position: relative;
    width: 100%;
	margin: 0 auto;
    padding: 0 0;
}
.l-wrapper-full.graphBg {
    position: relative;
    width: 100%;
	margin: 0 auto;
    padding: 50px 0;
    background: url(https://anshinrai.xsrv.jp/img/bg_graph.gif);
}
#all_wrap .l-wrapper-full .l-main {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}



.page {
    width: 100%;
}
.dividerBottom {
    margin-bottom: 0;
}
.pageContents .content,
.archiveContents .content {
    padding: 0;
    margin: 0 auto 50px;
}
#all_wrap .l-wrapper-full .pageContents .content, #all_wrap .l-wrapper-full .archiveContents .content {
    margin: 0;
    padding: 0;
}

.l-sidebar { width:20%; }
.l-main-wide    {width:100%;  margin-right:0;}
.l-main-wide1000{width:1000px;margin: auto;}
.l-main-wide900 {width:900px; margin: auto;}
.l-main-wide800 {width:800px; margin: auto;}
.l-main-wide700 {width:700px; margin: auto;}
.l-main-right   {order: 2;}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-main {
        width: 90%;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
    .l-wrapper-full .l-main {
        width: 100%;
        margin: 0 auto;
    }
    .l-sidebar {
        display: none;
    }
    
    .l-wrapper {
        width: 100%;
        padding: 0;
        margin:20px 0;
    }
    .l-wrapper-full {
        position:relative;
        width: 100%;
        margin: 0 auto;
        padding: 0;
        background: #fff;
    }
    
    .l-wrapper-guide {
        position: relative;
        width: 100%;
        margin: 0 auto;
        padding: 20px 0;
    }
    .l-wrapper-guide::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        padding: 0;
        margin: 0 auto;
        background-image: url("https://iine-book.com/img/guide_wrap_bg.jpg");
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top 150px right;
        background-color: #f5f5f5;
        background-size: 100%;
    }
    
    .page {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .content {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .postContents {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .pageContents .content,
    .archiveContents .content {
        padding: 0;
        margin: 0 auto;
    }
    
    /*グーグルマップ表示*/
    .l-wrapper iframe {
        width: 100%;
    }
}

.widgetSearch__contents .widgetSearch__select {
    -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    padding: 10px 10px;
    line-height: 1em;
}
.searchbox {
    width: 100%;
    position: relative;
    display: inline-block;
}
.searchbox::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

#all_wrap .pager {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

/************************************************************/
/*　見出し　＆　パンくず
/************************************************************/

h1,h2,h3,h4,h5,h6,b,strong {
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    font-size: 1em;
    color: #373737;
}

/*ページタイトル*/
#page_title,
#category_title {
    width: 100%;
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
#page_title h2,
#category_title h2 {
    width: 100%;
    max-width: 1200px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
    line-height: 1.2em;
    border: none;
    text-transform: uppercase;
    color: #fff;
    z-index: 10;
    text-align: center;
}
#page_title h2 span,
#category_title h2 span {
    display: block;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0;
    margin-bottom: 5px;
    position: relative;
    text-align: center;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ページタイトル*/
    #page_title,
    #category_title {
        width: 100%;
        padding: 20px 0;
        margin: 0 auto;
        position: relative;
        z-index: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    #page_title h2,
    #category_title h2 {
        width: 90%;
        max-width: 90%;
        font-family: "Noto Sans JP",sans-serif;
        font-weight: 600;
        font-style: normal;
        font-feature-settings: "palt";
        -webkit-text-size-adjust: 100%;
        font-size: 12px;
        line-height: 1.2em;
        border: none;
        text-transform: uppercase;
        color: #fff;
        z-index: 10;
        text-align: center;
    }
    #page_title h2 span,
    #category_title h2 span {
        display: block;
        text-transform: uppercase;
        font-size: 20px;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-feature-settings: "palt";
        letter-spacing: 0;
        margin-bottom: 5px;
        position: relative;
        text-align: center;
    }
}


#all_wrap .heading-primary {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    font-feature-settings: "palt";
    font-size: 2em;
    color: #000;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .heading-primary {
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        font-feature-settings: "palt";
        font-size: 1.8em;
        color: #000;
    }
}

/* 見出し H2 */
#all_wrap .content h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #373737;
    text-align: left;
    padding: 0;
    margin: 40px auto 30px;
    position: relative;
    border: none;
}
#all_wrap .content h2 span {
    display: inline-block;
    padding: 0 0 20px;
    text-transform: capitalize;
    position: relative;
}
#all_wrap .content h2:first-of-type {
    margin-top: 0;
}
#all_wrap .content h2 span::after {
	content: '';
    display: block;
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    margin: 0 auto;
	width: calc(100% + 20px);
	height: 5px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 5px 5px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H2 */
    #all_wrap .content h2 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        color: #373737;
        text-align: left;
        padding: 0;
        margin: 20px auto 20px;
        position: relative;
        border: none;
    }
    #all_wrap .content h2 span {
        display: inline-block;
        padding: 0 0 10px;
        text-transform: capitalize;
        position: relative;
    }
    #all_wrap .content h2:first-of-type {
        margin-top: 0;
    }
    #all_wrap .content h2 span::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        margin: 0 auto;
        width: calc(100% + 20px);
        height: 5px;
        background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
        background-size: 5px 5px;
    }
}


/*デザイン見出し*/
#all_wrap .content h2.design {
    width: 80%;
    max-width: 1200px;
	position: relative;
	padding-top: 30px;
    margin: 40px auto 50px;
	font-size: 25px;
	border-bottom: 1px solid rgba(5,62,98,1);
    text-align: center;
}
#all_wrap .content h2.design span {
	position: relative;
	z-index: 2;
}
#all_wrap .content h2.design::before {
	content: attr(data-en);
	position: absolute;
	top: 10px;
	left: 50%;
	color: rgba(5,62,98,0.1);
	font-size: 40px;
	text-transform: uppercase;
	z-index: 1;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#all_wrap .content h2.design span::after,
#all_wrap .content h2.design span::before {
    display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*デザイン見出し*/
    #all_wrap .content h2.design {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-top: 20px;
        margin: 20px auto 20px;
        font-size: 16px;
        border-bottom: 1px solid rgba(5,62,98,1);
        text-align: center;
    }
    #all_wrap .content h2.design span {
        position: relative;
        z-index: 2;
        padding: 0 0 10px;
    }
    #all_wrap .content h2.design::before {
        content: attr(data-en);
        position: absolute;
        top: 10px;
        left: 50%;
        color: rgba(5,62,98,0.1);
        font-size: 30px;
        text-transform: uppercase;
        z-index: 1;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #all_wrap .content h2.design span::after,
    #all_wrap .content h2.design span::before {
        display: none;
    }
}

#all_wrap .content h2.center {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #373737;
    text-align: center;
    padding: 40px 0 0;
    margin: 0 auto 20px;
    background-color:  none;
    border: none;
    position: relative;
}
#all_wrap .content h2.center span::after {
	content: '';
    display: block;
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    margin: 0 auto;
	width: calc(100% + 20px);
	height: 5px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 5px 5px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .content h2.center {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        color: #373737;
        text-align: center;
        padding: 20px 0 0;
        margin: 0 auto 20px;
        background-color:  none;
        border: none;
        position: relative;
    }
    #all_wrap .content h2.center span {
        padding: 0 0 10px;
    }
    #all_wrap .content h2.center span::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        margin: 0 auto;
        width: calc(100% + 20px);
        height: 5px;
        background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
        background-size: 5px 5px;
    }
}


/* 見出し H3 */
#all_wrap .content h3 {
    display: block;
    width: auto;
    font-size: 25px;
    padding: 0 0 0 30px;
    margin: 20px auto 10px;
    color: #222;
    border: none;
    text-align: left;
    position: relative;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .content h3::before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #373737;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap .content h3 span {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    font-size: 0.5em;
    color: #888;
    text-transform: uppercase;
    font-size: 0.4em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .content h3.center {
    text-align: center;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 40px auto 10px;
    background: none;
}
#all_wrap .content h3.center::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    padding: 0;
    margin: 0 15px 0 0;
    background: #373737;
    position: static;
}
#all_wrap .content h3.center span {
    display: inline-block;
    font-size: 25px;
    margin-right: 10px;
    text-align: center;
    color: #ff7b25;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H3 */
    #all_wrap .content h3 {
        display: block;
        width: auto;
        font-size: 16px;
        padding: 0 0 0 20px;
        margin: 20px auto 10px;
        color: #222;
        border: none;
        text-align: left;
        position: relative;
        font-family: "Noto Sans JP",sans-serif;
        font-weight: 600;
        font-style: normal;
        font-feature-settings: "palt";
    }
    #all_wrap .content h3::before {
        content: '';
        display: block;
        width: 10px;
        height: 1px;
        padding: 0;
        margin: 0;
        background: #373737;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #all_wrap .content h3 span {
        display: inline-block;
        margin-left: 10px;
        text-align: left;
        font-size: 0.5em;
        color: #888;
        text-transform: uppercase;
        font-size: 0.4em;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-feature-settings: "palt";
    }
    #all_wrap .content h3.center {
        text-align: center;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        padding: 0;
        margin: 20px auto 10px;
        background: none;
    }
    #all_wrap .content h3.center::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 1px;
        padding: 0;
        margin: 0 10px 0 0;
        background: #373737;
        position: static;
    }
    #all_wrap .content h3.center span {
        display: inline-block;
        font-size: 16px;
        margin-right: 10px;
        text-align: center;
        color: #ff7b25;
        text-transform: uppercase;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-feature-settings: "palt";
    }
}

/* 見出し H4 */
#all_wrap .content h4 {
    display: block;
    width: auto;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2em;
    padding: 0;
    margin: 10px auto 15px;
    position: relative;
    color: #222;
    border: none;
    text-align: left;
    font-feature-settings: "palt";
}
#all_wrap .content h4 span {
    display: inline-block;
    margin-left: 10px;
    text-align: left;
    font-size: 0.5em;
    color: #222;
    text-transform: uppercase;
    font-weight: lighter;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* 見出し H4 */
    #all_wrap .content h4 {
        display: block;
        width: auto;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.2em;
        padding: 0;
        margin: 10px auto 10px;
        position: relative;
        color: #222;
        border: none;
        text-align: left;
        font-feature-settings: "palt";
    }
    #all_wrap .content h4 span {
        display: inline-block;
        margin-left: 10px;
        text-align: left;
        font-size: 0.5em;
        color: #222;
        text-transform: uppercase;
        font-weight: lighter;
    }
}

/* 見出し H5 */
#all_wrap .content h5 {
    display: block;
    width: auto;
    font-size: 1em;
    font-weight: bold;
    line-height: 1.1em;
    padding: 0;
    margin: 0 auto;
    position: relative;
    color: #222;
    border: none;
    text-align: left;
    font-feature-settings: "palt";
}
#all_wrap .content h5 span {
    display: inline-block;
    margin-left: 8px;
    text-align: left;
    font-size: 0.5em;
    color: #222;
    text-transform: uppercase;
    font-weight: lighter;
}



#all_wrap .content .midashi_none {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
#all_wrap .content .midashi_none::after,
#all_wrap .content .midashi_none::before {
    display: none;
}


/************************************************************/
/*　見出しh2
/************************************************************/
#all_wrap .l-wrapper-full h2.h2_title {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 40px;
    font-size: 35px;
    font-family: "Noto Sans JP",sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    text-align: center;
    color: #222;
    position: relative;
    border: none;
}
#all_wrap .l-wrapper-full h2.h2_title::before {
    content: '';
    display: block;
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: #b70200;
}
#all_wrap .l-wrapper-full h2.h2_title::after {
    content: '';
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    background: #b70200;
}
#all_wrap .l-wrapper-full h2.h2_title span {
    display: block;
    text-align: center;
    padding: 5px 0 0;
    margin: 0 auto;
    font-size: 20px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
    color: #b70200;
    text-transform: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper-full h2.h2_title {
        width: 100%;
        padding: 0 0 15px;
        margin: 0 auto 20px;
        font-size: 25px;
        font-family: "Noto Sans JP",sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        text-align: center;
        color: #222;
        position: relative;
        border: none;
    }
    #all_wrap .l-wrapper-full h2.h2_title::before {
        content: '';
        display: block;
        width: 100px;
        height: 1px;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        background: #b70200;
    }
    #all_wrap .l-wrapper-full h2.h2_title::after {
        content: '';
        display: block;
        width: 1px;
        height: 10px;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        background: #b70200;
    }
    #all_wrap .l-wrapper-full h2.h2_title span {
        display: block;
        text-align: center;
        padding: 5px 0 0;
        margin: 0 auto;
        font-size: 15px;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
        color: #b70200;
        text-transform: none;
    }
}

/************************************************************/
/*　パンくず
/************************************************************/
/*パンくず*/
.breadcrumb {
    background: none;
    border: none;
    box-shadow: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}
.breadcrumb__item::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #737373;
    border-right: 1px solid #737373;
    transform: rotate(45deg);
}
.breadcrumb ul li,
.breadcrumb ul li a {
    transition: 0.5s;
    color: #737373;
}
.breadcrumb .container {
    padding: 0;
    margin: 0;
}
.breadcrumb ul li a:hover {
    opacity: 0.8;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .breadcrumb {
        background: none;
        border: none;
        box-shadow: none;
        width: 90%;
        margin: 0 auto;
        padding: 10px 0;
        overflow-x: scroll;
    }
    .breadcrumb {
        word-break: break-all;
    }
}

/************************************************************/
/*　目次
/************************************************************/
#all_wrap .outline {
    width: 100%;
    padding: 30px 30px 0;
    margin: 50px auto 50px;
    background: #000;
    color: #fff;
    border: none;
    position: relative;
}
#all_wrap .outline__title {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    line-height: 1.4em;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: lighter;
    letter-spacing: 0.2em;
}
#all_wrap .outline__switch {
    position: absolute;
    top: 30px;
    right: 30px;
    transition: 0.2s;
}
#all_wrap .l-wrapper .postContents .content .outline__list {
    list-style: none;
    padding: 10px 0 0;
    margin: 0 auto 30px;
    background: none;
}
#all_wrap .outline__list li {
    background: none;
    color: #d3c8a8;
}
#all_wrap .outline__list li .outline__number {
    color: #d3c8a8;
    background: none;
    border: 1px solid #d3c8a8;
}
#all_wrap .outline__list li a {
    font-weight: 400;
    color: #d3c8a8;
    transition: 0.2s;
}
#all_wrap .outline__list li a:hover {
    font-weight: 400;
    color: #d3c8a8;
    transition: 0.2s;
    opacity: 0.8;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .outline {
        width: 100%;
        padding: 20px 20px 0;
        margin: 0 auto 20px;
        background: #000;
        color: #fff;
        border: none;
        position: relative;
    }
    #all_wrap .outline__title {
        display: block;
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        line-height: 1.4em;
        font-family: 'Montserrat', sans-serif;
        font-size: 20px;
        font-weight: lighter;
        letter-spacing: 0.2em;
    }
    #all_wrap .outline__switch {
        position: absolute;
        top: 20px;
        right: 20px;
        transition: 0.2s;
    }
    #all_wrap .l-wrapper .postContents .content .outline__list {
        list-style: none;
        padding: 10px 0 0;
        margin: 0 auto 20px;
        background: none;
    }
    #all_wrap .l-wrapper .postContents .content .outline__list li {
        background: none;
        color: #d3c8a8;
        padding: 0;
        margin: 0;
    }
    #all_wrap .outline__list li .outline__number {
        color: #d3c8a8;
        background: none;
        border: 1px solid #d3c8a8;
        float: left;
    }
    #all_wrap .outline__list li a {
        font-weight: 400;
        color: #d3c8a8;
        transition: 0.2s;
    }
    #all_wrap .outline__list li a:hover {
        font-weight: 400;
        color: #d3c8a8;
        transition: 0.2s;
        opacity: 0.8;
    }
}

/************************************************************/
/*　フォントサイズ
/************************************************************/
.content table {
	font-size: 15px;
    color: #fff;
}


/************************************************************/
/*　グローバルメニュー　＆　ヘッダー
/************************************************************/

#header {
    width: 100%;
    padding: 0;
    margin: 0;
}
#header_top {
    width: 100%;
    max-width: 1200px;
    padding: 15px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
}
#header_top > #logo {
    width: 22%;
    padding: 0;
    margin: 0 35px 0 0;
}
#header_top > #head_ban {
    width: 25%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}
#header_top > #head_ban img {
    width: 46%;
    height: auto;
    padding: 0;
    margin: 0;
}
#header_top > tel {
    width: auto;
    padding: 0;
    margin: 0 0 0 auto;
}
#header_top > #head_contact {
    width: 18%;
    padding: 0;
    margin: 0 0 0 auto;
}

/*ディスクリプション・ロゴ*/
#header_top > #logo > h1 {
    font-size: 12px;
    color: #222;
    padding: 0;
    margin: 0 0 5px;
    line-height: 1.2em;
    border: none;
    background: none;
    text-align: left;
}
#header_top > #logo a img {
    width: 100%;
    padding: 0;
    margin: 0;
}

/*電話番号*/
#header_top > tel a {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 36px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt";
}
#header_top > tel a .svg {
    width: auto;
    height: 35px;
    padding: 0;
    margin: 0 10px 0 0;
}
#header_top > tel a .svg path,
#header_top > tel a .svg polygon {
    color: #ff7b25;
    fill: #ff7b25;
}
#header_top > tel span {
    font-size: 10px;
    color: #373737;
}

/*お問い合わせボタン*/
#header_top > #head_contact a {
    padding: 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    background:linear-gradient(170deg, #ff7b25 50%, #ff8f46 50%);
    transition: 0.2s;
    position: relative;
    box-shadow: 0 2px 2px rgba(255,205,172,1);
    overflow: hidden;
}
#header_top > #head_contact a:hover {
    opacity: 0.8;
    transition: 0.2s;
    box-shadow: 0 2px 2px rgba(255,205,172,0);
    transform: translate(0, 2px);
}
#header_top > #head_contact a .svg {
    width: auto;
    height: 18px;
    padding: 0;
    margin: 0 0 0 20px;
}
#header_top > #head_contact a .svg path,
#header_top > #head_contact a .svg polygon {
    color: #fff;
    fill: #fff;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #header {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #header_top {
        width: 100%;
        max-width: 100%;
        padding: 10px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }
    #header_top > #logo {
        width: 70%;
        padding: 0;
        margin: 0 35px 0 0;
    }
    #header_top > #head_ban {
        display: none;
    }
    #header_top > tel {
        display: none;
    }
    #header_top > #head_contact {
        display: none;
    }
    /*ディスクリプション・ロゴ*/
    #header_top > #logo > h1 {
        font-size: 10px;
        color: #222;
        padding: 0;
        margin: 0 0 5px;
        line-height: 1.2em;
        border: none;
        background: none;
        text-align: left;
    }
    #header_top > #logo a img {
        width: 70%;
        padding: 0;
        margin: 0;
    }
}


/*ニュースティッカー*/
#header #news_ticker {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #f6f7f7;
}
#header #news_ticker > #ticker {
    width: 100%;
    max-width: 1200px;
    padding: 0 0 0 55px;
    margin: 0 auto;
    position: relative;
}
#header #news_ticker > #ticker::before {
    content: 'NEWS';
    display: inline-block;
    font-size: 16px;
    color: #ff7b25;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#header #news_ticker > #ticker ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#header #news_ticker > #ticker ul li {
    padding: 0;
    margin: 0;
}
#header #news_ticker > #ticker ul li span.date {
    display: inline-block;
    padding: 0;
    margin: 0 10px 0 0;
    color: #737373;
}
/*MORE*/
#header #news_ticker > #ticker .more {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#header #news_ticker > #ticker .more a {
    display: block;
    padding: 8px 30px 8px 10px;
    margin: 0;
    background: #fff;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1;
    color: #737373;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    position: relative;
    transition: 0.2s;
}
#header #news_ticker > #ticker .more a::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ff7b25;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: 0.2s;
}
#header #news_ticker > #ticker .more a::after{
    content: '';
    display: block;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: 0.2s;
}
#header #news_ticker > #ticker .more a:hover {
    display: block;
    padding: 8px 30px 8px 10px;
    margin: 0;
    background: #ff7b25;
    border-radius: 3px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    position: relative;
    transition: 0.2s;
}
#header #news_ticker > #ticker .more a:hover::before{
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: 0.2s;
}
#header #news_ticker > #ticker .more a:hover::after{
    content: '';
    display: block;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #ff7b25;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transition: 0.2s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ニュースティッカー*/
    #header #news_ticker {
        width: 100%;
        padding: 0;
        margin: 0;
        background: #f6f7f7;
        overflow: hidden;
    }
    #header #news_ticker > #ticker {
        width: 100%;
        max-width: 100%;
        padding: 0 10px 0 55px;
        margin: 0 auto;
        position: relative;
    }
    #header #news_ticker > #ticker::before {
        content: 'NEWS';
        display: inline-block;
        font-size: 12px;
        color: #ff7b25;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-feature-settings: "palt";
        position: absolute;
        top: 50%;
        left: 10px;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #header #news_ticker > #ticker ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }
    #header #news_ticker > #ticker ul li {
        padding: 0;
        margin: 0;
    }
    #header #news_ticker > #ticker ul li span.date {
        display: block;
        padding: 0;
        margin: 0 0 3px;
        color: #737373;
    }
    /*MORE*/
    #header #news_ticker > #ticker .more {
        display: none;
    }
    
}


/* メインナビゲーション */
#main_nav {
    width: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,0.05);
    position: relative;
    z-index: 10;
}
#main_nav ul {
    list-style: none;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: nowrap;
}
#main_nav ul li {
    width: 16.666%;
    padding: 0;
    margin: 0;
    position: relative;
}
#main_nav ul li::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    padding: 0;
    margin: 0;
    background: #e2e6e4;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#main_nav ul li:last-child::after {
    display: none;
}
#main_nav ul li a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 10px;
    margin: 0;
    font-size: 15px;
    line-height: 1;
    color: #222;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    transition: 0.2s;
}
#main_nav ul li a:hover {
    background: #fffeee;
    transition: 0.2s;
}
#main_nav ul li a > span {
    display: block;
    padding: 0;
    margin: 8px 0 0;
    width: 100%;
    text-align: center;
    font-size: 9px;
    line-height: 1;
    color: #ff7b25;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /* メインナビゲーション */
    #main_nav {
        display: none;
    }
}


/* ドロワーメニュー */
.humburger span {
    width: 30px;
    height: 2px;
    background-color: rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s; /*真ん中の線がゆっくり消えるように*/
}
.humburger span:nth-of-type(1) {
    transform: translate(-50%, -10px);
    background-color: #fff;
}
.humburger span:nth-of-type(2) {
    background-color: #fff;
}
.humburger span:nth-of-type(3) {
    transform: translate(-50%, 8px);
    background-color: #fff;
}

#navTgl:checked + .open .humburger span:nth-of-type(1) {
    transform: rotate(45deg) translate(-50%, 0);
    transform-origin: 0% 50%;
    background-color: #fff;
}
#navTgl:checked + .open .humburger span:nth-of-type(2) {
    opacity: 0;
}
#navTgl:checked + .open .humburger span:nth-of-type(3) {
    transform: rotate(-45deg) translate(-50%, 0);
    transform-origin: 0% 50%;
    background-color: #fff;
}

#navTgl {
    display: none;
}
label.open,
label.close {
    cursor: pointer;
    position: fixed;
    top: 30px;
    right: 20px;
    z-index: 10000;
    border-radius: 3px;
}
.open {
    z-index: 10000;
    width: 50px;
    height: 50px;
    color: white;
    background-color: rgba(255, 123,37, 0.9);
    font-size: 3em;
    text-align: center;
    -webkit-transition: background-color .6s, -webkit-transform .4s;
    transition: background-color .6s, transform .4s;
}
#navTgl:checked + .open {
    background-color: rgba(255, 123,37, 0.9);
    z-index: 10000;

}
.close {
    pointer-events: none;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color .4s;
}
#navTgl:checked ~ .close {
    pointer-events: auto;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
}


#menu.menu {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    background-color: rgba(255,255,255,0.9);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    padding: 50px;
    overflow: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;    /* IE, Edge 対応 */
    scrollbar-width: none;       /* Firefox 対応 */
}
#menu.menu::-webkit-scrollbar {  /* Chrome, Safari 対応 */
    display:none;
}
#navTgl:checked ~ .menu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    label.open,
    label.close {
        cursor: pointer;
        position: fixed;
        top: 10px;
        right: 10px;
        z-index: 10000;
    }
    #menu.menu {
        z-index: 9999;
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(255,255,255,1);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: -webkit-transform .4s;
        transition: transform .4s;
    }
    .humburger::before {
        display: none;
    }
    .open {
        z-index: 10000;
        width: 40px;
        height: 40px;
        color: #fff;
        background-color: none;
        font-size: 3em;
        text-align: center;
        -webkit-transition: background-color .6s, -webkit-transform .4s;
        transition: background-color .6s, transform .4s;
        margin: 0;
    }
    .humburger span {
        width: 20px;
        height: 2px;
        background-color: rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.3s; /*真ん中の線がゆっくり消えるように*/
    }
    .humburger span:nth-of-type(1) {
        transform: translate(-50%, -8px);
    }
    .humburger span:nth-of-type(3) {
        transform: translate(-50%, 6px);
    }
}


#menu.menu ul {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#menu.menu ul li {
    width: 100%;
    padding: 0;
    margin: 0;
    position: relative;
}
#menu.menu ul li:first-child {
    width: 100%;
}
#menu.menu ul li a {
    display: block;
    padding: 15px 0;
    margin: 0;
    font-size: 15px;
    line-height: 1;
    color: #222;
    line-height: 1;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    transition: 0.2s;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
#menu.menu ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
}
#menu.menu ul li a span.menu_eng {
    display: block;
    padding: 0;
    margin: 5px 0 0;
    width: 100%;
    text-align: left;
    font-size: 9px;
    line-height: 1;
    color: #ff7b25;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-feature-settings: "palt";
    text-transform: uppercase;
}
#menu.menu ul li a:hover span.menu_eng {
    transition: 0.5s;
    color: #999;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #menu.menu ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #menu.menu ul li {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }
    #menu.menu ul li:first-child {
        width: 100%;
    }
    #menu.menu ul li a {
        display: block;
        padding: 15px 0;
        margin: 0;
        font-size: 15px;
        line-height: 1;
        color: #222;
        line-height: 1;
        font-weight: 500;
        font-style: normal;
        font-feature-settings: "palt";
        transition: 0.2s;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        position: relative;
    }
    #menu.menu ul li a::before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: -2px;
        left: 0;
    }
    #menu.menu ul li a span.menu_eng {
        display: block;
        padding: 0;
        margin: 5px 0 0;
        width: 100%;
        text-align: left;
        font-size: 9px;
        line-height: 1;
        color: #ff7b25;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-style: normal;
        font-feature-settings: "palt";
        text-transform: uppercase;
    }
    #menu.menu ul li a:hover span.menu_eng {
        transition: 0.5s;
        color: #999;
    }
}


/************************************************************/
/*　サイドバー
/************************************************************/

.l-sidebar .widget.widget_nav_menu ul.menu {
    border: none;
    background: none;
}
.l-sidebar .widget.widget_nav_menu ul.menu li {
    border: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.l-sidebar .widget.widget_nav_menu ul.menu li a {
    background: #fff;
    padding: 10px 10px;
    color: #323232;
    font-feature-settings: "palt";
    font-weight: lighter;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a:hover {
    background: #fff;
    font-weight: lighter;
    color: #ff9900;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a::before {
    content: '-';
    color: #323232;
    margin-right: 10px;
}
.l-sidebar .widget.widget_nav_menu ul.menu li a:hover::before {
    color: #ff9900;
}

/*メニューボタン 見出し*/
.l-sidebar .widget-side .heading.heading-widget {
    background: none;
    color: #222;
    text-transform: uppercase;
    font-family: Century Gothic, sans-serif;
    font-size: 1.2em;
    font-feature-settings: "palt";
    letter-spacing: 0.2em;
    margin-bottom: 0;
    position: relative;
    text-align: center;
}
.l-sidebar .widgetCatTitle {
    display: none;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .l-sidebar {
        display: none;
    }
    .l-sidebar .widget {
        margin: 0 auto;
    }
}


/************************************************************/
/*　メインビジュアル
/************************************************************/

/*スライダー*/
#main_visual {
    width: 100%;
    padding: 24px 0 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #ffead0;
}
/* 上中央 → 下中央 グラデーション */
#main_visual::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    background:-webkit-gradient(radial, center bottom, 0, center top,100, from(rgba(255,255,255,1)), to(rgba(255,255,255,0)));
    background:-webkit-radial-gradient(center bottom, circle cover, rgba(255,255,255,1), rgba(255,255,255,0));
    background:-moz-radial-gradient(center bottom, circle cover, rgba(255,255,255,1), rgba(255,255,255,0));
    background:-o-radial-gradient(center bottom, circle cover, rgba(255,255,255,1), rgba(255,255,255,0));
    background:radial-gradient(farthest-side circle at center bottom, rgba(255,255,255,1), rgba(255,255,255,0));
}
#main_visual ul.slider {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    opacity: 0;
    position: relative;
    z-index: 10;
    visibility: hidden;
    transition: 0.2s;
}
#main_visual ul.slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}
#all_wrap #main_visual ul.slider .slick-list {
    padding: 0;
    margin: 0;
}
#all_wrap #main_visual ul.slider .slick-track {
    width: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap #main_visual ul.slider li {
    padding: 0;
    margin: 0 12px;
    outline: none;
}
#all_wrap #main_visual ul.slider li a {
    outline: none;
}
#all_wrap #main_visual ul.slider li img {
    width: 100%;
    max-width: 1000px;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap #main_visual .slick-dots {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#all_wrap #main_visual .slick-dots li::before {
    display: none;
}
#all_wrap #main_visual .slick-dots li button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    appearance: none;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border-radius: 50%;
}
#all_wrap #main_visual .slick-dots li.slick-active button {
    background-color: #ff7b25;
}
#all_wrap #main_visual ul.slick-dots li {
    padding: 0;
    margin: 0 5px;
    outline: none;
}

/*矢印 左*/
#main_visual .slick-prev {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    right: 1025px;
    left: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    transition: 0.2s;
}
#main_visual .slick-prev:hover {
    width: 70px;
    height: 70px;
    background: rgba(255,123,37,0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    right: 1025px;
    left: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
    transition: 0.2s;
}
#main_visual .slick-prev::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,123,37,1);
    border-right: 3px solid rgba(255,123,37,1);
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%) rotate(-135deg);
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    -ms-transform: translate(0, -50%) rotate(-135deg);
    z-index: 15;
}
#main_visual .slick-prev:hover::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,255,255,1);
    border-right: 3px solid rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%) rotate(-135deg);
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    -ms-transform: translate(0, -50%) rotate(-135deg);
    z-index: 15;
}

/*矢印 右*/
#main_visual .slick-next {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    left: 1025px;
    right: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    transition: 0.2s;
}
#main_visual .slick-next:hover {
    width: 70px;
    height: 70px;
    background: rgba(255,123,37,0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    left: 1025px;
    right: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
    transition: 0.2s;
}
#main_visual .slick-next::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,123,37,1);
    border-right: 3px solid rgba(255,123,37,1);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    z-index: 15;
}
#main_visual .slick-next:hover::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,255,255,1);
    border-right: 3px solid rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    z-index: 15;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

    /*スライダー*/
    #main_visual {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    #main_visual ul.slider {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        opacity: 0;
        position: relative;
        z-index: 10;
        visibility: hidden;
        transition: 0.2s;
    }
    #main_visual ul.slider.slick-initialized {
        visibility: visible;
        opacity: 1;
        transition: 0.2s;
    }
    #all_wrap #main_visual ul.slider .slick-list {
        padding: 0;
        margin: 0;
    }
    #all_wrap #main_visual ul.slider .slick-track {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap #main_visual ul.slider li {
        padding: 0;
        margin: 0;
        outline: none;
    }
    #all_wrap #main_visual ul.slider li a {
        outline: none;
    }
    #all_wrap #main_visual ul.slider li img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap #main_visual .slick-dots {
        list-style: none;
        padding: 10px 0 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #all_wrap #main_visual .slick-dots li::before {
        display: none;
    }
    #all_wrap #main_visual ul.slider .slick-dots li {
        margin: 0 5px;
    }
    #all_wrap #main_visual .slick-dots li button {
        background-color: #fff;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        margin: 0;
        appearance: none;
        width: 10px;
        height: 10px;
        text-indent: -9999px;
        border-radius: 50%;
    }
    #all_wrap #main_visual .slick-dots li.slick-active button {
        background-color: #ff7b25;
    }
    #all_wrap #main_visual ul.slick-dots li {
        padding: 0;
        margin: 0 5px;
        outline: none;
    }
    
    /*矢印 左*/
    #main_visual .slick-prev {
        width: 30px;
        height: 30px;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        right: auto;
        left: 20px;
        bottom: 35px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
        transition: 0.2s;
    }
    #main_visual .slick-prev:hover {
        width: 30px;
        height: 30px;
        background: rgba(255,123,37,0.8);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        right: auto;
        left: 20px;
        bottom: 35px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
        transition: 0.2s;
    }
    #main_visual .slick-prev::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,123,37,1);
        border-right: 3px solid rgba(255,123,37,1);
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translate(0, -50%) rotate(-135deg);
        -webkit-transform: translate(0, -50%) rotate(-135deg);
        -ms-transform: translate(0, -50%) rotate(-135deg);
        z-index: 15;
    }
    #main_visual .slick-prev:hover::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,255,255,1);
        border-right: 3px solid rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translate(0, -50%) rotate(-135deg);
        -webkit-transform: translate(0, -50%) rotate(-135deg);
        -ms-transform: translate(0, -50%) rotate(-135deg);
        z-index: 15;
    }

    /*矢印 右*/
    #main_visual .slick-next {
        width: 30px;
        height: 30px;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        left: auto;
        right: 20px;
        bottom: 35px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
        transition: 0.2s;
    }
    #main_visual .slick-next:hover {
        width: 30px;
        height: 30px;
        background: rgba(255,123,37,0.8);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        left: auto;
        right: 20px;
        bottom: 35px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
        transition: 0.2s;
    }
    #main_visual .slick-next::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,123,37,1);
        border-right: 3px solid rgba(255,123,37,1);
        position: absolute;
        top: 50%;
        right: 11px;
        transform: translate(0, -50%) rotate(45deg);
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        z-index: 15;
    }
    #main_visual .slick-next:hover::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,255,255,1);
        border-right: 3px solid rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        right: 11px;
        transform: translate(0, -50%) rotate(45deg);
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        z-index: 15;
    }
}

#main_v_txt {
    width: 100%;
    max-width: 1200px;
    padding: 60px 0;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
#main_v_txt > span {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 auto 25px;
    color: #ff7b25;
    font-size: 14px;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-feature-settings: "palt";
    letter-spacing: 0.5em;
    position: relative;
    z-index: 5;
}
#main_v_txt > h2 {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #222;
    position: relative;
    z-index: 5;
}
#main_v_txt > h2 strong {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0 auto;
    text-align: center;
    color: #ff7b25;
}

#main_v_txt .main_v_human01 {
    width: 20%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}
#main_v_txt .main_v_human02 {
    width: 20%;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
#main_v_txt .main_v_human01 img,
#main_v_txt .main_v_human02 img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #main_v_txt {
        width: 90%;
        max-width: 90%;
        padding: 10px 0 20px;
        margin: 0 auto;
        position: relative;
        z-index: 5;
    }
    #main_v_txt > span {
        display: block;
        text-align: center;
        padding: 0;
        margin: 0 auto 10px;
        color: #ff7b25;
        font-size: 10px;
        line-height: 1;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-style: normal;
        font-feature-settings: "palt";
        letter-spacing: 0.5em;
    }
    #main_v_txt > h2 {
        font-size: 16px;
        line-height: 1.4em;
        font-weight: 600;
        font-feature-settings: "palt";
        padding: 0;
        margin: 0 auto;
        text-align: center;
        color: #222;
    }
    #main_v_txt > h2 strong {
        font-size: 16px;
        line-height: 1.4em;
        font-weight: 600;
        font-feature-settings: "palt";
        padding: 0;
        margin: 0 auto;
        text-align: center;
        color: #ff7b25;
    }
    #main_v_txt .main_v_human01 {
        display: none;
    }
    #main_v_txt .main_v_human02 {
        display: none;
    }
}

/************************************************************/
/*　フッター
/************************************************************/
.l-footer {
    background: #FF7B25;
}
#footer_top_area {
    width: 80%;
    max-width: 1200px;
    padding: 70px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}
#footer_top_area > .footerbox_left {
    width: 30%;
    padding: 0;
    margin: 0;
}
#footer_top_area > .footerbox_right {
    width: 65%;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #footer_top_area {
        width: 90%;
        max-width: 90%;
        padding: 40px 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #footer_top_area > .footerbox_left {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #footer_top_area > .footerbox_right {
        width: 100%;
        padding: 0;
        margin: 0;
    }
}

/*会社紹介*/
#footer_about h2 {
    padding: 0;
    margin: 0 auto 30px;
    width: 100%;
    border: none;
    background: none;
}
#footer_about h2 > img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#footer_about > strong {
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 600;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0 auto;
    text-align: left;
    color: #fff;
    display: block;
}
#footer_about > span {
    display: block;
    padding: 0;
    margin: 0 auto 30px;
    font-size: 10px;
    color: #fff;
}

/*電話番号*/
#footer_about > tel a {
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 36px;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt";
}
#footer_about > tel a .svg {
    width: auto;
    height: 35px;
    padding: 0;
    margin: 0 10px 0 0;
}
#footer_about > tel a .svg path,
#footer_about > tel a .svg polygon {
    color: #fff;
    fill: #fff;
}

/*お問い合わせボタン*/
#footer_about > #footer_contact a {
    max-width: 200px;
    padding: 20px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 3px;
    color: #FF7B25;
    font-weight: 500;
    background:linear-gradient(170deg, #fff 50%, #f5f5f5 50%);
    transition: 0.2s;
    position: relative;
    box-shadow: 0 2px 2px rgba(210,100,45,1);
    overflow: hidden;
}
#footer_about > #footer_contact a:hover {
    opacity: 0.8;
    transition: 0.2s;
    box-shadow: 0 2px 2px rgba(210,100,45,0);
    transform: translate(0, 2px);
}
#footer_about > #footer_contact a .svg {
    width: auto;
    height: 18px;
    padding: 0;
    margin: 0 0 0 20px;
}
#footer_about > #footer_contact a .svg path,
#footer_about > #footer_contact a .svg polygon {
    color: #FF7B25;
    fill: #FF7B25;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*会社紹介*/
    #footer_about h2 {
        padding: 0;
        margin: 0 auto 20px;
        width: 100%;
        border: none;
        background: none;
    }
    #footer_about h2 > img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #footer_about > strong {
        font-size: 20px;
        line-height: 1.4em;
        font-weight: 600;
        font-feature-settings: "palt";
        padding: 0;
        margin: 0 auto;
        text-align: center;
        color: #fff;
        display: block;
    }
    #footer_about > span {
        display: block;
        padding: 0;
        margin: 0 auto 20px;
        font-size: 10px;
        color: #fff;
    }

    /*電話番号*/
    #footer_about > tel a {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 30px;
        color: #fff;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-feature-settings: "palt";
    }
    #footer_about > tel a .svg {
        width: auto;
        height: 30px;
        padding: 0;
        margin: 0 10px 0 0;
    }
    #footer_about > tel a .svg path,
    #footer_about > tel a .svg polygon {
        color: #fff;
        fill: #fff;
    }

    /*お問い合わせボタン*/
    #footer_about > #footer_contact a {
        max-width: 80%;
        padding: 20px;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        border-radius: 3px;
        color: #FF7B25;
        font-weight: 500;
        background:linear-gradient(170deg, #fff 50%, #f5f5f5 50%);
        transition: 0.2s;
        position: relative;
        box-shadow: 0 2px 2px rgba(210,100,45,1);
        overflow: hidden;
    }
    #footer_about > #footer_contact a:hover {
        opacity: 0.8;
        transition: 0.2s;
        box-shadow: 0 2px 2px rgba(210,100,45,0);
        transform: translate(0, 2px);
    }
    #footer_about > #footer_contact a .svg {
        width: auto;
        height: 18px;
        padding: 0;
        margin: 0 0 0 20px;
    }
    #footer_about > #footer_contact a .svg path,
    #footer_about > #footer_contact a .svg polygon {
        color: #FF7B25;
        fill: #FF7B25;
    }
}

/*ナビゲーション*/
#footer_top_area .widget_nav_menu ul {
    width: 100%;
    padding: 0;
    margin: 0 auto 30px;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#footer_top_area .widget_nav_menu ul::after {
    content: '';
    display: block;
    width: 31%;
}
#footer_top_area .widget_nav_menu ul > li {
    width: 31%;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
    position: relative;
}
#footer_top_area .widget_nav_menu ul > li::before {
    content: '';
    display: block;
    width: 5px;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#footer_top_area .widget_nav_menu ul > li a {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    transition: 0.5s;
}
#footer_top_area .widget_nav_menu ul > li a::before,
#footer_top_area .widget_nav_menu ul > li a::after {
    display: none;
}
#footer_top_area .widget_nav_menu ul > li a:hover {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    transition: 0.5s;
    opacity: 0.8;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*ナビゲーション*/
    #footer_top_area .widget_nav_menu ul {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #footer_top_area .widget_nav_menu ul::after {
        display: none;
    }
    #footer_top_area .widget_nav_menu ul > li {
        width: 48%;
        padding: 0 0 0 10px;
        margin: 0 0 10px;
        position: relative;
    }
}

/*外部リンク*/
#footer_top_area .widget_nav_menu:last-of-type ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#footer_top_area .widget_nav_menu:last-of-type ul::after {
    content: '';
    display: block;
    width: 31%;
}
#footer_top_area .widget_nav_menu:last-of-type ul > li {
    width: 31%;
    padding: 0;
    margin: 0 0 10px;
    position: relative;
}
#footer_top_area .widget_nav_menu:last-of-type ul > li::before {
    display: none;
}
#footer_top_area .widget_nav_menu:last-of-type ul > li a {
    display: inline-block;
    padding: 10px 35px 10px 10px;
    margin: 0;
    color: #fff;
    font-size: 12px;
    font-weight: lighter;
    text-align: left;
    transition: 0.5s;
    background-image: url('https://anshinrai.xsrv.jp/img/icon_window.png');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px;
    border: 1px solid #fff;
    border-radius: 3px;
}
#footer_top_area .widget_nav_menu:last-of-type ul > li a::before,
#footer_top_area .widget_nav_menu:last-of-type ul > li a::after {
    display: none;
}
#footer_top_area .widget_nav_menu:last-of-type ul > li a:hover {
    background-color: rgba(255,255,255,0.2);
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*外部リンク*/
    #footer_top_area .widget_nav_menu:last-of-type ul {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    #footer_top_area .widget_nav_menu:last-of-type ul::after {
        display: none;
    }
    #footer_top_area .widget_nav_menu:last-of-type ul > li {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        position: relative;
    }
    #footer_top_area .widget_nav_menu:last-of-type ul > li a {
        display: block;
        padding: 10px 35px 10px 10px;
        margin: 0;
        color: #fff;
        font-size: 12px;
        font-weight: lighter;
        text-align: center;
        transition: 0.5s;
        background-image: url('https://anshinrai.xsrv.jp/img/icon_window.png');
        background-repeat: no-repeat;
        background-position: right 10px center;
        background-size: 15px;
        border: 1px solid #fff;
        border-radius: 3px;
    }
    #footer_top_area .widget_nav_menu {
        margin-bottom: 0;
    }
}

/*コピーライト*/
#footer_btm_area {
    background: #fff;
}
#footer_btm_area .bottomFooter__copyright {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    margin: 0;
    color: #7C8F91;
}
#footer_btm_area .bottomFooter__copyright,
#footer_btm_area .bottomFooter__copyright a.bottomFooter__link {
    font-size: 12px;
    font-weight: lighter;
    color: #7C8F91;
    opacity: 1;
}
#footer_btm_area .bottomFooter__copyright a.bottomFooter__link:hover {
    font-size: 12px;
    font-weight: lighter;
    text-decoration: none;
    opacity: 1;
    color: #7C8F91;
}

#footer_btm_area .f_alpha {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){

    /*コピーライト*/
    #footer_btm_area .bottomFooter__copyright {
        width: 90%;
        padding: 10px 0 10px;
        text-align: center;
        margin: 0 auto;
        color: #222;
    }
    #footer_btm_area .bottomFooter__copyright,
    #footer_btm_area .bottomFooter__copyright a.bottomFooter__link {
        font-size: 10px;
        color: #222;
        opacity: 1;
    }
    #footer_btm_area .bottomFooter__copyright a.bottomFooter__link:hover {
        text-decoration: none;
        opacity: 1;
        color: #222;
    }
    #footer_btm_area .f_alpha {
        position: static;
        text-align: center;
        padding: 0;
        margin: 0 auto;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
}



/************************************************************/
/*　アーカイブ　リスト
/************************************************************/

.archive_list {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
}
.archive_list > div {
    width: 48%;
    padding: 0;
    margin: 0 0 40px;
}
.archive_list > div a {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    background: #fff;
    transition: 0.2s;
    border-radius: 10px;
}
.archive_list > div a:hover {
    background: #fafafa;
    transition: 0.2s;
}
#all_wrap .archive_list > div figure {
    width: 22%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
}
#all_wrap .archive_list > div figure:before {
    content: "";
    display: block;
    padding-top: 100%;
}
#all_wrap .archive_list > div figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .archive_list > div .news_info {
    width: 75%;
    padding: 0;
    margin: 0;
}
#all_wrap .archive_list > div .tags {
    width: 100%;
    padding: 0;
    margin: 0 auto 10px;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start;
}
#all_wrap .archive_list > div .tags span {
    padding: 4px 10px;
    margin: 0 5px 0 0;
    border-radius: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
#all_wrap .archive_list > div .news_date {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 1;
    color: #646464;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .archive_list > div h3 {
    padding: 0;
    margin: 0;
    border: none;
    font-size: 14px;
    line-height: 1.4em;
    color: #373737;
    font-weight: 600;
    text-decoration: none;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .archive_list {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .archive_list > div {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
    }
    .archive_list > div a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        background: #fff;
        transition: 0.2s;
        border-radius: 10px;
    }
    .archive_list > div a:hover {
        background: #fafafa;
        transition: 0.2s;
    }
    #all_wrap .archive_list > div figure {
        width: 22%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
        background: #fff;
    }
    #all_wrap .archive_list > div figure:before {
        content: "";
        display: block;
        padding-top: 100%;
    }
    #all_wrap .archive_list > div figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .archive_list > div .news_info {
        width: 75%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .archive_list > div .tags {
        width: 100%;
        padding: 0;
        margin: 0 auto 5px;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }
    #all_wrap .archive_list > div .tags span {
        padding: 3px 5px;
        margin: 0 5px 0 0;
        border-radius: 5px;
        font-size: 10px;
        color: #fff;
        line-height: 1;
        text-align: center;
    }
    #all_wrap .archive_list > div .news_date {
        display: block;
        width: 100%;
        font-size: 12px;
        line-height: 1;
        color: #646464;
        padding: 0;
        margin: 0 auto 5px;
    }
    #all_wrap .archive_list > div h3 {
        padding: 0;
        margin: 0;
        border: none;
        font-size: 12px;
        line-height: 1.4em;
        color: #373737;
        font-weight: 600;
        text-decoration: none;
        transition: 0.5s;
    }
}

.archive {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
.widgetArchive {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    width: 100%;
}
.widgetArchive2 {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    list-style: none;
}
#all_wrap .l-sidebar .widget-side .heading.heading-widget {
    padding: 10px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Montserrat', "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    background: linear-gradient(170deg, #ff7b25 50%, #ff8f46 50%);
    border-radius: 0;
}
.widgetArchive li {
    width: 30%;
    padding: 0;
    margin: 0;
}
.widgetArchive2 li a {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank:before {
    counter-increment: rank;
	content: counter(rank);
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank {
    width: 100%;
    margin: 0;
    padding: 15px 0 10px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: 0.5s;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank .eyecatch {
    width: 35%;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank h3 {
    font-weight: 400;
    font-size: 1em;
    padding: 0;
    margin: 0 auto 5px;
}
#all_wrap .widgetArchive__item.widgetArchive__item-rank:hover {
    opacity: 0.8;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .archive {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
}

/************************************************************/
/*　リスト
/************************************************************/
#all_wrap .l-wrapper .pageContents .content ul,
#all_wrap .l-wrapper .postContents .content ul {
    list-style: none;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .l-wrapper .pageContents .content ul li,
#all_wrap .l-wrapper .postContents .content ul li {
    padding: 0 0 0 20px;
    margin: 0 0 10px;
    list-style: none;
    border: none;
    background: none;
    position: relative;
}
#all_wrap .l-wrapper .pageContents .content ul li::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 14px;
    height: 14px;
    background-color: #b70200;
    border-radius: 100%;
     margin: auto 0;
}
#all_wrap .l-wrapper .pageContents .content ul li::before {
    display: block;
    content: '';
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 4px;
    width: 4px;
    height: 4px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: auto 0;
}


/************************************************************/
/*　お問い合わせ&テーブル
/************************************************************/


/*表*/
#all_wrap .l-wrapper .pageContents table,
#all_wrap .l-wrapper .postContents table,
#all_wrap .l-wrapper-full .pageContents table {
    overflow: hidden;
    table-layout: fixed;
    border: none;
    color: #222;
    width: 80%;
    margin: 0 auto 100px;
    border-top: 1px solid rgba(0,0,0,0.1);
}
#all_wrap .l-wrapper .pageContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper .pageContents table tbody tr,
#all_wrap .l-wrapper .content table tr:nth-child(odd) td,
#all_wrap .l-wrapper .postContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper .postContents table tbody tr {
    background: none;
}
#all_wrap .l-wrapper .pageContents table th,
#all_wrap .l-wrapper .postContents table th,
#all_wrap .l-wrapper-full .pageContents table th {
    font-style: normal;
    font-feature-settings: "palt";
    border: none;
    border-bottom: none;
    vertical-align: inherit;
    background: none;
    color: #222;
    padding: 20px;
    margin: 0;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    width: 20%;
    font-size: 16px;
}
#all_wrap .l-wrapper .pageContents table td,
#all_wrap .l-wrapper .postContents table td,
#all_wrap .l-wrapper-full .pageContents table td{
    border: none;
    background: none;
    vertical-align: inherit;
    border-bottom: none;
    padding: 20px;
    margin: 0;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    font-size: 16px;
    color: #222;
}
#all_wrap .content table th {
    background: none;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .pageContents table tr,
    #all_wrap .l-wrapper .postContents table tr {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
    }
    #all_wrap .l-wrapper .pageContents table th,
    #all_wrap .l-wrapper .postContents table th {
        font-size: 14px;
        font-style: normal;
        font-feature-settings: "palt";
        border: none;
        border-bottom: none;
        vertical-align: inherit;
        background: #fafafa;
        color: #222;
        padding: 10px;
        margin: 0;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        min-width: 100%;
        text-align: left;
    }
    #all_wrap .l-wrapper .pageContents table td,
    #all_wrap .l-wrapper .postContents table td {
        font-size: 14px;
        border: none;
        background: #fff;
        vertical-align: inherit;
        border-bottom: none;
        padding: 20px 10px;
        margin: 0;
        background: #fff;
        border-bottom: 1px solid rgba(0,0,0,0.1);
        width: 100%;
        min-width: 100%;
        text-align: left;
    }
    #all_wrap .l-wrapper .pageContents table th,
    #all_wrap .l-wrapper .pageContents table td,
    #all_wrap .l-wrapper .pageContents table tr,
    #all_wrap .l-wrapper .pageContents table tbody,
    #all_wrap .l-wrapper .pageContents table {
        display: block;
        width: 100%;
    }
}

/*お問い合わせフォーム*/
#all_wrap .l-wrapper table.table-contactform7 {
    border: none;
    background: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1000px;
}
#all_wrap .l-wrapper table.table-contactform7 tr,
#all_wrap .l-wrapper table.table-contactform7 tr:nth-of-type(odd),
#all_wrap .l-wrapper table.table-contactform7 tr:nth-of-type(even) {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
}
#all_wrap .l-wrapper table.table-contactform7 th {
    border: none;
    background: #dfe3e3;
    padding: 15px 20px;
    margin: 0;
    color: #373737;
    font-size: 16px;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .l-wrapper table.table-contactform7 td {
    border: none;
    background: #fafafa;
    padding: 20px 20px;
    margin: 0;
    color: #222;
    font-size: 16px;
}
#all_wrap .l-wrapper table.table-contactform7 tr:nth-of-type(odd) th,
#all_wrap .l-wrapper table.table-contactform7 tr:nth-of-type(odd) td {
    background: #dfe3e3;
}
#all_wrap .l-wrapper table.table-contactform7 .cf7-harf {
    border-right: 1px solid #fff;
}
#all_wrap .l-wrapper table.table-contactform7 input {
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 1em;
}
#all_wrap .l-wrapper table.table-contactform7 input.wpcf7-text {
    width: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 0.8em;
    line-height: 1;
    background: #fff;
}
#all_wrap .l-wrapper table.table-contactform7 input.wpcf7-date {
    padding: 5px;
    margin: 0;
    margin-right: 10px;
    font-size: 0.8em;
    background: #fafafa;
}
#all_wrap .l-wrapper table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
    width: 150px;
    height: 40px;
    line-height: 40px;
    padding: 5px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 0.8em;
    background: #fafafa;
}
#all_wrap .l-wrapper table.table-contactform7 input.your-naiyou {
    display: inline;
    width: auto;
}
#all_wrap .l-wrapper table.table-contactform7 label {
    font-size: 0.8em;
    line-height: 1.2em;
}
#all_wrap .l-wrapper table.table-contactform7 .required-contactform7 {
    border-radius: 0;
    background: #f44336;
    padding: 5px 5px;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #fff;
    font-size: 0.7em;
    line-height: 1;
}
#all_wrap .l-wrapper table.table-contactform7 .wpcf7-list-item {
    padding: 10px;
    margin: 0 10px 10px 0;
    border: dashed 1px #CCCCCC;
    vertical-align: middle;
    line-height: 1;
    font-weight: 500;
    background: #fff;
}
#all_wrap .l-wrapper table.table-contactform7 .wpcf7-list-item input[type='radio'] {
    top: 2px;
    position: relative;
}
#all_wrap .l-wrapper table.table-contactform7 .wpcf7-list-item input[type='checkbox'] {
    top: 2px;
    position: relative;
}
#all_wrap .l-wrapper table.table-contactform7 textarea {
    width: 100%;
    padding: 10px;
    margin: 0;
    border-radius: 3px;
    border: 1px solid #c8c8c8;
    box-shadow: none;
    font-size: 0.8em;
    line-height: 1;
    background: #fff;
}
#all_wrap .l-wrapper .txt_cent {
    text-align: center;
}
#all_wrap .l-wrapper .txt_cent input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 25px;
}
#all_wrap .l-wrapper .txt_cent input {
    padding: 10px 70px;
    margin: 0 auto;
    display: inline-block;
    background: #FF7B25;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    transition: 0.5s;
}
#all_wrap .l-wrapper .txt_cent input:hover {
    transition: 0.5s;
    opacity: 0.8;
}


#all_wrap #confirm {
    width: 100%;
    max-width: 1000px;
    padding: 50px 0;
    margin: 0 auto;
}
#all_wrap #confirm h3 {
    text-align: center;
    width: 100%;
    margin: 0 auto 10px;
}
#all_wrap #confirm .confirm_box {
    padding: 20px 30px;
    margin: 0;
    background: #fafafa;
    border-radius: 10px;
    border: 1px solid #f5f5f5;
}
#all_wrap #confirm input[type=checkbox] {
    transform: scale(1.5);
    margin-right: 10px;
}
#all_wrap .l-wrapper .txt_cent input[type="submit"]:disabled {
    background: #c8c8c8;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*お問い合わせフォーム*/
    #all_wrap .l-wrapper table.table-contactform7 {
        border: none;
        background: none;
        padding: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 100%;
    }
    #all_wrap .l-wrapper table.table-contactform7 tr,
    #all_wrap .l-wrapper table.table-contactform7 tr:nth-of-type(odd),
    #all_wrap .l-wrapper table.table-contactform7 tr:nth-of-type(even) {
        border: none;
        background: none;
        padding: 0;
        margin: 0;
    }
    #all_wrap .l-wrapper table.table-contactform7 th {
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        background: #fafafa;
        padding: 15px 10px;
        margin: 0;
        color: #222;
        font-size: 14px;
        font-style: normal;
        font-feature-settings: "palt";
        width: 100%;
        min-width: 100%;
    }
    #all_wrap .l-wrapper table.table-contactform7 td {
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        background: #fafafa;
        padding: 15px 10px;
        margin: 0;
        color: #222;
        font-size: 14px;
        width: 100%;
        min-width: 100%;
    }
    #all_wrap .l-wrapper table.table-contactform7 tr:nth-of-type(odd) td {
        background: #fff;
    }
    #all_wrap .l-wrapper table.table-contactform7 input {
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 1em;
    }
    #all_wrap .l-wrapper table.table-contactform7 input.wpcf7-text {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 0.8em;
        line-height: 1;
        background: #fff;
    }
    #all_wrap .l-wrapper table.table-contactform7 input.wpcf7-date {
        padding: 5px;
        margin: 0;
        margin-right: 10px;
        font-size: 0.8em;
        background: #fafafa;
    }
    #all_wrap .l-wrapper table.table-contactform7 select.wpcf7-form-control.wpcf7-select {
        width: 150px;
        height: 40px;
        line-height: 40px;
        padding: 5px;
        margin: 0;
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 0.8em;
        background: #fff;
    }
    #all_wrap .l-wrapper table.table-contactform7 input.your-naiyou {
        display: inline;
        width: auto;
    }
    #all_wrap .l-wrapper table.table-contactform7 label {
        font-size: 0.8em;
        line-height: 1.2em;
    }
    #all_wrap .l-wrapper table.table-contactform7 .required-contactform7 {
        border-radius: 0;
        background: #f44336;
        padding: 5px 5px;
        margin: 0 5px 0 0;
        display: inline-block;
        color: #fff;
        font-size: 0.7em;
        line-height: 1;
    }
    #all_wrap .l-wrapper table.table-contactform7 .wpcf7-list-item {
        padding: 10px;
        margin: 0 10px 10px 0;
        border: dashed 1px #CCCCCC;
        vertical-align: middle;
        line-height: 1;
        background: #fff;
    }
    #all_wrap .l-wrapper table.table-contactform7 .wpcf7-list-item input[type='radio'] {
        top: 2px;
        position: relative;
    }
    #all_wrap .l-wrapper table.table-contactform7 textarea {
        width: 100%;
        padding: 10px;
        margin: 0;
        border-radius: 3px;
        border: 1px solid #c8c8c8;
        box-shadow: none;
        font-size: 0.8em;
        line-height: 1;
        background: #fff;
    }
    #all_wrap .l-wrapper .txt_cent {
        text-align: center;
    }
    #all_wrap .l-wrapper .txt_cent input[type="submit"] {
        -webkit-appearance: none;
        border-radius: 25px;
    }
    #all_wrap .l-wrapper .txt_cent input {
        padding: 10px 70px;
        margin: 0 auto;
        display: inline-block;
        background: #FF7B25;
        border: none;
        border-radius: 25px;
        color: #fff;
        cursor: pointer;
        transition: 0.5s;
    }
    #all_wrap .l-wrapper .txt_cent input:hover {
        transition: 0.5s;
        opacity: 0.8;
    }
    #all_wrap #confirm {
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf.cf7-name:nth-child(1)::after {
        content: '・フリガナ';
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf.cf7-add:nth-child(1)::after {
        content: '・ご住所';
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf.cf7-tel:nth-child(1)::after {
        content: '・お電話番号';
    }
    #all_wrap .l-wrapper table.table-contactform7 th.cf7-harf:nth-child(2) {
        display: none;
    }
    #all_wrap .wpcf7 .ajax-loader {
        display: block;
    }
}


/*表削除*/
#all_wrap .pageContents .content .tablenone,
#all_wrap .postContents .content .tablenone {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: #222;
}
#all_wrap .pageContents .content .tablenone tbody,
#all_wrap .pageContents .content .tablenone th,
#all_wrap .pageContents .content .tablenone td,
#all_wrap .pageContents .content .tablenone tr,
#all_wrap .pageContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .pageContents .content .tablenone tr:nth-child(even) td {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: #222;
}
#all_wrap .postContents .content .tablenone tbody,
#all_wrap .postContents .content .tablenone th,
#all_wrap .postContents .content .tablenone td,
#all_wrap .postContents .content .tablenone tr,
#all_wrap .postContents .content .tablenone tr:nth-child(odd) td,
#all_wrap .postContents .content .tablenone tr:nth-child(even) td {
    padding: 0;
    margin: 0;
    border-top: none;
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-radius: none;
    background: none;
    color: #222;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    
}



/************************************************************/
/*　お問い合わせ&テーブル 施工事例
/************************************************************/

/*表*/
#all_wrap .l-wrapper-single .pageContents table,
#all_wrap .l-wrapper-single .postContents table{
    overflow: hidden;
    table-layout: fixed;
    border: none;
    background: #fff;
    padding: 50px;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
#all_wrap .l-wrapper-single .pageContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper-single .pageContents table tbody tr,
#all_wrap .l-wrapper-single .content table tr:nth-child(odd) td,
#all_wrap .l-wrapper-single .postContents table tbody tr:nth-of-type(odd),
#all_wrap .l-wrapper-single .postContents table tbody tr {
    background: #ffffff;
}
#all_wrap .l-wrapper-single .pageContents table th,
#all_wrap .l-wrapper-single .postContents table th {
    font-style: normal;
    font-feature-settings: "palt";
    border: none;
    border-bottom: none;
    vertical-align: inherit;
    background: #fff;
    color: #222;
    padding: 20px;
    margin: 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    width: 20%;
    font-size: 16px;
}
#all_wrap .l-wrapper-single .pageContents table td,
#all_wrap .l-wrapper-single .postContents table td {
    border: none;
    background: #fff;
    vertical-align: inherit;
    border-bottom: none;
    padding: 20px;
    margin: 0;
    border-bottom: 1px dashed rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
    font-size: 16px;
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*表*/
    #all_wrap .l-wrapper-single .pageContents table,
    #all_wrap .l-wrapper-single .postContents table{
        overflow: hidden;
        table-layout: fixed;
        border: none;
        background: #fff;
        padding: 0;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    #all_wrap .l-wrapper-single .pageContents table tbody tr:nth-of-type(odd),
    #all_wrap .l-wrapper-single .pageContents table tbody tr,
    #all_wrap .l-wrapper-single .content table tr:nth-child(odd) td,
    #all_wrap .l-wrapper-single .postContents table tbody tr:nth-of-type(odd),
    #all_wrap .l-wrapper-single .postContents table tbody tr {
        background: #ffffff;
    }
    #all_wrap .l-wrapper-single .pageContents table th,
    #all_wrap .l-wrapper-single .postContents table th {
        font-style: normal;
        font-feature-settings: "palt";
        border: none;
        border-bottom: none;
        vertical-align: inherit;
        background: #fafafa;
        color: #222;
        padding: 10px;
        margin: 0;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        width: 100%;
        min-width: 100%;
        font-size: 14px;
        display: block;
    }
    #all_wrap .l-wrapper-single .pageContents table td,
    #all_wrap .l-wrapper-single .postContents table td {
        border: none;
        background: #fff;
        vertical-align: inherit;
        border-bottom: none;
        padding: 20px 10px;
        margin: 0;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
        font-size: 14px;
        width: 100%;
        min-width: 100%;
        display: block;
    }
}



/************************************************************/
/*　Google Map
/************************************************************/
.google-maps {
    position: relative;
    padding-bottom: 30%;
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.access_info p {
    font-size: 1.1em;
    line-height: 2em;
    margin-bottom: 20px;
    text-align: center;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .access_info p {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        font-size: 1.1em;
        line-height: 2em;
        margin-bottom: 20px;
        text-align: center;
    }
    .top_gmap iframe {
        height: 200px;
    }
}



/************************************************************/
/*　全体
/************************************************************/

.top_wrapper {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .top_wrapper {
        padding: 0;
        margin: 0 auto;
        width: 100%;
    }
}


/************************************************************/
/*　サイトマップ
/************************************************************/
.l-wrapper .sitemap ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.l-wrapper .sitemap ul li.page_item {
    width: 100%;
    padding: 0;
    margin: 0;
    background: none;
    list-style: none;
}
.l-wrapper .sitemap ul li.page_item:nth-child(2n){
    background: none;
}
.l-wrapper .sitemap ul li.page_item:hover {
    background: none;
}
.l-wrapper .sitemap ul li.page_item:before,
.l-wrapper .sitemap ul li.page_item:after {
    display: none;
}
.l-wrapper .sitemap ul li.page_item a {
    display: block;
    padding: 20px 20px 20px 20px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    position: relative;
    transition: 0.5s;
    color: #222;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.l-wrapper .sitemap ul li.page_item a:hover {
    transition: 0.5s;
    color: #b70200;
}
.l-wrapper .sitemap ul li.page_item a::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -3px;
    width: 5px;
    height: 5px;
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    transform: rotate(45deg);
    transition: 0.2s;
}
.l-wrapper .sitemap ul li.page_item a::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #222;
    opacity: 0;
    overflow: hidden;
}
.l-wrapper .sitemap ul li.page_item a:hover::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #222;
    opacity: 1;
    transition: 0.2s cubic-bezier(0.55, 0.05, 0.22, 0.99);
    transform-origin: left;
}
.l-wrapper .sitemap ul li.page_item:hover a::before {
    border-top: 1px solid #222;
    border-right: 1px solid #222;
    right: 15px;
}
.l-wrapper .sitemap ul li ul.children {
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
}
.l-wrapper .sitemap ul li.page_item ul.children li {
    width: 100%;
    padding: 0 0 0 20px;
    margin: 0;
    margin-bottom: 0;
    background: none;
    border-bottom: none;
    list-style: none;
}
.l-wrapper .sitemap ul li.page_item ul.children li a {
    display: block;
    padding: 10px 0;
    margin: 0;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    transition: 0.5s;
}
.l-wrapper .sitemap ul li.page_item ul.children li a:hover {
    background: none;
    transition: 0.5s;
    color: #b70200;
}
.l-wrapper .sitemap ul li.page_item ul.children li a::before {
    content: '-';
    display: inline-block;
    position: static;
    padding: 0;
    margin: 0 10px 0 0;
    border: none;
    transform: rotate(0deg);
}


/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .sitemap {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .sitemap ul {
        width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .sitemap ul li {
        width:100%;
    }
    .l-wrapper .sitemap ul li.page_item a {
        font-size: 14px;
    }
}

/*スマホ改行
------------------------------------------------------------*/
	
@media screen and (min-width: 768px){   
  .br-pc { display:block; }
  .br-sp { display:none; }
}
@media screen and (max-width: 768px){   
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/************************************************************/
/*　本文ギャラリー
/************************************************************/
#all_wrap .content .gallery {
    width: 80%;
    padding: 0;
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .content .gallery dl {
    width: 31%;
    padding: 0;
    margin: 0 0 30px;
}
#all_wrap .content .gallery dt {
    padding: 5px 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dd {
    padding: 0;
    margin: 0;
    text-align: center;
}
#all_wrap .content .gallery dl img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .content .gallery {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .content .gallery dl {
        width: 48%;
        padding: 0;
        margin: 0 0 20px;
    }
    #all_wrap .content .gallery dt {
        padding: 5px 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dd {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    #all_wrap .content .gallery dl img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　Youtube
/************************************************************/
#all_wrap .l-wrapper .youtubeBox {
    width:860px;              /*横幅いっぱいにwidthを指定*/
    padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
    height:0px;              /*高さはpaddingで指定するためheightは0に*/
    position: relative;
    margin: 0 auto;
}
#all_wrap .l-wrapper .youtubeBox > iframe {
    position: static;
    top: auto;
    left: auto;
    width: 860px;
    height: 500px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .youtubeBox {
        width:100%;              /*横幅いっぱいにwidthを指定*/
        padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
        height:0px;              /*高さはpaddingで指定するためheightは0に*/
        position: relative;
    }
    #all_wrap .l-wrapper .youtubeBox > iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

/************************************************************/
/*　記事詳細
/************************************************************/

/*タグリスト*/
.l-wrapper .tag_btn {
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
}
.l-wrapper-full .tag_btn {
    width: 80%;
    padding-top: 30px;
    margin: 0 auto;
}
.tag_btn a {
    display: inline-block;
    padding: 10px 10px;
    margin: 0 10px 10px 0;
    border: 1px solid #FF7B25;
    border-radius: 3px;
    background: #FF7B25;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
.tag_btn a:hover {
    border: 1px solid #b70200;
    background: #b70200;
    text-align: center;
    color: #fff;
    text-decoration: none;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*タグリスト*/
    .l-wrapper .tag_btn {
        width: 100%;
        padding-top: 30px;
        margin: 0 auto;
    }
    .l-wrapper-full .tag_btn {
        width: 90%;
        padding-top: 30px;
        margin: 0 auto;
    }
}


/*関連記事*/
#all_wrap .related__list {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .related__list li.related__item {
    width: 49%;
    border: 1px solid rgba(0,0,0,.1);
    padding: 20px;
    margin: 0 0 20px;
}
#all_wrap .related__list li.related__item .eyecatch {
    margin: 0;
}
#all_wrap .related__list li.related__item .dateList {
    margin: 0 auto 10px;
}
#all_wrap .related__list li.related__item h3.heading-secondary {
    font-size: 1em;
}
#all_wrap .related__list li.related__item h3.heading-secondary a {
    transition: 0.5s;
}
#all_wrap .related__list li.related__item h3.heading-secondary a:hover {
    transition: 0.5s;
    color: #165e83;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .related__list li.related__item {
        width: 100%;
        border: 1px solid rgba(0,0,0,.1);
        padding: 20px;
        margin: 0 0 10px;
    }
}

/************************************************************/
/*　ブログ　詳細＆サイドバー 
/************************************************************/
#all_wrap #single_title {
    width: 100%;
    padding: 0 0 15px;
    margin: 0 auto 20px;
    font-size: 30px;
    line-height: 1.2em;
    color: #373737;
    font-family: 'Montserrat', "Noto Sans JP", sans-serif;
    font-weight: 600;
    font-feature-settings: "palt";
    border-bottom: 1px solid #373737;
}
#single_date {
    display: inline-block;
    padding: 7px 10px;
    margin: 0 auto 10px;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    background: #ff7b25;
    border-radius: 3px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap #single_title {
        width: 100%;
        padding: 0 0 15px;
        margin: 0 auto 20px;
        font-size: 20px;
        line-height: 1.2em;
        color: #373737;
        font-family: 'Montserrat', "Noto Sans JP", sans-serif;
        font-weight: 600;
        font-feature-settings: "palt";
        border-bottom: 1px solid #373737;
    }
    #single_date {
        display: inline-block;
        padding: 7px 10px;
        margin: 0 auto 10px;
        color: #fff;
        font-size: 12px;
        font-style: italic;
        background: #ff7b25;
        border-radius: 3px;
    }
}

#all_wrap .sid_title {
    width: 100%;
    padding: 0 0 0 13px;
    margin: 0 auto 20px;
    border-left: 2px solid #ff7b25;
    font-family: 'Montserrat', "Noto Sans JP", sans-serif;
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: #373737;
}
#all_wrap .sid_title span {
    display: block;
    padding: 0;
    margin: 0 auto 5px;
    font-family: 'Montserrat', "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.2em;
    color: #ff7b25;
}
.blog_sid {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto 100px;
}
.blog_sid li {
    width: 100%;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px dotted rgba(0,0,0,0.3);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
.blog_sid li figure {
    width: 30%;
    padding: 0;
    margin: 0;
}
.blog_sid li figure a {
    display: block;
    padding: 0;
    margin: 0s;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.blog_sid li figure a:before {
    content:"";
    display: block;
    padding: 50%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.blog_sid li figure a img {
    width: auto;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
.blog_sid li .blog_info {
    width: 65%;
    padding: 0;
    margin: 0;
}
.blog_sid li .blog_info .date {
    color: #c8c8c8;
    font-style: italic;
    display: block;
    padding: 0;
    margin: 0 auto 10px;
    font-size: 10px;
}
#all_wrap .blog_sid li h3 {
    padding: 0;
    margin: 0;
    color: #373737;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'Montserrat', "Noto Sans JP", sans-serif;
    font-weight: 500;
    border: none;
}
#all_wrap .blog_sid li h3 a {
    transition: 0.2s;
    color: #373737;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'Montserrat', "Noto Sans JP", sans-serif;
    font-weight: 500;
}
#all_wrap .blog_sid li h3 a:hover {
    color: #373737;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'Montserrat', "Noto Sans JP", sans-serif;
    font-weight: 500;
    transition: 0.2s;
    opacity: 0.8;
}

/*前後の記事*/
#all_wrap .prevNext__pop {
    background-color: #aa8a46;
}
#all_wrap .eyecatch {
    background: #000;
}

/*プロフィール*/
#all_wrap .profile {
    border: none;
    margin-top: 0;
    padding: 20px;
    background: #000;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#all_wrap .profile__text {
    background: none;
    font-size: 16px;
    padding: 0 0 0 13px;
    margin-bottom: 15px;
    margin-top: 40px;
    border-left: 2px solid #d3c8a8;
    font-style: italic;
    text-align: left;
    color: #d3c8a8;
}
#all_wrap .profile__contents {
    width: 80%;
    padding: 0;
    margin: 0;
}
#all_wrap .profile__name {
    color: #d3c8a8;
    font-size: 19px;
    line-height: 1.4em;
    font-style: italic;
    padding: 0 0 10px;
    margin: 0 auto 10px;
    border-bottom: 1px solid #d3c8a8;
}
#all_wrap .profile__author {
    width: 15%;
    text-align: left;
    padding: 0;
    margin: 0 20px 0 0;
}
#all_wrap .profile__author img {
    width: 100%;
    height: auto;
    margin: 0;
}
#all_wrap .profile__list {
    display: none;
}
#all_wrap .profile__description {
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*プロフィール*/
    #all_wrap .profile {
        border: none;
        margin-top: 0;
        padding: 20px;
        background: #000;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #all_wrap .profile__text {
        background: none;
        font-size: 16px;
        padding: 0 0 0 13px;
        margin-bottom: 15px;
        margin-top: 40px;
        border-left: 2px solid #d3c8a8;
        font-style: italic;
        text-align: left;
        color: #d3c8a8;
    }
    #all_wrap .profile__contents {
        width: 80%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .profile__name {
        color: #d3c8a8;
        font-size: 19px;
        line-height: 1.4em;
        font-style: italic;
        padding: 0 0 10px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #d3c8a8;
    }
    #all_wrap .profile__author {
        width: 15%;
        text-align: left;
        padding: 0;
        margin: 0 0 0 0;
    }
    #all_wrap .profile__author img {
        width: 100%;
        height: auto;
        margin: 0;
    }
    #all_wrap .profile__list {
        display: none;
    }
    #all_wrap .profile__description {
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　ページ形成
/************************************************************/

/*幅1100*/
.w1100 {
    width: 100%;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
}
.box1100 {
    width: 100%;
    max-width: 1000px;
    padding: 50px;
    margin: 0 auto 80px;
    background: #fff;
}
#all_wrap .box1100 p {
    padding: 0;
    margin: 0 auto 20px;
}

#all_wrap .box-l,
#all_wrap .box-r {
    width: 100%;
    padding: 0;
    margin: 0 auto 70px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap .box-l figure {
    width: 30%;
    padding: 0;
    margin: 0;
    order: 1;
}
#all_wrap .box-l > div {
    width: 65%;
    padding: 0;
    margin: 0;
    order: 2;
}
#all_wrap .box-r figure {
    width: 30%;
    padding: 0;
    margin: 0;
    order: 2;
}
#all_wrap .box-r > div {
    width: 65%;
    padding: 0;
    margin: 0;
    order: 1;
}
#all_wrap .box-l figure img,
#all_wrap .box-r figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .box-l h3,
#all_wrap .box-r h3 {
    padding: 0;
    margin: 0 auto 10px;
}

/*注意文*/
#all_wrap .attention {
    padding: 10px 0;
    margin: 0;
    font-size: 1.5em;
    font-weight: 600;
    color: #aa2f26;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .attention::before {
    content: '※';
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 5px;
}



/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*幅1100*/
    .w1100 {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    .box1100 {
        width: 100%;
        max-width: 100%;
        padding: 20px;
        margin: 0 auto 50px;
        background: #fff;
    }
    #all_wrap .box1100 p {
        padding: 0;
        margin: 0 auto 10px;
    }

    #all_wrap .box-l,
    #all_wrap .box-r {
        width: 100%;
        padding: 0;
        margin: 0 auto 50px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap .box-l figure {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .box-l > div {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    #all_wrap .box-r figure {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .box-r > div {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 1;
    }
    #all_wrap .box-l figure img,
    #all_wrap .box-r figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .box-l h3,
    #all_wrap .box-r h3 {
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .box-l p,
    #all_wrap .box-r p {
        padding: 0;
        margin: 0 auto 10px;
    }

    /*注意文*/
    #all_wrap .attention {
        padding: 10px 0;
        margin: 0;
        font-size: 1.2em;
        font-weight: 600;
        color: #aa2f26;
        font-style: normal;
        font-feature-settings: "palt";
        text-align: center;
    }
    #all_wrap .attention::before {
        content: '※';
        display: inline-block;
        padding: 0;
        margin: 0;
        margin-right: 5px;
    }
}

/************************************************************/
/*　お問い合わせフォーム
/************************************************************/
.contact_box {
    width: 100%;
    max-width: 1000px;
    padding: 30px 0;
    margin: 0 auto 30px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.contact_box_left {
    width: 50%;
    padding: 0 30px;
    margin: 0;
}
.contact_box_right {
    width: 50%;
    padding: 0 30px;
    margin: 0;
    border-left: 1px solid #f0f0f0;
}
#all_wrap .contact_box p {
    padding: 0;
    margin: 0;
}
.contact_box_left span {
    display: block;
    font-feature-settings: "palt";
}
#all_wrap .contact_box tel {
    font-feature-settings: "palt";
    color: #b70200;
    display: -webkit-flex;
    display: flex;
    align-content: flex-end;
    align-items: flex-end;
    line-height: 1em;
    color: #222;
    font-size: 1.5em;
}
#all_wrap .contact_box tel a {
    font-size: 1.8em;
    font-weight: 600;
    font-feature-settings: "palt";
    color: #b70200;
    line-height: 1em;
    transition: 0.5s;
    display: inline-block;
    margin-left: 5px;
}
#all_wrap .contact_box tel a:hover {
    font-weight: 600;
    opacity: 0.8;
    transition: 0.5s;
}
#all_wrap .contact_box tel img {
    height: 30px;
    width: auto;
    padding: 0;
    margin: 0;
    margin-right: 10px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .contact_box {
        width: 100%;
        max-width: 100%;
        padding: 20px 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        border-top: 1px dashed #c8c8c8;
        border-bottom: 1px dashed #c8c8c8;
    }
    .contact_box_left {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    .contact_box_right {
        width: 100%;
        padding: 0;
        margin: 0;
        border-left: none;
    }
    #all_wrap .pageContents .content .contact_box p {
        padding: 0;
        margin: 0;
    }
    .contact_box_left span {
        display: block;
        font-feature-settings: "palt";
        text-align: center;
    }
    #all_wrap .contact_box tel {
        font-feature-settings: "palt";
        color: #39ae36;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: flex-end;
        align-items: flex-end;
        line-height: 1;
    }
    #all_wrap .contact_box tel a {
        font-size: 1.8em;
        font-feature-settings: "palt";
        color: #39ae36;
        line-height: 1;
    }
    #all_wrap .contact_box tel img {
        height: 40px;
        width: auto;
        padding: 0;
        margin: 0;
        margin-right: 10px;
    }
}



/************************************************************/
/*　トップページ　お客様の声
/************************************************************/
#top_voice {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: url('https://anshinrai.xsrv.jp/img/bg_graph.gif');
}
#top_voice .top_voice_ban {
    width: 60%;
    padding: 0;
    margin: 0 auto 70px;
}
#top_voice .top_voice_ban > a img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    transition: 0.2s;
}
#top_voice .top_voice_ban > a:hover img {
    transition: 0.2s;
    transform: translate(0, 2px);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_voice {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: url('https://anshinrai.xsrv.jp/img/bg_graph.gif');
    }
    #top_voice .top_voice_ban {
        width: 90%;
        padding: 0;
        margin: 0 auto 40px;
    }
    #top_voice .top_voice_ban > a img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        transition: 0.2s;
    }
    #top_voice .top_voice_ban > a:hover img {
        transition: 0.2s;
        transform: translate(0, 2px);
    }
}

/*見出し*/
#all_wrap .midashi_bln,
#all_wrap .midashi_bln2,
#all_wrap .content h2.midashi_bln {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #373737;
    text-align: center;
    padding: 0;
    margin: 0 auto 30px;
}
#all_wrap .midashi_bln2 {
    color: #fff;
}
#all_wrap .midashi_bln > em,
#all_wrap .midashi_bln2 > em,
#all_wrap .content h2.midashi_bln > em {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    letter-spacing: normal;
    color: #FF7B25;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-feature-settings: "palt";
    text-transform: capitalize;
}
#all_wrap .midashi_bln2 > em {
    color: #FFF425;
}
#all_wrap .midashi_bln > em::before,
#all_wrap .midashi_bln2 > em::before,
#all_wrap .content h2.midashi_bln > em:before {
    content: '';
    display: inline-block;
    width: 2px;
    padding: 0;
    margin: 0 10px 0 0;
    background: #FF7B25;
    transform: rotate(-40deg);
}
#all_wrap .midashi_bln > em::after,
#all_wrap .midashi_bln2 > em::after,
#all_wrap .content h2.midashi_bln > em::after {
    content: '';
    display: inline-block;
    width: 2px;
    padding: 0;
    margin: 0 0 0 10px;
    background: #FF7B25;
    transform: rotate(40deg);
}
#all_wrap .midashi_bln2 > em::before,
#all_wrap .midashi_bln2 > em::after {
    background: #FFF425;
}

/*ディスクリプション*/
#all_wrap .cat_description {
    display: block;
    padding: 0;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 600;
}
#all_wrap .cat_description2 {
    display: block;
    padding: 0;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*見出し*/
    #all_wrap .midashi_bln,
    #all_wrap .midashi_bln2 {
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1;
        color: #373737;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        width: 90%;
    }
    #all_wrap .midashi_bln2 {
        color: #fff;
    }
    #all_wrap .midashi_bln > em,
    #all_wrap .midashi_bln2 > em {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        font-size: 12px;
        letter-spacing: normal;
        color: #FF7B25;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-feature-settings: "palt";
        text-transform: capitalize;
    }
    #all_wrap .midashi_bln2 > em {
        color: #FFF425;
    }
    #all_wrap .midashi_bln > em::before,
    #all_wrap .midashi_bln2 > em::before {
        content: '';
        display: inline-block;
        width: 2px;
        padding: 0;
        margin: 0 10px 0 0;
        background: #FF7B25;
        transform: rotate(-40deg);
    }
    #all_wrap .midashi_bln > em::after,
    #all_wrap .midashi_bln2 > em::after {
        content: '';
        display: inline-block;
        width: 2px;
        padding: 0;
        margin: 0 0 0 10px;
        background: #FF7B25;
        transform: rotate(40deg);
    }
    #all_wrap .midashi_bln2 > em::before,
    #all_wrap .midashi_bln2 > em::after {
        background: #FFF425;
    }

    /*ディスクリプション*/
    #all_wrap .cat_description {
        display: block;
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        font-weight: 600;
        width: 90%;
    }
    #all_wrap .cat_description2 {
        display: block;
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        font-weight: 600;
        color: #fff;
        width: 90%;
    }
}

/*一覧*/
#all_wrap .voiceList {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .voiceList::after {
    content: '';
    display: block;
    width: 31%;
}
#all_wrap .voiceList > li {
    width: 31%;
    padding: 0;
    margin: 0 0 40px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    position: relative;
    transition: 0.5s;
}
#all_wrap .voiceList > li:hover {
    width: 31%;
    padding: 0;
    margin: 0 0 40px;
    background: #fff;
    box-shadow: 5px 5px 10px rgba(255,205,172,0.5);
    position: relative;
    transition: 0.5s;
}
#all_wrap .voiceList > li .newicon {
    width: 50px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
    left: -10px;
    z-index: 5;
}
#all_wrap .voiceList > li .newicon img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,.1));
}
#all_wrap .voiceList > li figure a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .voiceList > li figure a:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .voiceList > li figure a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .voiceList > li figure a:hover img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .voiceList > li .voiceListInfo {
    padding: 20px;
    margin: 0;
}
#all_wrap .voiceList > li .tags {
    padding: 0;
    margin: 0 auto 5px;
}
#all_wrap .voiceList > li .tags span {
    display: inline-block;
    padding: 5px 7px;
    margin: 0 5px 5px 0;
    font-size: 11px;
    line-height: 1;
    color: #FF7B25;
    background: #fff;
    border: 1px solid #FF7B25;
    border-radius: 20px;
}
#all_wrap .voiceList > li h3 {
    font-size: 16px;
    font-weight: 600;
    color: #373737;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .voiceList > li p {
    font-size: 14px;
    line-height: 1.4em;
    padding: 0;
    margin: 0;
    color: #373737;
    font-feature-settings: "palt";
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*一覧*/
    #all_wrap .voiceList {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .voiceList::after {
        display: none;
    }
    #all_wrap .voiceList > li {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        background: #fff;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        position: relative;
        transition: 0.5s;
    }
    #all_wrap .voiceList > li:hover {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        background: #fff;
        box-shadow: 5px 5px 10px rgba(255,205,172,0.5);
        position: relative;
        transition: 0.5s;
    }
    #all_wrap .voiceList > li .newicon {
        width: 50px;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        left: -10px;
        z-index: 5;
    }
    #all_wrap .voiceList > li .newicon img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        filter: drop-shadow(4px 4px 6px rgba(0,0,0,.1));
    }
    #all_wrap .voiceList > li figure a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap .voiceList > li figure a:before {
        content:"";
        display: block;
        padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
    }
    #all_wrap .voiceList > li figure a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.00);
        -webkit-transform: translate(-50%, -50%) scale(1.00);
        -ms-transform: translate(-50%, -50%) scale(1.00);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .voiceList > li figure a:hover img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .voiceList > li .voiceListInfo {
        padding: 20px;
        margin: 0;
    }
    #all_wrap .voiceList > li .tags {
        padding: 0;
        margin: 0 auto 5px;
    }
    #all_wrap .voiceList > li .tags span {
        display: inline-block;
        padding: 5px 7px;
        margin: 0 5px 5px 0;
        font-size: 11px;
        line-height: 1;
        color: #FF7B25;
        background: #fff;
        border: 1px solid #FF7B25;
        border-radius: 20px;
    }
    #all_wrap .voiceList > li h3 {
        font-size: 16px;
        font-weight: 600;
        color: #373737;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .voiceList > li p {
        font-size: 14px;
        line-height: 1.4em;
        padding: 0;
        margin: 0;
        color: #373737;
        font-feature-settings: "palt";
    }
}

/*一覧ボタン*/
#all_wrap .moreBtn {
    text-align: center;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .moreBtn > a {
    max-width: 250px;
    padding: 20px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    background:linear-gradient(170deg, #ff7b25 50%, #ff8f46 50%);
    transition: 0.2s;
    position: relative;
    box-shadow: 0 2px 2px rgba(255,205,172,1);
    overflow: hidden;
}
#all_wrap .moreBtn > a:hover {
    opacity: 0.8;
    transition: 0.2s;
    box-shadow: 0 2px 2px rgba(255,205,172,0);
    transform: translate(0, 2px);
}
#all_wrap .moreBtn > a::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 10px;
    z-index: 1;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap .moreBtn > a::after{
    content: '';
    display: block;
    box-sizing: border-box;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #FF7B25;
    position: absolute;
    top: 50%;
    right: 13px;
    z-index: 2;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}

/************************************************************/
/*　詳細ページ　お客様の声
/************************************************************/
#voiceDetail {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
#voiceDetail .midashi_bln {
    padding: 0 0 20px;
    position: relative;
}
#voiceDetail .midashi_bln::after {
    content: '';
    width: 50px;
    height: 2px;
    padding: 0;
    margin: 0;
    background: #c8c8c8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
}
#all_wrap #voiceDetail strong {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #373737;
    padding: 0;
    margin: 0 auto 40px;
}

#all_wrap .voiceDetailImg {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 auto 100px;
}
#all_wrap .voiceDetailImg > figure {
    width: 48%;
    padding: 0;
    margin: 0;
}
#all_wrap .voiceDetailImg > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}

#all_wrap #voiceDetail .single_content {
    margin-bottom: 100px;
}

#all_wrap .voiceDetailInfo {
    width: 100%;
    padding: 30px;
    margin: 0 auto 100px;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    flex-wrap: wrap;
    background: #f4f8f8;
    border-radius: 10px;
}
#all_wrap .voiceDetailInfo dt {
    width: 20%;
    padding: 15px 15px;
    margin: 0;
    background: #d1dcdd;
    border-bottom: 1px solid #f4f8f8;
    text-align: center;
    font-weight: 600;
    line-height: 1.4em;
    color: #373737;
}
#all_wrap .voiceDetailInfo dd {
    width: 80%;
    padding: 15px 15px;
    margin: 0;
    background: none;
    color: #373737;
    background: #fff;
    border-bottom: 1px solid #d1dcdd;
}
#all_wrap .voiceDetailInfo dd:last-of-type {
    border-bottom: none;
}

#all_wrap .voiceDetailGallery {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .voiceDetailGallery::before,
#all_wrap .voiceDetailGallery::after {
    content: '';
    display: block;
    width: 23%;
}
#all_wrap .voiceDetailGallery::before {
    order: 1;
}
#all_wrap .voiceDetailGallery > figure {
    width: 23%;
    padding: 0;
    margin: 0 0 20px;
}
#all_wrap .voiceDetailGallery > figure a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
#all_wrap .voiceDetailGallery > figure a:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .voiceDetailGallery > figure a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .voiceDetailGallery > figure a:hover img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.05);
    -webkit-transform: translate(-50%, -50%) scale(1.05);
    -ms-transform: translate(-50%, -50%) scale(1.05);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #voiceDetail {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #voiceDetail .midashi_bln {
        padding: 0 0 20px;
        position: relative;
    }
    #voiceDetail .midashi_bln::after {
        content: '';
        width: 50px;
        height: 2px;
        padding: 0;
        margin: 0;
        background: #c8c8c8;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    #all_wrap #voiceDetail strong {
        display: block;
        text-align: center;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4em;
        color: #373737;
        padding: 0;
        margin: 0 auto 20px;
    }

    #all_wrap .voiceDetailImg {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .voiceDetailImg > figure {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
    }
    #all_wrap .voiceDetailImg > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border-radius: 10px;
    }

    #all_wrap #voiceDetail .single_content {
        margin-bottom: 100px;
    }

    #all_wrap .voiceDetailInfo {
        width: 100%;
        padding: 20px;
        margin: 0 auto 40px;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        flex-wrap: wrap;
        background: #f4f8f8;
        border-radius: 10px;
    }
    #all_wrap .voiceDetailInfo dt {
        width: 100%;
        padding: 10px 10px;
        margin: 0;
        background: #d1dcdd;
        border-bottom: 1px solid #f4f8f8;
        text-align: center;
        font-weight: 600;
        line-height: 1.4em;
        color: #373737;
    }
    #all_wrap .voiceDetailInfo dd {
        width: 100%;
        padding: 10px 10px;
        margin: 0;
        background: none;
        color: #373737;
        background: #fff;
        border-bottom: 1px solid #d1dcdd;
    }
    #all_wrap .voiceDetailInfo dd:last-of-type {
        border-bottom: none;
    }

    #all_wrap .voiceDetailGallery {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .voiceDetailGallery::before,
    #all_wrap .voiceDetailGallery::after {
        display: none;
    }
    #all_wrap .voiceDetailGallery::before {
        order: 1;
    }
    #all_wrap .voiceDetailGallery > figure {
        width: 48%;
        padding: 0;
        margin: 0 0 10px;
    }
    #all_wrap .voiceDetailGallery > figure a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    #all_wrap .voiceDetailGallery > figure a:before {
        content:"";
        display: block;
        padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
    }
    #all_wrap .voiceDetailGallery > figure a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.00);
        -webkit-transform: translate(-50%, -50%) scale(1.00);
        -ms-transform: translate(-50%, -50%) scale(1.00);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .voiceDetailGallery > figure a:hover img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.05);
        -webkit-transform: translate(-50%, -50%) scale(1.05);
        -ms-transform: translate(-50%, -50%) scale(1.05);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
}

/************************************************************/
/*　トップページ　選ばれる理由
/************************************************************/
#top_reason {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: #fbf7ed;
}
#all_wrap .l-wrapper-full #top_reason {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background-image: url('https://anshinrai.xsrv.jp/img/reason_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
#all_wrap .l-wrapper-full #top_reason::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0f;
}
#all_wrap #top_reason > ul {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap #top_reason > ul li {
    width: 100%;
    padding: 40px 0;
    margin: 0 auto 40px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
#all_wrap #top_reason > ul li:last-child {
    margin-bottom: 0;
}
#all_wrap #top_reason > ul li::before {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: -1;
    border-radius: 20px 0 0 20px;
}
#all_wrap #top_reason > ul li:nth-child(even)::before {
    content: '';
    display: block;
    width: 60%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    z-index: -1;
    border-radius: 0 20px 20px 0;
}
#all_wrap #top_reason > ul li figure {
    width: 40%;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    order: 0;
}
#all_wrap #top_reason > ul li:nth-child(even) figure {
    width: 40%;
    padding: 0;
    margin: 0;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    order: 1;
}
#all_wrap #top_reason > ul li figure::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('https://anshinrai.xsrv.jp/img/bg_stripe.png');
    background-repeat: repeat;
    background-size: 2%;
    border-radius: 20px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    z-index: -1;
}
#all_wrap #top_reason > ul li figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 20px;
}
#all_wrap #top_reason > ul li .reasonList_info {
    width: 40%;
    padding: 50px 0 50px 50px;
    margin: 0;
    order: 1;
}
#all_wrap #top_reason > ul li:nth-child(even) .reasonList_info {
    width: 40%;
    padding: 50px 50px 50px 0;
    margin: 0;
    order: 0;
}
#all_wrap #top_reason > ul li em {
    font-size: 18px;
    letter-spacing: normal;
    color: #FF7B25;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-feature-settings: "palt";
    position: relative;
}
#all_wrap #top_reason > ul li em::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    background: url('https://anshinrai.xsrv.jp/img/image_flash.png') no-repeat;
    background-size: cover;
    padding: 0;
    margin: 0;
    position: absolute;
    top: -10px;
    right: -15px;
    z-index: 0;
}
#all_wrap #top_reason > ul li h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #373737;
    text-align: left;
    padding: 20px 0;
    margin: 0 auto;
}
#all_wrap #top_reason > ul li h3::before {
    display: none;
}
#all_wrap #top_reason > ul li h3 > strong {
    font-size: 22px;
    font-weight: 600;
    color: #FF7B25;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_reason {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #fbf7ed;
    }
    #all_wrap .l-wrapper-full #top_reason {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #fbf7ed;
        position: relative;
    }
    #all_wrap .l-wrapper-full #top_reason h2.design {
        width: 90%;
        margin: 0 auto 20px;
    }
    #all_wrap #top_reason > ul {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
    }
    #all_wrap #top_reason > ul li {
        width: 100%;
        padding: 20px 20px;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: relative;
        z-index: 1;
    }
    #all_wrap #top_reason > ul li:last-child {
        margin-bottom: 0;
    }
    #all_wrap #top_reason > ul li::before {
        content: '';
        display: block;
        width: 80%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        z-index: -1;
        border-radius: 20px 0 0 20px;
    }
    #all_wrap #top_reason > ul li:nth-child(even)::before {
        content: '';
        display: block;
        width: 80%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: #fff;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        z-index: -1;
        border-radius: 0 20px 20px 0;
    }
    #all_wrap #top_reason > ul li figure {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        border-radius: 20px;
        position: relative;
        z-index: 1;
        order: 0;
    }
    #all_wrap #top_reason > ul li:nth-child(even) figure {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
        border-radius: 20px;
        position: relative;
        z-index: 1;
        order: 0;
    }
    #all_wrap #top_reason > ul li figure::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('https://anshinrai.xsrv.jp/img/bg_stripe.png');
        background-repeat: repeat;
        background-size: 2%;
        border-radius: 20px;
        position: absolute;
        bottom: -10px;
        right: -10px;
        z-index: -1;
    }
    #all_wrap #top_reason > ul li figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border-radius: 20px;
    }
    #all_wrap #top_reason > ul li .reasonList_info {
        width: 100%;
        padding: 20px 0 0;
        margin: 0;
        order: 1;
    }
    #all_wrap #top_reason > ul li:nth-child(even) .reasonList_info {
        width: 100%;
        padding: 20px 0 0;
        margin: 0;
        order: 1;
    }
    #all_wrap #top_reason > ul li em {
        font-size: 18px;
        letter-spacing: normal;
        color: #FF7B25;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: italic;
        font-feature-settings: "palt";
        position: relative;
        margin: 0;
    }
    #all_wrap #top_reason > ul li em::before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url('https://anshinrai.xsrv.jp/img/image_flash.png') no-repeat;
        background-size: cover;
        padding: 0;
        margin: 0;
        position: absolute;
        top: -10px;
        right: -15px;
        z-index: 0;
    }
    #all_wrap #top_reason > ul li h3 {
        font-size: 18px;
        font-weight: 600;
        line-height: 1.4em;
        color: #373737;
        text-align: left;
        padding: 10px 0 0;
        margin: 0 auto 10px;
    }
    #all_wrap #top_reason > ul li h3 > strong {
        font-size: 18px;
        font-weight: 600;
        color: #FF7B25;
    }
}

/************************************************************/
/*　トップページ　お知らせ・イベント情報
/************************************************************/
#top_news {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: url('https://anshinrai.xsrv.jp/img/bg_graph.gif');
}

/*ディスクリプション*/
#all_wrap #top_news > .cat_description {
    display: block;
    padding: 0;
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 600;
    width: 60%;
    max-width: 800px;
}
#all_wrap #top_news > .cat_description strong {
    font-size: 18px;
    color: #FF7B25;
    font-weight: 600;
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
    display: block;
    position: relative;
}
#all_wrap #top_news > .cat_description strong::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    padding: 0;
    margin: 0 10px 0 0;
    background: #FF7B25;
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}
#all_wrap #top_news > .cat_description strong::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    padding: 0;
    margin: 0 0 0 10px;
    background: #FF7B25;
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
}

/*一覧*/
#all_wrap .newsList {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    list-style: none;
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .newsList::before,
#all_wrap .newsList::after {
    content: '';
    display: block;
    width: 23%;
}
#all_wrap .newsList::before {
    order: 1;
}
#all_wrap .newsList > li {
    width: 23%;
    padding: 0;
    margin: 0 0 30px;
    position: relative;
    transition: 0.5s;
}
#all_wrap .newsList > li:hover {
    width: 23%;
    padding: 0;
    margin: 0 0 30px;
    position: relative;
    transition: 0.5s;
}
#all_wrap .newsList > li figure {
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .newsList > li figure a {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .newsList > li figure a:before {
    content:"";
    display: block;
    padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .newsList > li figure a img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .newsList > li figure a:hover img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .newsList > li h3 {
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .newsList > li h3 a {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    color: #373737;
    transition: 0.5s;
}
#all_wrap .newsList > li:hover h3 a {
    color: #FF7B25;
    transition: 0.5s;
}
#all_wrap .newsList > li .newsListDate {
    font-size: 12px;
    line-height: 1;
    font-style: italic;
    color: #7C8F91;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: -5px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform-origin: top left;
    transition: 0.5s;
}
#all_wrap .newsList > li:hover .newsListDate {
    color: #FF7B25;
    transition: 0.5s;
}
#all_wrap .newsList li .tags {
    padding: 0;
    margin: 0 auto;
}
#all_wrap .newsList li .tags span {
    font-size: 11px;
    line-height: 1;
    padding: 3px 5px;
    margin: 0 3px 0 0;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_news {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: url('https://anshinrai.xsrv.jp/img/bg_graph.gif');
    }

    /*ディスクリプション*/
    #all_wrap #top_news > .cat_description {
        display: block;
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        font-weight: 600;
        width: 90%;
        max-width: 90%;
    }
    #all_wrap #top_news > .cat_description strong {
        font-size: 12px;
        color: #FF7B25;
        font-weight: 600;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        display: block;
        position: relative;
    }
    #all_wrap #top_news > .cat_description strong::before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 2px;
        padding: 0;
        margin: 0 10px 0 0;
        background: #FF7B25;
        transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
    }
    #all_wrap #top_news > .cat_description strong::after {
        content: '';
        display: inline-block;
        width: 10px;
        height: 2px;
        padding: 0;
        margin: 0 0 0 10px;
        background: #FF7B25;
        transform: translate(0, -5px);
        -webkit-transform: translate(0, -5px);
        -ms-transform: translate(0, -5px);
    }

    /*一覧*/
    #all_wrap .newsList {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        list-style: none;
        width: 80%;
        max-width: 80%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .newsList::before,
    #all_wrap .newsList::after {
        display: none;
    }
    #all_wrap .newsList::before {
        order: 1;
    }
    #all_wrap .newsList > li {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        position: relative;
        transition: 0.5s;
    }
    #all_wrap .newsList > li:hover {
        width: 100%;
        padding: 0;
        margin: 0 0 20px;
        position: relative;
        transition: 0.5s;
    }
    #all_wrap .newsList > li figure {
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .newsList > li figure a {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap .newsList > li figure a:before {
        content:"";
        display: block;
        padding-top: 75%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
    }
    #all_wrap .newsList > li figure a img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.00);
        -webkit-transform: translate(-50%, -50%) scale(1.00);
        -ms-transform: translate(-50%, -50%) scale(1.00);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .newsList > li figure a:hover img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .newsList > li h3 {
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .newsList > li h3 a {
        font-size: 14px;
        line-height: 1.4em;
        font-weight: 600;
        color: #373737;
        transition: 0.5s;
    }
    #all_wrap .newsList > li:hover h3 a {
        color: #FF7B25;
        transition: 0.5s;
    }
    #all_wrap .newsList > li .newsListDate {
        font-size: 12px;
        line-height: 1;
        font-style: italic;
        color: #7C8F91;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
        font-feature-settings: "palt";
        padding: 0;
        margin: 0;
        position: absolute;
        top: 0;
        left: -5px;
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform-origin: top left;
        transition: 0.5s;
    }
    #all_wrap .newsList > li:hover .newsListDate {
        color: #FF7B25;
        transition: 0.5s;
    }
    #all_wrap .newsList li .tags {
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .newsList li .tags span {
        font-size: 11px;
        line-height: 1;
        padding: 3px 5px;
        margin: 0 3px 0 0;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
    }
}

/************************************************************/
/*　トップページ　ブログ＆お知らせ・イベント情報
/************************************************************/
#top_information {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top_blogBox {
    width: 50%;
    padding: 70px;
    margin: 0;
    background-color: #FF7B25;
    position: relative;
    z-index: 1;
}
#top_blogBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('https://anshinrai.xsrv.jp/img/bg_dots.png');
    background-repeat: repeat;
    background-size: 10%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}
#top_newsBox {
    width: 50%;
    padding: 70px;
    margin: 0;
    background-color: #FFA83A;
    position: relative;
    z-index: 1;
}
#top_newsBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('https://anshinrai.xsrv.jp/img/bg_dots.png');
    background-repeat: repeat;
    background-size: 10%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_information {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #top_blogBox {
        width: 100%;
        padding: 20px;
        margin: 0;
        background-color: #FF7B25;
        position: relative;
        z-index: 1;
    }
    #top_blogBox::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('https://anshinrai.xsrv.jp/img/bg_dots.png');
        background-repeat: repeat;
        background-size: 10%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2;
        z-index: -1;
    }
    #top_newsBox {
        width: 100%;
        padding: 20px;
        margin: 0;
        background-color: #FFA83A;
        position: relative;
        z-index: 1;
    }
    #top_newsBox::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('https://anshinrai.xsrv.jp/img/bg_dots.png');
        background-repeat: repeat;
        background-size: 10%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2;
        z-index: -1;
    }
}

/*一覧*/
#all_wrap .newsBox {
    width: 100%;
    padding: 30px 20px 30px 30px;
    margin: 0;
    border-radius: 5px;
    background: #fff;
}
#all_wrap .newsBox ul {
    width: 100%;
    height: 320px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
}
/* スクロールの幅の設定 */
#all_wrap .newsBox ul::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}
/* スクロールの背景の設定 */
#all_wrap .newsBox ul::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #E1E1E1;
}
/* スクロールのつまみ部分の設定 */
#all_wrap .newsBox ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #373737;
}
#all_wrap .newsBox ul li {
    padding: 20px 0;
    margin: 0;
    width: 95%;
    border-bottom: 1px dotted #373737;
}
#all_wrap .newsBox ul li > .newsBoxDate {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0 auto 5px;
    display: block;
    color: #373737;
}
#all_wrap .newsBox ul li > h3 {
    padding: 0;
    margin: 0;
}
#all_wrap .newsBox ul li > h3 a {
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 600;
    color: #373737;
    transition: 0.5s;
}
#all_wrap .newsBox ul li:hover h3 a {
    color: #FF7B25;
    transition: 0.5s;
}

/************************************************************/
/*　トップページ　取扱商品
/************************************************************/
#top_product {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: #fff;
}

/*一覧*/
#all_wrap .productBan {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .productBan > li {
    width: 32%;
    padding: 0;
    margin: 0;
    position: relative;
}
#all_wrap .productBan > li figure {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .productBan > li figure:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .productBan > li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .productBan > li:hover figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .productBan > li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(66,106,128,0.5);
    border-top: 8px solid rgba(255,255,255,0.7);
    border-right: 8px solid rgba(255,255,255,0.5);
    border-bottom: 8px solid rgba(255,255,255,0.7);
    border-left: 8px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#all_wrap .productBan > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#all_wrap .productBan > li > a h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    width: 100%;
    transition: 0.5s;
}
#all_wrap .productBan > li > a:hover h3 {
    color: #FF7B25;
    transition: 0.5s;
}
#all_wrap .productBan > li a .svg {
    width: auto;
    height: 35px;
    padding: 0;
    margin: 0 auto 5px;
}
#all_wrap .productBan > li a .svg path,
#all_wrap .productBan > li a .svg polygon,
#all_wrap .productBan > li a .svg g {
    color: #fff;
    fill: #fff;
    transition: 0.5s;
}
#all_wrap .productBan > li a:hover .svg path,
#all_wrap .productBan > li a:hover .svg polygon,
#all_wrap .productBan > li a:hover .svg g {
    color: #FF7B25;
    fill: #FF7B25;
    transition: 0.5s;
}
#all_wrap .productBan > li > a span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-feature-settings: "palt";
    position: relative;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .productBan > li > a:hover span {
    color: #FF7B25;
    transition: 0.5s;
}
#all_wrap .productBan > li > a span::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transition: 0.5s;
}
#all_wrap .productBan > li > a:hover span::before {
    width: 120%;
    background: #FF7B25;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_product {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #fff;
    }

    /*一覧*/
    #all_wrap .productBan {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .productBan > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
    }
    #all_wrap .productBan > li:last-child {
        margin-bottom: 0;
    }
    #all_wrap .productBan > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap .productBan > li figure:before {
        content:"";
        display: block;
        padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
    }
    #all_wrap .productBan > li figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.00);
        -webkit-transform: translate(-50%, -50%) scale(1.00);
        -ms-transform: translate(-50%, -50%) scale(1.00);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .productBan > li:hover figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .productBan > li::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: rgba(66,106,128,0.5);
        border-top: 8px solid rgba(255,255,255,0.7);
        border-right: 8px solid rgba(255,255,255,0.5);
        border-bottom: 8px solid rgba(255,255,255,0.7);
        border-left: 8px solid rgba(255,255,255,0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    #all_wrap .productBan > li > a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    #all_wrap .productBan > li > a h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        width: 100%;
        transition: 0.5s;
    }
    #all_wrap .productBan > li > a:hover h3 {
        color: #FF7B25;
        transition: 0.5s;
    }
    
}

/************************************************************/
/*　トップページ　取扱メーカー
/************************************************************/
#top_maker {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: #f5f5f5;
}
.l-wrapper-full #top_maker {
    width: 100%;
    padding: 50px 0 0;
    margin: 0 auto;
    background: none;
}


/*タブ切り替え全体のスタイル*/
#top_maker .tabs,
#makerPage .tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.l-wrapper-full #top_maker .tabs {
    padding-bottom: 0;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}
/*タブのスタイル*/
#top_maker .tab_item,
#makerPage .tab_item {
    width: calc(100%/3);
    height: 50px;
    background-color: #dfe3e3;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    box-sizing: border-box;
    cursor: pointer;
}
#top_maker .tab_item:hover,
#makerPage .tab_item:hover {
    background-color: #FF7B25;
    color: #fff;
}
#top_maker .tab_item:nth-of-type(1),
#makerPage .tab_item:nth-of-type(1) {
    border-radius: 10px 0 0 0;
    border-right: 1px solid #fff;
}
#top_maker .tab_item:nth-of-type(2),
#makerPage .tab_item:nth-of-type(2) {
    border-right: 1px solid #fff;
}
#top_maker .tab_item:nth-of-type(3),
#makerPage .tab_item:nth-of-type(3) {
    border-radius: 0 10px 0 0;
}
/*ラジオボタンを全て消す*/
#top_maker input[name="tab_item"],
#makerPage input[name="tab_item"] {
    display: none;
}
/*タブ切り替えの中身のスタイル*/
#top_maker .tab_content,
#makerPage .tab_content {
    display: none;
    padding: 40px 40px 0;
    border-radius: 0 0 10px 10px;
    clear: both;
    overflow: hidden;
    background: #fff;
    transition: 0.5s;
}
/*選択されているタブのコンテンツのみを表示*/
#top_maker #tab01:checked ~ #tab01_content,
#top_maker #tab02:checked ~ #tab02_content,
#top_maker #tab03:checked ~ #tab03_content,
#makerPage #tab01:checked ~ #tab01_content,
#makerPage #tab02:checked ~ #tab02_content,
#makerPage #tab03:checked ~ #tab03_content {
    display: block;
    transition: 0.5s;
}
/*選択されているタブのスタイルを変える*/
#top_maker .tabs input:checked + .tab_item,
#makerPage .tabs input:checked + .tab_item {
    background-color: #FF7B25;
    color: #fff;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_maker {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #f5f5f5;
    }

    /*タブ切り替え全体のスタイル*/
    #top_maker .tabs,
    #makerPage .tabs {
        margin-top: 50px;
        padding-bottom: 0;
        width: 90%;
        max-width: 90%;
        margin: 0 auto;
    }
    /*タブのスタイル*/
    #top_maker .tab_item,
    #makerPage .tab_item {
        width: calc(100%/3);
        height: auto;
        padding: 0 10px;
        background-color: #dfe3e3;
        line-height: auto;
        font-size: 12px;
        text-align: center;
        color: #fff;
        display: block;
        float: left;
        text-align: center;
        font-weight: bold;
        transition: all 0.2s ease;
        box-sizing: border-box;
        cursor: pointer;
    }
    #top_maker .tab_item:hover,
    #makerPage .tab_item:hover {
        background-color: #FF7B25;
        color: #fff;
    }
    #top_maker .tab_item:nth-of-type(1),
    #makerPage .tab_item:nth-of-type(1) {
        border-radius: 10px 0 0 0;
        border-right: 1px solid #fff;
    }
    #top_maker .tab_item:nth-of-type(2),
    #makerPage .tab_item:nth-of-type(2) {
        border-right: 1px solid #fff;
    }
    #top_maker .tab_item:nth-of-type(3),
    #makerPage .tab_item:nth-of-type(3) {
        border-radius: 0 10px 0 0;
    }
    /*ラジオボタンを全て消す*/
    #top_maker input[name="tab_item"],
    #makerPage input[name="tab_item"] {
        display: none;
    }
    /*タブ切り替えの中身のスタイル*/
    #top_maker .tab_content,
    #makerPage .tab_content {
        display: none;
        padding: 20px 20px 0;
        border-radius: 0 0 10px 10px;
        clear: both;
        overflow: hidden;
        background: #fff;
        transition: 0.5s;
    }
    /*選択されているタブのコンテンツのみを表示*/
    #top_maker #tab01:checked ~ #tab01_content,
    #top_maker #tab02:checked ~ #tab02_content,
    #top_maker #tab03:checked ~ #tab03_content,
    #makerPage #tab01:checked ~ #tab01_content,
    #makerPage #tab02:checked ~ #tab02_content,
    #makerPage #tab03:checked ~ #tab03_content {
        display: block;
        transition: 0.5s;
    }
    /*選択されているタブのスタイルを変える*/
    #top_maker .tabs input:checked + .tab_item,
    #makerPage .tabs input:checked + .tab_item {
        background-color: #FF7B25;
        color: #fff;
    }
}

/*リスト*/
#all_wrap .makerList {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .makerList > li:nth-child(odd) {
    width: 50%;
    padding: 0 40px 40px 0;
    margin: 0 0 40px;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .makerList > li:nth-child(odd)::after {
    content: '';
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    padding: 0;
    margin: 0;
    background: none;
    border-right: 1px dotted rgba(0,0,0,0.2);
    position: absolute;
    top: 0;
    right: 0;
}
#all_wrap .makerList > li:nth-child(even) {
    width: 50%;
    padding: 0 0 40px 40px;
    margin: 0 0 40px;
    border-bottom: 1px dotted rgba(0,0,0,0.2);
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*リスト*/
    #all_wrap .makerList {
        width: 100%;
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #all_wrap .makerList > li:nth-child(odd) {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px dotted rgba(0,0,0,0.2);
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .makerList > li:nth-child(odd)::after {
        display: none;
    }
    #all_wrap .makerList > li:nth-child(even) {
        width: 100%;
        padding: 0 0 20px;
        margin: 0 0 20px;
        border-bottom: 1px dotted rgba(0,0,0,0.2);
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
}

/*子カテゴリ レイアウト*/
#all_wrap #makerPageChild .makerList {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap #makerPageChild .makerList > li {
    width: 48%;
    padding: 20px;
    margin: 0 0 40px;
    border-bottom: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
#all_wrap #makerPageChild .makerList > li::before,
#all_wrap #makerPageChild .makerList > li::after {
    display: none;
}

#all_wrap .makerList > li .makerListInfo {
    width: 52%;
    padding: 0;
    margin: 0;
}
#all_wrap .makerList > li figure {
    width: 42%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .makerList > li figure:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .makerList > li figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .makerList > li h3 {
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
    border: none;
    background: none;
}
#all_wrap .makerList > li h3 img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .makerList > li strong {
    display: block;
    padding: 0 0 0 15px;
    margin: 0 auto 10px;
    text-align: left;
    font-weight: 600;
    position: relative;
    line-height: 1.4em;
}
#all_wrap .makerList > li strong::before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #FF7B25;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap .makerList > li p {
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*子カテゴリ レイアウト*/
    #all_wrap #makerPageChild .makerList {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #all_wrap #makerPageChild .makerList > li {
        width: 100%;
        padding: 20px;
        margin: 0 0 20px;
        border-bottom: none;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        border-radius: 10px;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    }
    #all_wrap #makerPageChild .makerList > li::before,
    #all_wrap #makerPageChild .makerList > li::after {
        display: none;
    }

    #all_wrap .makerList > li .makerListInfo {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .makerList > li figure {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap .makerList > li figure:before {
        content:"";
        display: block;
        padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
    }
    #all_wrap .makerList > li figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.00);
        -webkit-transform: translate(-50%, -50%) scale(1.00);
        -ms-transform: translate(-50%, -50%) scale(1.00);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .makerList > li h3 {
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        border: none;
        background: none;
    }
    #all_wrap .makerList > li h3 img {
        width: 80%;
        height: auto;
        max-height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .makerList > li strong {
        display: block;
        padding: 0 0 0 15px;
        margin: 0 auto 10px;
        text-align: left;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        line-height: 1.4em;
    }
    #all_wrap .makerList > li strong::before {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background: #FF7B25;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #all_wrap .makerList > li p {
        font-size: 14px;
        line-height: 1.6em;
        padding: 0;
        margin: 0 auto 20px;
    }
}

/************************************************************/
/*　固定ページ　エラーコード　取扱メーカー
/************************************************************/
#all_wrap h2.pageMakerTitle {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 1.2em;
    color: #373737;
    text-align: center;
    padding: 0;
    margin: 0 auto 50px;
    background-color:  none;
    border: none;
    position: relative;
    max-width: 1200px;
}
#all_wrap h2.pageMakerTitle span {
    position: relative;
    padding: 0 0 20px;
}
#all_wrap h2.pageMakerTitle span::after {
	content: '';
    display: block;
	position: absolute;
	bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    margin: 0 auto;
	width: 120%;
	height: 5px;
	background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 5px 5px;
}
#all_wrap .pageMakerList {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .pageMakerList::after {
    content: '';
    display: block;
    width: 32%;
}
#all_wrap .pageMakerList > li {
    width: 32%;
    padding: 20px;
    margin: 0 0 20px;
    background: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}
#all_wrap .pageMakerList > li h3 {
    padding: 0;
    margin: 0 auto 10px;
    text-align: center;
    border: none;
    background: none;
    width: 100%;
}
#all_wrap .pageMakerList > li::before,
#all_wrap .pageMakerList > li::after,
#all_wrap .pageMakerList > li h3::before {
    display: none;
}
#all_wrap .pageMakerList > li h3 img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .pageMakerList > li strong {
    display: block;
    padding: 0 0 0 15px;
    margin: 0 auto 10px;
    text-align: left;
    font-weight: 600;
    position: relative;
    line-height: 1.4em;
    width: 100%;
}
#all_wrap .pageMakerList > li strong::before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #FF7B25;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap .pageMakerList > li p {
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    margin: 0 auto 15px;
    width: 100%;
}
#all_wrap .pageMakerList > li .makerListDetail {
    margin: auto 0 0;
}
#all_wrap .pageMakerList > li .makerListDetail a {
    padding: 10px;
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    background: linear-gradient(170deg, #ff7b25 50%, #ff8f46 50%);
    transition: 0.2s;
    position: relative;
    box-shadow: 0 2px 2px rgb(255 205 172);
    overflow: hidden;
}
#all_wrap .pageMakerList > li .makerListDetail a:hover {
    opacity: 0.8;
    transition: 0.2s;
    box-shadow: 0 2px 2px rgba(255,205,172,0);
    transform: translate(0, 2px);
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap h2.pageMakerTitle {
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.1em;
        line-height: 1.2em;
        color: #373737;
        text-align: center;
        padding: 0;
        margin: 50px auto 30px;
        background-color:  none;
        border: none;
        position: relative;
        max-width: 100%;
    }
    #all_wrap h2.pageMakerTitle span {
        position: relative;
        padding: 0 0 10px;
    }
    #all_wrap h2.pageMakerTitle span::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        margin: 0 auto;
        width: calc(100% + 20px);
        height: 5px;
        background-image: repeating-linear-gradient(45deg, #b4a983 0px, #b4a983 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
        background-size: 5px 5px;
    }
    #all_wrap .pageMakerList {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #all_wrap .pageMakerList::after {
        display: none;
    }
    #all_wrap .pageMakerList > li {
        width: 100%;
        padding: 20px;
        margin: 0 0 20px;
        background: #fff;
        border: 1px solid #c8c8c8;
        border-radius: 10px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
        display: flex;
        flex-direction: column;
    }
    #all_wrap .pageMakerList > li h3 {
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        border: none;
        background: none;
        width: 100%;
    }
    #all_wrap .pageMakerList > li::before,
    #all_wrap .pageMakerList > li::after,
    #all_wrap .pageMakerList > li h3::before {
        display: none;
    }
    #all_wrap .pageMakerList > li h3 img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .pageMakerList > li strong {
        display: block;
        padding: 0 0 0 15px;
        margin: 0 auto 10px;
        text-align: left;
        font-weight: 600;
        position: relative;
        line-height: 1.4em;
        width: 100%;
    }
    #all_wrap .pageMakerList > li strong::before {
        content: '';
        display: block;
        width: 3px;
        height: 100%;
        background: #FF7B25;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #all_wrap .pageMakerList > li p {
        font-size: 14px;
        line-height: 1.6em;
        padding: 0;
        margin: 0 auto 15px;
        width: 100%;
    }
    #all_wrap .pageMakerList > li .makerListDetail {
        margin: auto 0 0;
    }
    #all_wrap .pageMakerList > li .makerListDetail a {
        padding: 10px;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        border-radius: 3px;
        color: #fff;
        font-weight: 500;
        background: linear-gradient(170deg, #ff7b25 50%, #ff8f46 50%);
        transition: 0.2s;
        position: relative;
        box-shadow: 0 2px 2px rgb(255 205 172);
        overflow: hidden;
    }
    #all_wrap .pageMakerList > li .makerListDetail a:hover {
        opacity: 0.8;
        transition: 0.2s;
        box-shadow: 0 2px 2px rgba(255,205,172,0);
        transform: translate(0, 2px);
    }
}

/************************************************************/
/*　詳細ページ　取扱メーカー
/************************************************************/
#makerDetail {
    width: 80%;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .makerDetailBox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto 100px;
}
#all_wrap .makerDetailBox .makerDetailInfo {
    width: 48%;
    padding: 0;
    margin: 0;
}
#all_wrap .makerDetailBox figure {
    width: 48%;
    padding: 0;
    margin: 0;
}
#all_wrap .makerDetailBox figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}
#all_wrap .makerDetailBox .makerDetailInfo h3 {
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    border: none;
    background: none;
}
#all_wrap .makerDetailBox .makerDetailInfo h3 img {
    width: 100%;
    max-width: 300px;
    height: auto;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .makerDetailBox .makerDetailInfo strong {
    display: block;
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
}
#all_wrap .makerDetailBox .makerDetailInfo p {
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #makerDetail {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .makerDetailBox {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto 50px;
    }
    #all_wrap .makerDetailBox .makerDetailInfo {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .makerDetailBox figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .makerDetailBox figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border-radius: 10px;
    }
    #all_wrap .makerDetailBox .makerDetailInfo h3 {
        padding: 0;
        margin: 0 auto 20px;
        text-align: center;
        border: none;
        background: none;
    }
    #all_wrap .makerDetailBox .makerDetailInfo h3 img {
        width: 80%;
        max-width: 80%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .makerDetailBox .makerDetailInfo strong {
        display: block;
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        font-weight: 600;
        position: relative;
        font-size: 14px;
        line-height: 1.4em;
    }
    #all_wrap .makerDetailBox .makerDetailInfo p {
        font-size: 14px;
        line-height: 1.6em;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　トップページ　画像ループ 
/************************************************************/
.loopSlide,
.loopSlide2 {
    position: relative;
    display: flex;
    width: 100vw;
    overflow: hidden;
    background: #fff;
}
.loopSlide {
    padding: 10px 0 0;
}
.loopSlide ul,
.loopSlide2 ul {
    padding: 0;
    width: 100vw;
    display: flex;
    flex-shrink: 0;
    margin-bottom: 10px;
}
.loopSlide ul:nth-of-type(1) {
    animation: slide1 80s -40s linear infinite;
}
.loopSlide ul:nth-of-type(2) {
    animation: slide2 80s linear infinite;
}
.loopSlide2 ul:nth-of-type(1) {
    animation: slide1r 80s -40s linear infinite;
}
.loopSlide2 ul:nth-of-type(2) {
    animation: slide2r 80s linear infinite;
}
.loopSlide ul li,
.loopSlide2 ul li {
    display: inline-block;
    width: 100%;
    min-width: 150px;
    margin: 0 10px 0 0;
    list-style: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.loopSlide ul li:before,
.loopSlide2 ul li:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
.loopSlide ul li img,
.loopSlide2 ul li img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
.loopSlide:hover ul,
.loopSlide2:hover ul {
    animation-play-state: paused;
}

@keyframes slide1 {
    0% {
        transform: translateX(100%);
    }
    to {
        transform: translateX(-100%);
    }
}
@keyframes slide2 {
    0% {
        transform: translateX(0);
    }
    to {
        transform: translateX(-200%);
    }
}
@keyframes slide1r {
    0% {
        transform: translateX(-100%);
    }
    to {
        transform: translateX(100%);
    }
}
@keyframes slide2r {
    0% {
        transform: translateX(-200%);
    }
    to {
        transform: translateX(0);
    }
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .loopSlide {
        position: relative;
        display: flex;
        width: 100%;
        overflow: hidden;
    }
    .loopSlide ul {
        padding: 0;
        width: 200%;
        display: flex;
        flex-shrink: 0;
    }
    .loopSlide ul:first-child {
        animation: slide1 60s -30s linear infinite;
    }
    .loopSlide ul:last-child {
        animation: slide2 60s linear infinite;
    }
    .loopSlide ul li {
        display: inline-block;
        width: 100%;
        min-width: auto;
        margin: 0 10px 0 0;
        list-style: none;
        text-align: center;
    }
    .loopSlide ul li img {
        display: block;
        width: 100%;
        height: auto;
    }
    .loopSlide:hover ul {
        animation-play-state: paused;
    }
}


/************************************************************/
/*　トップページ　代表からのメッセージ
/************************************************************/
#top_message {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: url('https://anshinrai.xsrv.jp/img/bg_graph.gif');
}
#all_wrap .top_reasonBox {
    width: 80%;
    max-width: 1000px;
    padding: 70px;
    margin: 0 auto;
    border-radius: 30px;
    background: rgba(255,255,255,0.8);
    box-shadow: 5px 5px 10px rgba(255,205,172,0.5);
    border: 1px solid rgba(0,0,0,0.02);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap .top_reasonBox .top_reasonBoxInfo {
    width: 55%;
    padding: 0;
    margin: 0;
}
#all_wrap .top_reasonBox > figure {
    width: 50%;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    right: -70px;
    z-index: 5;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap .top_reasonBox > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
#all_wrap .top_reasonBox .top_reasonBoxInfo > h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #373737;
    text-align: left;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .top_reasonBox .top_reasonBoxInfo > strong {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 15px;
    border-bottom: 1px solid #FFDAC3;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #FF7B25;
    font-weight: 600;
}
#all_wrap .top_reasonBox .top_reasonBoxInfo > strong::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #FF7B25;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}
#all_wrap .top_reasonBox .top_reasonBoxInfo > strong  span {
    font-size: 12px;
    font-weight: 600;
}
#all_wrap .top_reasonBox .top_reasonBoxInfo > p {
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_message {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: url('https://anshinrai.xsrv.jp/img/bg_graph.gif');
    }
    #all_wrap .top_reasonBox {
        width: 90%;
        max-width: 90%;
        padding: 20px 20px;
        margin: 0 auto;
        border-radius: 10px;
        background: rgba(255,255,255,0.8);
        box-shadow: 5px 5px 10px rgba(255,205,172,0.5);
        border: 1px solid rgba(0,0,0,0.02);
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap .top_reasonBox .top_reasonBoxInfo {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .top_reasonBox > figure {
        width: 100%;
        padding: 0;
        margin: 0;
        position: static;
        transform: translate(0, 0);
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
    }
    #all_wrap .top_reasonBox > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .top_reasonBox .top_reasonBoxInfo > h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4em;
        color: #373737;
        text-align: left;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .top_reasonBox .top_reasonBoxInfo > strong {
        display: block;
        width: 100%;
        padding: 15px 0;
        margin: 0 auto 15px;
        border-bottom: 1px solid #FFDAC3;
        position: relative;
        font-size: 15px;
        line-height: 1;
        color: #FF7B25;
        font-weight: 600;
    }
    #all_wrap .top_reasonBox .top_reasonBoxInfo > strong::before {
        content: '';
        display: block;
        width: 50%;
        height: 1px;
        padding: 0;
        margin: 0;
        background: #FF7B25;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 2;
    }
    #all_wrap .top_reasonBox .top_reasonBoxInfo > strong  span {
        font-size: 12px;
        font-weight: 600;
    }
    #all_wrap .top_reasonBox .top_reasonBoxInfo > p {
        padding: 0;
        margin: 0 auto 20px;
    }
}

/************************************************************/
/*　トップページ　オフィス紹介
/************************************************************/
#top_office {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: #fbf7ed;
}
#all_wrap #top_office > .top_office_wrap {
    width: 80%;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .top_office_wrap > .top_officeInfo {
    width: 40%;
    padding: 0;
    margin: 0;
}
#all_wrap .top_office_wrap > figure {
    width: 55%;
    padding: 0;
    margin: 0;
}
#all_wrap .top_office_wrap > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .top_officeLogo img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .top_office_wrap > .top_officeInfo h2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #373737;
    text-align: left;
    padding: 20px 0;
    margin: 0 auto;
}
#all_wrap .top_office_wrap > .top_officeInfo h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4em;
    color: #373737;
    text-align: left;
    padding: 0 0 0 25px;
    margin: 0 auto 5px;
    position: relative;
}
#all_wrap .top_office_wrap > .top_officeInfo h3::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    padding: 0;
    margin: 0;
    background: #FF7B25;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
#all_wrap .top_office_wrap > .top_officeInfo p {
    padding: 0;
    margin: 0 auto 20px;
    font-size: 15px;
    line-height: 1.4em;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_office {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #fbf7ed;
    }
    #all_wrap #top_office > .top_office_wrap {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .top_office_wrap > .top_officeInfo {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .top_office_wrap > figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .top_office_wrap > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .top_officeLogo img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .top_office_wrap > .top_officeInfo h2 {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.4em;
        color: #373737;
        text-align: left;
        padding: 20px 0;
        margin: 0 auto;
    }
    #all_wrap .top_office_wrap > .top_officeInfo h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4em;
        color: #373737;
        text-align: left;
        padding: 0 0 0 25px;
        margin: 0 auto 5px;
        position: relative;
    }
    #all_wrap .top_office_wrap > .top_officeInfo h3::before {
        content: '';
        display: block;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        padding: 0;
        margin: 0;
        background: #FF7B25;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #all_wrap .top_office_wrap > .top_officeInfo p {
        padding: 0;
        margin: 0 auto 20px;
        font-size: 14px;
        line-height: 1.4em;
    }
}


/************************************************************/
/*　トップページ　エラーコード
/************************************************************/
#top_errorcode {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: #fff;
}

/*一覧*/
#all_wrap .errorcodeBan {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#all_wrap .errorcodeBan > li {
    width: 32%;
    padding: 0;
    margin: 0;
    position: relative;
}
#all_wrap .errorcodeBan > li figure {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .errorcodeBan > li figure:before {
    content:"";
    display: block;
    padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .errorcodeBan > li figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .errorcodeBan > li:hover figure img {
    width: 100%;
    height: auto;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .errorcodeBan > li::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(66,106,128,0.5);
    border-top: 8px solid rgba(255,255,255,0.7);
    border-right: 8px solid rgba(255,255,255,0.5);
    border-bottom: 8px solid rgba(255,255,255,0.7);
    border-left: 8px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#all_wrap .errorcodeBan > li > a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
#all_wrap .errorcodeBan > li > a h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 0 auto 40px;
    width: 100%;
    transition: 0.5s;
}
#all_wrap .errorcodeBan > li > a:hover h3 {
    color: #FF7B25;
    transition: 0.5s;
}
#all_wrap .errorcodeBan > li > a span {
    display: block;
    text-align: center;
    font-size: 10px;
    line-height: 1;
    font-style: normal;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-feature-settings: "palt";
    position: relative;
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .errorcodeBan > li > a:hover span {
    color: #FF7B25;
    transition: 0.5s;
}
#all_wrap .errorcodeBan > li > a span::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transition: 0.5s;
}
#all_wrap .errorcodeBan > li > a:hover span::before {
    width: 120%;
    background: #FF7B25;
    transition: 0.5s;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_errorcode {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #fff;
    }

    /*一覧*/
    #all_wrap .errorcodeBan {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #all_wrap .errorcodeBan > li {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        position: relative;
    }
    #all_wrap .errorcodeBan > li:last-child {
        margin-bottom: 0;
    }
    #all_wrap .errorcodeBan > li figure {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    #all_wrap .errorcodeBan > li figure:before {
        content:"";
        display: block;
        padding-top: 56.25%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
    }
    #all_wrap .errorcodeBan > li figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.00);
        -webkit-transform: translate(-50%, -50%) scale(1.00);
        -ms-transform: translate(-50%, -50%) scale(1.00);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .errorcodeBan > li:hover figure img {
        width: 100%;
        height: auto;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.1);
        -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
        padding: 0;
        margin: 0;
        transition: 0.5s;
    }
    #all_wrap .errorcodeBan > li::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: rgba(66,106,128,0.5);
        border-top: 8px solid rgba(255,255,255,0.7);
        border-right: 8px solid rgba(255,255,255,0.5);
        border-bottom: 8px solid rgba(255,255,255,0.7);
        border-left: 8px solid rgba(255,255,255,0.5);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    #all_wrap .errorcodeBan > li > a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 5;
    }
    #all_wrap .errorcodeBan > li > a h3 {
        font-size: 20px;
        font-weight: 600;
        line-height: 1.4em;
        color: #fff;
        text-align: center;
        padding: 0;
        margin: 0 auto 20px;
        width: 100%;
        transition: 0.5s;
    }
    #all_wrap .errorcodeBan > li > a:hover h3 {
        color: #FF7B25;
        transition: 0.5s;
    }
    
}


/************************************************************/
/*　トップページ　バナーリスト
/************************************************************/
#top_banList {
    width: 100%;
    padding: 70px 0 50px;
    margin: 0 auto;
    background: #fff;
}
#top_banList ul {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#top_banList ul::before,
#top_banList ul::after {
    content: '';
    display: block;
    width: 23%;
}
#top_banList ul::before {
    order: 1;
}
#top_banList ul > li {
    width: 23%;
    padding: 0;
    margin: 0 0 20px;
    background: #222;
}
#top_banList ul > li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_banList {
        width: 100%;
        padding: 40px 0 40px;
        margin: 0 auto;
        background: #fff;
    }
    #top_banList ul {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    #top_banList ul::before,
    #top_banList ul::after {
        display: none;
    }
    #top_banList ul::before {
        order: 1;
    }
    #top_banList ul > li {
        width: 100%;
        padding: 0;
        margin: 0 0 10px;
    }
    #top_banList ul > li img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　トップページ　マップ
/************************************************************/
#top_map {
    width: 100%;
    padding: 0;
    margin: 0;
    height: 500px;
    overflow: hidden;
}
#top_map > iframe {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0:
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_map {
        width: 100%;
        padding: 0;
        margin: 0;
        height: 200px;
        overflow: hidden;
    }
}

/************************************************************/
/*　トップページ　クチコミ評価＆お問い合わせ状況
/************************************************************/
#top_information_ex {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#top_evalBox {
    width: 50%;
    padding: 70px;
    margin: 0;
    background-color: #E4D672;
    background-image: -webkit-radial-gradient(at right top, #7D5A2A, #E4D672);
    background-image: radial-gradient(at right top, #7D5A2A, #E4D672);
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#top_evalBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: -webkit-radial-gradient(at left top, #7D5A2A, #E4D672);
    background-image: radial-gradient(at left top, #7D5A2A, #E4D672);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    z-index: -1;
}
#top_inquiryBox {
    width: 50%;
    padding: 70px;
    margin: 0;
    background-color: #9AB1B2;
    position: relative;
    z-index: 1;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#top_inquiryBox::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('https://anshinrai.xsrv.jp/img/bg_dots.png');
    background-repeat: repeat;
    background-size: 10%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_information_ex {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #top_evalBox {
        width: 100%;
        padding: 20px;
        margin: 0;
        background-color: #E4D672;
        background-image: -webkit-radial-gradient(at right top, #7D5A2A, #E4D672);
        background-image: radial-gradient(at right top, #7D5A2A, #E4D672);
        position: relative;
        z-index: 1;
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #top_evalBox::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: -webkit-radial-gradient(at left top, #7D5A2A, #E4D672);
        background-image: radial-gradient(at left top, #7D5A2A, #E4D672);
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.3;
        z-index: -1;
    }
    #top_inquiryBox {
        width: 100%;
        padding: 20px;
        margin: 0;
        background-color: #9AB1B2;
        position: relative;
        z-index: 1;
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #top_inquiryBox::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url('https://anshinrai.xsrv.jp/img/bg_dots.png');
        background-repeat: repeat;
        background-size: 10%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2;
        z-index: -1;
    }
}

/*口コミ*/
#top_evalBox > span {
    width: 100%;
    padding: 0;
    margin: 0 auto 5px;
    display: block;
    text-align: center;
}
#top_evalBox > span img {
    width: 20%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap #top_evalBox > h2 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    color: #fff;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
#all_wrap #top_evalBox > h2::before {
    content: '';
    display: inline-block;
    width: 17px;
    height: 44px;
    padding: 0;
    margin: 0 10px 0 0;
    background: url('https://anshinrai.xsrv.jp/img/title_eval_left.png') no-repeat;
    background-size: cover;
}
#all_wrap #top_evalBox > h2::after {
    content: '';
    display: inline-block;
    width: 17px;
    height: 44px;
    padding: 0;
    margin: 0 0 0 10px;
    background: url('https://anshinrai.xsrv.jp/img/title_eval_right.png') no-repeat;
    background-size: cover;
}
#all_wrap #top_evalBox > h2 strong {
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 600;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0;
    color: #FFE500;
}
#all_wrap .evalBox {
    width: 100%;
    padding: 30px 20px 30px 30px;
    margin: auto 0 0;
    border-radius: 5px;
    background: #fff;
}
#all_wrap .evalBox > ul {
    width: 100%;
    height: 445px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
}
/* スクロールの幅の設定 */
#all_wrap .evalBox > ul::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}
/* スクロールの背景の設定 */
#all_wrap .evalBox > ul::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #E1E1E1;
}
/* スクロールのつまみ部分の設定 */
#all_wrap .evalBox > ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #373737;
}
#all_wrap .evalBox > ul li {
    padding: 20px 0;
    margin: 0;
    width: 95%;
    border-bottom: 1px dotted #373737;
}
#all_wrap .evalBox > ul li > h3 {
    padding: 0;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    color: #707070;
}
#all_wrap .evalBox > ul li > h3 > em,
#all_wrap .rating_pt {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    color: #FF7B25;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
}
#all_wrap .evalBox > ul li > div,
#all_wrap .evalBox > ul li p {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0;
    margin: 0;
}
/*星評価*/
.star5_rating {
    position: relative;
    z-index: 0;
    display: inline-block;
    white-space: nowrap;
    color: #CCCCCC; /* グレーカラー 自由に設定化 */
    font-size: 18px;
}
#blogDetail .star5_rating {
    margin-bottom: 20px;
}
.star5_rating:before, .star5_rating:after {
    content: '★★★★★';
}
.star5_rating:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
    color: #FFC13A;
}
.star5_rating[data-rate="5"]:after{ width: 100%; } /* 星5 */
.star5_rating[data-rate="4.5"]:after{ width: 90%; } /* 星4.5 */
.star5_rating[data-rate="4"]:after{ width: 80%; } /* 星4 */
.star5_rating[data-rate="3.5"]:after{ width: 70%; } /* 星3.5 */
.star5_rating[data-rate="3"]:after{ width: 60%; } /* 星3 */
.star5_rating[data-rate="2.5"]:after{ width: 50%; } /* 星2.5 */
.star5_rating[data-rate="2"]:after{ width: 40%; } /* 星2 */
.star5_rating[data-rate="1.5"]:after{ width: 30%; } /* 星1.5 */
.star5_rating[data-rate="1"]:after{ width: 20%; } /* 星1 */
.star5_rating[data-rate="0.5"]:after{ width: 10%; } /* 星0.5 */
.star5_rating[data-rate="0"]:after{ width: 0%; } /* 星0 */

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*口コミ*/
    #top_evalBox > span {
        width: 40%;
        padding: 0;
        margin: 0 auto 5px;
        display: block;
    }
    #top_evalBox > span img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap #top_evalBox > h2 {
        font-size: 16px;
        line-height: 1.2em;
        font-weight: 600;
        font-feature-settings: "palt";
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        color: #fff;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #all_wrap #top_evalBox > h2::before {
        content: '';
        display: inline-block;
        width: 15px;
        height: 40px;
        padding: 0;
        margin: 0 10px 0 0;
        background: url('https://anshinrai.xsrv.jp/img/title_eval_left.png') no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #all_wrap #top_evalBox > h2::after {
        content: '';
        display: inline-block;
        width: 15px;
        height: 40px;
        padding: 0;
        margin: 0 0 0 10px;
        background: url('https://anshinrai.xsrv.jp/img/title_eval_right.png') no-repeat;
        background-size: cover;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
    }
    #all_wrap #top_evalBox > h2 strong {
        width: 100%;
        display: block;
        text-align: center;
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        font-feature-settings: "palt";
        padding: 0;
        margin: 0;
        color: #FFE500;
    }
    #all_wrap .evalBox {
        width: 100%;
        padding: 20px 20px 20px 20px;
        margin: auto 0 0;
        border-radius: 5px;
        background: #fff;
    }
    #all_wrap .evalBox > ul {
        width: 100%;
        height: 240px;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow-y: scroll;
    }
    /* スクロールの幅の設定 */
    #all_wrap .evalBox > ul::-webkit-scrollbar {
        width: 3px;
        height: 10px;
    }
    /* スクロールの背景の設定 */
    #all_wrap .evalBox > ul::-webkit-scrollbar-track {
        border-radius: 2px;
        background: #E1E1E1;
    }
    /* スクロールのつまみ部分の設定 */
    #all_wrap .evalBox > ul::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #373737;
    }
}


/*お問い合わせ状況*/
#top_inquiryBox > span {
    width: 100%;
    padding: 0;
    margin: 0 auto 5px;
    display: block;
    text-align: center;
}
#top_inquiryBox > span img {
    width: 30%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap #top_inquiryBox > h2 {
    font-size: 22px;
    line-height: 1.2em;
    font-weight: 600;
    font-feature-settings: "palt";
    padding: 0;
    margin: 0 auto 20px;
    text-align: center;
    color: #fff;
}
#all_wrap .inquiryBox {
    width: 100%;
    padding: 30px 20px 30px 30px;
    margin: auto 0 0;
    border-radius: 5px 5px 0 0;
    background: #fff;
}
#all_wrap .inquiryBox > ul {
    width: 100%;
    height: 320px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow-y: scroll;
}
/* スクロールの幅の設定 */
#all_wrap .inquiryBox > ul::-webkit-scrollbar {
    width: 3px;
    height: 10px;
}
/* スクロールの背景の設定 */
#all_wrap .inquiryBox > ul::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #E1E1E1;
}
/* スクロールのつまみ部分の設定 */
#all_wrap .inquiryBox > ul::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #373737;
}
#all_wrap .inquiryBox > ul li {
    padding: 20px 0;
    margin: 0;
    width: 95%;
    border-bottom: 1px dotted #373737;
}
#all_wrap .inquiryBox > ul li .tags {
    padding: 0;
    margin: 0 auto 8px;
}
#all_wrap .inquiryBox > ul li .tags span {
    font-size: 11px;
    line-height: 1;
    padding: 3px 5px;
    margin: 0 3px 0 0;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}
#all_wrap .inquiryBox > ul li .tags span.inquiryBoxDate {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #373737;
    background: none;
}
#all_wrap .inquiryBox > ul li > h3 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 600;
    color: #373737;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*お問い合わせ状況*/
    #top_inquiryBox > span {
        width: 100%;
        padding: 0;
        margin: 0 auto 5px;
        display: block;
        text-align: center;
    }
    #top_inquiryBox > span img {
        width: 40%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap #top_inquiryBox > h2 {
        font-size: 20px;
        line-height: 1.2em;
        font-weight: 600;
        font-feature-settings: "palt";
        padding: 0;
        margin: 0 auto 10px;
        text-align: center;
        color: #fff;
    }
    #all_wrap .inquiryBox {
        width: 100%;
        padding: 20px 20px 20px 20px;
        margin: auto 0 0;
        border-radius: 5px 5px 0 0;
        background: #fff;
    }
    #all_wrap .inquiryBox > ul {
        width: 100%;
        height: 200px;
        padding: 0;
        margin: 0;
        list-style: none;
        overflow-y: scroll;
    }
    /* スクロールの幅の設定 */
    #all_wrap .inquiryBox > ul::-webkit-scrollbar {
        width: 3px;
        height: 10px;
    }
    /* スクロールの背景の設定 */
    #all_wrap .inquiryBox > ul::-webkit-scrollbar-track {
        border-radius: 2px;
        background: #E1E1E1;
    }
    /* スクロールのつまみ部分の設定 */
    #all_wrap .inquiryBox > ul::-webkit-scrollbar-thumb {
        border-radius: 2px;
        background: #373737;
    }
    #all_wrap .inquiryBox > ul li {
        padding: 20px 0;
        margin: 0;
        width: 95%;
        border-bottom: 1px dotted #373737;
    }
    #all_wrap .inquiryBox > ul li .tags {
        padding: 0;
        margin: 0 auto 8px;
    }
    #all_wrap .inquiryBox > ul li .tags span {
        font-size: 11px;
        line-height: 1;
        padding: 3px 5px;
        margin: 0 3px 0 0;
        display: inline-block;
        color: #fff;
        border-radius: 3px;
    }
    #all_wrap .inquiryBox > ul li .tags span.inquiryBoxDate {
        font-size: 12px;
        line-height: 1;
        padding: 0;
        margin: 0 5px 0 0;
        display: inline-block;
        color: #373737;
        background: none;
    }
    #all_wrap .inquiryBox > ul li > h3 {
        padding: 0;
        margin: 0;
        font-size: 15px;
        line-height: 1.2em;
        font-weight: 600;
        color: #373737;
    }
}

#all_wrap .inpuiryMonth {
    width: 100%;
    padding: 0;
    margin: 1px 0 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    background: none;
}
#all_wrap .inpuiryMonth dl {
    width: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    background: none;
}
#all_wrap .inpuiryMonth dl:last-of-type dt {
    border-radius: 0 0 0 5px;
}
#all_wrap .inpuiryMonth dl:last-of-type dd {
    border-radius: 0 0 5px 0;
}
#all_wrap .inpuiryMonth dt {
    width: 80%;
    padding: 10px;
    margin: 0;
    text-align: center;
    background: #ff7b25;
    color: #fff;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    border-top: 1px solid #fff;
}
#all_wrap .inpuiryMonth dd {
    width: 20%;
    padding: 10px;
    margin: 0;
    text-align: right;
    color: #222;
    font-size: 18px;
    line-height: 1em;
    font-weight: 700;
    background: #fff;
    border-top: 1px solid #9AB1B2;
}
#all_wrap .inpuiryMonth dl:first-of-type dt,
#all_wrap .inpuiryMonth dl:first-of-type dd {
    border-top: none;
}
#all_wrap .inpuiryMonth dt span,
#all_wrap .inpuiryMonth dd span {
    font-size: 14px;
    font-weight: 600;
}

/************************************************************/
/*　カテゴリページ　レビュー
/************************************************************/
#all_wrap #reviewPage ul {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap #reviewPage ul li {
    padding: 20px 0;
    margin: 0;
    width: 100%;
    border-bottom: 1px dotted #373737;
}
#all_wrap #reviewPage ul li h3 {
    padding: 0;
    margin: 0 auto 10px;
    font-size: 14px;
    line-height: 1.2em;
    font-weight: 500;
    color: #707070;
}
#all_wrap #reviewPage ul li em {
    display: inline-block;
    padding: 0;
    margin: 0 5px;
    color: #FF7B25;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;
}
#all_wrap #reviewPage ul li div,
#all_wrap #reviewPage ul li p {
    font-size: 14px;
    line-height: 1.7em;
    padding: 0;
    margin: 0;
}

/************************************************************/
/*　カテゴリページ　お問い合わせ状況
/************************************************************/
#all_wrap #inquiryPage > ul {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
#all_wrap #inquiryPage > ul li {
    padding: 20px 0;
    margin: 0;
    width: 95%;
    border-bottom: 1px dotted rgba(0,0,0,0.5);
}
#all_wrap #inquiryPage > ul li .tags {
    padding: 0;
    margin: 0 auto 8px;
}
#all_wrap #inquiryPage > ul li .tags span {
    font-size: 11px;
    line-height: 1;
    padding: 3px 5px;
    margin: 0 3px 0 0;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
}
#all_wrap #inquiryPage > ul li .tags span.inquiryBoxDate {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #373737;
    background: none;
}
#all_wrap #inquiryPage > ul li > h3 {
    padding: 0;
    margin: 0;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 600;
    color: #373737;
}

/************************************************************/
/*　トップページ　動画で見るお客様の声
/************************************************************/
#top_movie {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: #f5f6f6;
    position: relative;
    z-index: 1;
}
#top_movie::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: url('https://anshinrai.xsrv.jp/img/top_movie_bg.png')  no-repeat;
    background-size: 100%;
    background-position: center top;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#top_movie ul.slider {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    opacity: 0;
    position: relative;
    z-index: 10;
    visibility: hidden;
    transition: 0.2s;
}
#top_movie ul.slider.slick-initialized {
    visibility: visible;
    opacity: 1;
    transition: 0.2s;
}
#all_wrap #top_movie ul.slider .slick-list {
    padding: 0;
    margin: 0;
}
#all_wrap #top_movie ul.slider .slick-track {
    width: 100%;
    padding: 0;
    margin: 0;
}
#all_wrap #top_movie ul.slider li {
    padding: 0;
    margin: 0 12px;
    outline: none;
    width: 560px;
}
#all_wrap #top_movie ul.slider li > figure {
    position: relative;
    width: 560px;
    overflow: hidden;
    padding-bottom: 56.25%;
}
#all_wrap #top_movie ul.slider li > figure iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 560px;
    height: 100%;
    border: none; /*境界線の打ち消し*/
}
#all_wrap #top_movie .slick-slide:not(.slick-current) figure::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: rgba(0,0,0,0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#all_wrap #top_movie ul.slider li h3 {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    color: #373737;
    transition: 0.5s;
    margin-top: 10px;
}

#all_wrap #top_movie .slick-dots {
    list-style: none;
    padding: 20px 0 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#all_wrap #top_movie .slick-dots li::before {
    display: none;
}
#all_wrap #top_movie .slick-dots li button {
    background-color: #fff;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    margin: 0;
    appearance: none;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    border-radius: 50%;
}
#all_wrap #top_movie .slick-dots li.slick-active button {
    background-color: #ff7b25;
}
#all_wrap #top_movie ul.slick-dots li {
    padding: 0;
    margin: 0 5px;
    outline: none;
    width: 10px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_movie {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #f5f6f6;
        position: relative;
        z-index: 1;
    }
    #top_movie::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: url('https://anshinrai.xsrv.jp/img/top_movie_bg.png')  no-repeat;
        background-size: 100%;
        background-position: center top;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }

    #top_movie ul.slider {
        width: 100%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        opacity: 0;
        position: relative;
        z-index: 10;
        visibility: hidden;
        transition: 0.2s;
    }
    #top_movie ul.slider.slick-initialized {
        visibility: visible;
        opacity: 1;
        transition: 0.2s;
    }
    #all_wrap #top_movie ul.slider .slick-list {
        padding: 0;
        margin: 0;
    }
    #all_wrap #top_movie ul.slider .slick-track {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap #top_movie ul.slider li {
        padding: 0;
        margin: 0 20px;
        outline: none;
    }
    #all_wrap #top_movie ul.slider li > figure {
        position: relative;
        width: 100%;
        min-width: 100%;
        overflow: hidden;
        padding-bottom: 56.25%;
    }
    #all_wrap #top_movie ul.slider li > figure iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none; /*境界線の打ち消し*/
    }
    #all_wrap #top_movie .slick-slide:not(.slick-current) figure::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
        margin: 0;
        background: rgba(0,0,0,0.6);
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    #all_wrap #top_movie ul.slider li h3 {
        font-size: 14px;
        line-height: 1.4em;
        font-weight: 600;
        color: #373737;
        transition: 0.5s;
        margin-top: 10px;
    }

    #all_wrap #top_movie .slick-dots {
        list-style: none;
        padding: 20px 0 0;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }
    #all_wrap #top_movie .slick-dots li::before {
        display: none;
    }
    #all_wrap #top_movie .slick-dots li button {
        background-color: #fff;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        margin: 0;
        appearance: none;
        width: 10px;
        height: 10px;
        text-indent: -9999px;
        border-radius: 50%;
    }
    #all_wrap #top_movie .slick-dots li.slick-active button {
        background-color: #ff7b25;
    }
    #all_wrap #top_movie ul.slick-dots li {
        padding: 0;
        margin: 0 5px;
        outline: none;
    }
}

/*矢印 左*/
#top_movie .slick-prev {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    right: 885px;
    left: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    transition: 0.2s;
}
#top_movie .slick-prev:hover {
    width: 70px;
    height: 70px;
    background: rgba(255,123,37,0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    right: 885px;
    left: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
    transition: 0.2s;
}
#top_movie .slick-prev::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,123,37,1);
    border-right: 3px solid rgba(255,123,37,1);
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%) rotate(-135deg);
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    -ms-transform: translate(0, -50%) rotate(-135deg);
    z-index: 15;
}
#top_movie .slick-prev:hover::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,255,255,1);
    border-right: 3px solid rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%) rotate(-135deg);
    -webkit-transform: translate(0, -50%) rotate(-135deg);
    -ms-transform: translate(0, -50%) rotate(-135deg);
    z-index: 15;
}

/*矢印 右*/
#top_movie .slick-next {
    width: 70px;
    height: 70px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    left: 870px;
    right: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
    transition: 0.2s;
}
#top_movie .slick-next:hover {
    width: 70px;
    height: 70px;
    background: rgba(255,123,37,0.8);
    border-radius: 50%;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: absolute;
    top: 0;
    left: 870px;
    right: 0;
    bottom: 35px;
    margin: auto;
    z-index: 15;
    text-indent: -9999px;
    box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
    transition: 0.2s;
}
#top_movie .slick-next::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,123,37,1);
    border-right: 3px solid rgba(255,123,37,1);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    z-index: 15;
}
#top_movie .slick-next:hover::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid rgba(255,255,255,1);
    border-right: 3px solid rgba(255,255,255,1);
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translate(0, -50%) rotate(45deg);
    -webkit-transform: translate(0, -50%) rotate(45deg);
    -ms-transform: translate(0, -50%) rotate(45deg);
    z-index: 15;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    /*矢印 左*/
    #top_movie .slick-prev {
        width: 30px;
        height: 30px;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        right: auto;
        left: 10px;
        bottom: 75px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
        transition: 0.2s;
    }
    #top_movie .slick-prev:hover {
        width: 30px;
        height: 30px;
        background: rgba(255,123,37,0.8);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        right: auto;
        left: 10px;
        bottom: 75px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
        transition: 0.2s;
    }
    #top_movie .slick-prev::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,123,37,1);
        border-right: 3px solid rgba(255,123,37,1);
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translate(0, -50%) rotate(-135deg);
        -webkit-transform: translate(0, -50%) rotate(-135deg);
        -ms-transform: translate(0, -50%) rotate(-135deg);
        z-index: 15;
    }
    #top_movie .slick-prev:hover::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,255,255,1);
        border-right: 3px solid rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        left: 11px;
        transform: translate(0, -50%) rotate(-135deg);
        -webkit-transform: translate(0, -50%) rotate(-135deg);
        -ms-transform: translate(0, -50%) rotate(-135deg);
        z-index: 15;
    }

    /*矢印 右*/
    #top_movie .slick-next {
        width: 30px;
        height: 30px;
        background: rgba(255,255,255,0.9);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        left: auto;
        right: 10px;
        bottom: 75px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 5px rgba(255,255,255,0.5);
        transition: 0.2s;
    }
    #top_movie .slick-next:hover {
        width: 30px;
        height: 30px;
        background: rgba(255,123,37,0.8);
        border-radius: 50%;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
        position: absolute;
        top: 0;
        left: auto;
        right: 10px;
        bottom: 75px;
        margin: auto;
        z-index: 15;
        text-indent: -9999px;
        box-shadow: 0 0 0 8px rgba(255,123,37,0.5);
        transition: 0.2s;
    }
    #top_movie .slick-next::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,123,37,1);
        border-right: 3px solid rgba(255,123,37,1);
        position: absolute;
        top: 50%;
        right: 11px;
        transform: translate(0, -50%) rotate(45deg);
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        z-index: 15;
    }
    #top_movie .slick-next:hover::before {
        content: '';
        display: block;
        width: 10px;
        height: 10px;
        border-top: 3px solid rgba(255,255,255,1);
        border-right: 3px solid rgba(255,255,255,1);
        position: absolute;
        top: 50%;
        right: 11px;
        transform: translate(0, -50%) rotate(45deg);
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        z-index: 15;
    }
}

/************************************************************/
/*　詳細ページ　動画で見るお客様の声
/************************************************************/
#movieDetail {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
.movieDetailInfo {
    text-align: center;
}

/************************************************************/
/*　トップページ　実績紹介
/************************************************************/
#top_result {
    width: 100%;
    padding: 70px 0;
    margin: 0 auto;
    background: #FF7B25;
    position: relative;
    z-index: 1;
}
#top_result::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url(https://anshinrai.xsrv.jp/img/bg_dots.png);
    background-repeat: repeat;
    background-size: 10%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.2;
    z-index: -1;
}
#top_result .top_result_wrap {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#top_result .top_result_wrap > figure {
    width: 48%;
    padding: 0;
    margin: 0;
    position: relative;
}
#top_result .top_result_wrap > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}
#top_result .top_result_info {
    width: 48%;
    padding: 0;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}
#top_result .top_result_info ul {
    width: 100%;
    padding: 0;
    margin: auto auto 0;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 5;
}
#top_result .top_result_info ul li {
    width: 31%;
    padding: 0;
    margin: 0;
}
#top_result .top_result_info ul li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    filter: drop-shadow(2px 0px 5px rgba(0,0,0,0.1)) drop-shadow(8px 7px 7px rgba(0,0,0,0.1));
}
#top_result .top_result_info h3 {
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #fff;
    text-align: left;
    padding: 0 0 20px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #fff;
}
#top_result .top_result_info p {
    width: 100%;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    font-feature-settings: "palt" 1;
    font-style: normal;
    color: #fff;
    padding: 0;
    margin: 0 auto 20px;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #top_result {
        width: 100%;
        padding: 40px 0;
        margin: 0 auto;
        background: #FF7B25;
        position: relative;
        z-index: 1;
    }
    #top_result::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background-image: url(https://anshinrai.xsrv.jp/img/bg_dots.png);
        background-repeat: repeat;
        background-size: 10%;
        position: absolute;
        top: 0;
        left: 0;
        opacity: 0.2;
        z-index: -1;
    }
    #top_result .top_result_wrap {
        width: 90%;
        padding: 0;
        margin: 0 auto;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #top_result .top_result_wrap > figure {
        width: 100%;
        padding: 0;
        margin: 0;
        position: relative;
    }
    #top_result .top_result_wrap > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border-radius: 10px;
    }
    #top_result .top_result_info {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    #top_result .top_result_info ul {
        width: 100%;
        padding: 0;
        margin: auto auto 0;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        z-index: 5;
    }
    #top_result .top_result_info ul li {
        width: 31%;
        padding: 0;
        margin: 0;
    }
    #top_result .top_result_info ul li img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        filter: drop-shadow(2px 0px 5px rgba(0,0,0,0.1)) drop-shadow(8px 7px 7px rgba(0,0,0,0.1));
    }
    #top_result .top_result_info h3 {
        width: 100%;
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4em;
        color: #fff;
        text-align: center;
        padding: 0 0 10px;
        margin: 0 auto 10px;
        border-bottom: 1px solid #fff;
    }
    #top_result .top_result_info p {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font-feature-settings: "palt" 1;
        font-style: normal;
        color: #fff;
        padding: 0;
        margin: 0 auto 20px;
    }
}

/************************************************************/
/*　カテゴリページ　動画で見るお客様の声
/************************************************************/
#all_wrap .movieList {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .movieList > li {
    width: 48%;
    padding: 0;
    margin: 0 0 40px;
}
#all_wrap .movieList > li figure {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}
#all_wrap .movieList > li h3 {
    font-size: 15px;
    line-height: 1.4em;
    font-weight: 600;
    color: #373737;
    transition: 0.5s;
    margin-top: 10px;
}

/************************************************************/
/*　カテゴリページ　よくある質問
/************************************************************/
#all_wrap .faqBox {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto 100px;
}
#all_wrap .faqList {
    width: 80%;
    padding: 30px 40px 40px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
}
#all_wrap .faqList dl {
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: none;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    box-shadow: 0 1px 0 rgba(255,255,255,1);
}
#all_wrap .faqList dt {
    padding: 20px 0;
    background: none;
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-feature-settings: "palt";
    font-size: 20px;
    cursor: pointer;
}
#all_wrap .faqList dt::before {
    content: 'Q.';
    display: inline;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    font-size: 25px;
    color: #FF7B25;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .faqList dd {
    padding: 40px;
    margin-top: 10px;
    background: #fafafa;
    font-size: 15px;
    line-height: 2;
    font-weight: 400;
    font-style: normal;
    font-feature-settings: "palt";
}
#all_wrap .faqList dd p {
    font-size: 15px;
    padding: 0;
    margin: 0 auto 20px;
}
#all_wrap .faqList dt span::before,
#all_wrap .faqList dt span::after {
    content: '';
    display: block;
    width: 15px;
    height: 3px;
    border-radius: 5px;
    background: #FF7B25;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
#all_wrap .faqList dt span::after {
    background: #FF7B25;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
}
#all_wrap .faqList dt .active::after {
    transform: rotate(0);
    transition: 0.5s;
}

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .faqBox {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0 auto 50px;
    }
    #all_wrap .faqList {
        width: 90%;
        padding: 20px;
        margin: 0 auto;
        background: #fff;
        border-radius: 10px;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.1);
    }
    #all_wrap .faqList dl {
        width: 100%;
        max-width: 100%;
        padding: 0;
        margin: 0;
        background: none;
        border-bottom: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 1px 0 rgba(255,255,255,1);
    }
    #all_wrap .faqList dt {
        padding: 10px 30px 10px 0;
        background: none;
        position: relative;
        font-style: normal;
        font-feature-settings: "palt";
        font-size: 14px;
        line-height: 1.4em;
        cursor: pointer;
        display: -webkit-flex;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: nowrap;
    }
    #all_wrap .faqList dt::before {
        content: 'Q.';
        display: block;
        padding: 0;
        margin: 0;
        margin-right: 10px;
        font-size: 14px;
        color: #FF7B25;
        width: 20px;
        float: left;
        line-height: 2em;
    }
    #all_wrap .faqList dd {
        padding: 20px;
        margin-top: 10px;
        background: #fafafa;
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        font-style: normal;
        font-feature-settings: "palt";
    }
    #all_wrap .faqList dd p {
        font-size: 14px;
        padding: 0;
        margin: 0;
    }
    #all_wrap .faqList dt span::before,
    #all_wrap .faqList dt span::after {
        content: '';
        display: block;
        width: 15px;
        height: 3px;
        border-radius: 5px;
        background: #FF7B25;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }
    #all_wrap .faqList dt span::after {
        background: #FF7B25;
        transform: translateY(-50%) rotate(90deg);
        transition: 0.5s;
    }
    #all_wrap .faqList dt .active::after {
        transform: rotate(0);
        transition: 0.5s;
    }
}



/************************************************************/
/*　カテゴリページ　スタッフ紹介
/************************************************************/
#all_wrap .staffList {
    width: 100%;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}
#all_wrap .staffList > li {
    width: 48%;
    padding: 20px;
    margin: 0 0 40px;
    border-bottom: none;
    position: relative;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
}
#all_wrap .staffList > li::before,
#all_wrap .staffList > li::after {
    display: none;
}

#all_wrap .staffList > li .staffListInfo {
    width: 52%;
    padding: 0;
    margin: 0;
}
#all_wrap .staffList > li figure {
    width: 42%;
    padding: 0;
    margin: 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}
#all_wrap .staffList > li figure:before {
    content:"";
    display: block;
    padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}
#all_wrap .staffList > li figure img {
    width: auto;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.00);
    -webkit-transform: translate(-50%, -50%) scale(1.00);
    -ms-transform: translate(-50%, -50%) scale(1.00);
    padding: 0;
    margin: 0;
    transition: 0.5s;
}
#all_wrap .staffList > li h3 {
    font-size: 18px;
    font-weight: 600;
    color: #373737;
    padding: 10px 0;
    margin: 0 auto;
}
#all_wrap .staffList > li strong {
    display: block;
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    color: #FF7B25;
    padding: 0;
    margin: 0 auto 10px;
}
#all_wrap .staffList > li p {
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .staffList {
        width: 90%;
        max-width: 90%;
        padding: 0;
        margin: 0 auto;
        list-style: none;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-content: stretch;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #all_wrap .staffList > li {
        width: 100%;
        padding: 20px;
        margin: 0 0 20px;
        border-bottom: none;
        position: relative;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        background: #fff;
        border-radius: 10px;
        box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    }
    #all_wrap .staffList > li::before,
    #all_wrap .staffList > li::after {
        display: none;
    }

    #all_wrap .staffList > li .staffListInfo {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .staffList > li figure {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
        position: relative;
        overflow: hidden;
        border-radius: 10px;
    }
    #all_wrap .staffList > li figure:before {
        content:"";
        display: block;
        padding-top: 100%; /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
    }
    #all_wrap .staffList > li figure img {
        width: auto;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) scale(1.00);
        -webkit-transform: translate(-50%, -50%) scale(1.00);
        -ms-transform: translate(-50%, -50%) scale(1.00);
        padding: 0;
        margin: 0;
        transition: 0.5s;
        border-radius: 10px;
    }
    #all_wrap .staffList > li h3 {
        font-size: 18px;
        font-weight: 600;
        color: #373737;
        padding: 10px 0;
        margin: 0 auto;
    }
    #all_wrap .staffList > li strong {
        display: block;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: 600;
        color: #FF7B25;
        padding: 0;
        margin: 0 auto 10px;
    }
    #all_wrap .staffList > li p {
        font-size: 14px;
        line-height: 1.6em;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　詳細ページ　スタッフ紹介
/************************************************************/
#staffDetail {
    width: 100%;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .staffDetailBox {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 auto 100px;
}
#all_wrap .staffDetailBox .staffDetailInfo {
    width: 58%;
    padding: 0;
    margin: 0;
}
#all_wrap .staffDetailBox figure {
    width: 38%;
    padding: 0;
    margin: 0;
}
#all_wrap .staffDetailBox figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    border-radius: 10px;
}
#all_wrap .staffDetailBox .staffDetailInfo strong {
    display: block;
    padding: 20px 0 0;
    margin: 0 auto 20px;
    text-align: left;
    font-weight: 600;
    position: relative;
    font-size: 20px;
    line-height: 1.4em;
}
#all_wrap .staffDetailBox .staffDetailInfo p {
    font-size: 14px;
    line-height: 1.6em;
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #staffDetail {
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .staffDetailBox {
        width: 100%;
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0;
        margin: 0 auto 50px;
    }
    #all_wrap .staffDetailBox .staffDetailInfo {
        width: 100%;
        padding: 0;
        margin: 0;
        order: 2;
    }
    #all_wrap .staffDetailBox figure {
        width: 100%;
        padding: 0;
        margin: 0;
    }
    #all_wrap .staffDetailBox figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        border-radius: 10px;
    }
    #all_wrap .staffDetailBox .staffDetailInfo strong {
        display: block;
        padding: 20px 0 0;
        margin: 0 auto 20px;
        text-align: left;
        font-weight: 600;
        position: relative;
        font-size: 14px;
        line-height: 1.4em;
    }
    #all_wrap .staffDetailBox .staffDetailInfo p {
        font-size: 14px;
        line-height: 1.6em;
        padding: 0;
        margin: 0;
    }
}

/************************************************************/
/*　フッター追従　お問合せ
/************************************************************/
.fixed_footer {
    width: 100vw;
    padding: 0;
    margin: 0;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    display: none;
    filter: drop-shadow(4px 4px 6px rgba(0,0,0,.1));
}
.fixed_footer .accordion {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 10%;
    margin: 0;
    background: rgba(255,255,255,0.8);
}
.fixed_footer .accordion > ul {
    list-style: none;
    width: 55%;
    padding: 0;
    margin: 0 20px 0 0;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.fixed_footer .accordion > ul li {
    width: 31%;
    padding: 0;
    margin: 0;
}
.fixed_footer .accordion > ul li img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

#fixed_btn span {
    position: absolute;
    left: 10px;
    top: -30px;
    width: 100px;
    height: 30px;
    padding: 0;
    color: #222;
    display: block;
    background: rgba(255,255,255,0.8);
    border-radius: 5px 5px 0 0;
    box-sizing: border-box;
    cursor: pointer;
}
#fixed_btn span::before {
    content: 'CLOSE';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: 0.2s;
}
.fixed_footer input[type="checkbox"]:checked ~ #fixed_btn span::before  {
    content: 'OPEN';
    transition: 0.2s;
}
#fbtn {
    display: none;
}
.fixed_footer input[type="checkbox"]:checked ~ .accordion {
    display: none;
    transition: 0.2s;
}

.fixed_contact {
    width: 40%;
    padding: 0;
    margin: 0;
}

/*電話番号*/
.fixed_footer tel {
    display: block;
    padding: 0;
    margin: 0 0 15px;
}
.fixed_footer tel a {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    font-size: 45px;
    color: #222;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-style: normal;
    font-feature-settings: "palt";
    white-space: nowrap;
}
.fixed_footer tel a .svg {
    width: auto;
    height: 40px;
    padding: 0;
    margin: 0 10px 0 0;
}
.fixed_footer tel a .svg path,
.fixed_footer tel a .svg polygon {
    color: #ff7b25;
    fill: #ff7b25;
}
.fixed_footer tel span {
    font-size: 14px;
    color: #373737;
    display: block;
    text-align: center;
    margin: 0 auto;
}

/*お問い合わせボタン*/
.fixed_contact > #fixed_contact_btn {
    width: 100%;
    margin-bottom: 0;
}
.fixed_contact > #fixed_contact_btn a {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    background:linear-gradient(170deg, #ff7b25 50%, #ff8f46 50%);
    transition: 0.2s;
    position: relative;
    box-shadow: 0 2px 2px rgba(255,205,172,1);
    overflow: hidden;
}
.fixed_contact > #fixed_contact_btn a:hover {
    opacity: 0.8;
    transition: 0.2s;
    box-shadow: 0 2px 2px rgba(255,205,172,0);
    transform: translate(0, 2px);
}
.fixed_contact > #fixed_contact_btn a .svg {
    width: auto;
    height: 18px;
    padding: 0;
    margin: 0 0 0 20px;
}
.fixed_contact > #fixed_contact_btn a .svg path,
.fixed_contact > #fixed_contact_btn a .svg polygon {
    color: #fff;
    fill: #fff;
}

.fixed_contact .fixed_sns {
    list-style: none;
    width: 100%;
    padding: 0;
    margin: 0 0 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.fixed_contact .fixed_sns li {
    padding: 0;
    margin: 0 5px;
}
.fixed_contact .fixed_sns li .svg {
    width: auto;
    height: 30px;
    padding: 0;
    margin: 0;
}
.fixed_contact .fixed_sns li path,
.fixed_contact .fixed_sns li polygon {
    color: #ff7b25;
    fill: #ff7b25;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    .fixed_footer {
        width: 100vw;
        padding: 0;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
        display: none;
        filter: drop-shadow(4px 4px 6px rgba(0,0,0,.1));
    }
    .fixed_footer .accordion {
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        padding: 20px;
        margin: 0;
        background: rgba(255,255,255,0.8);
    }
    .fixed_footer .accordion > ul {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0 auto 10px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fixed_footer .accordion > ul li {
        width: 25%;
        padding: 0;
        margin: 0 5px;
    }
    .fixed_footer .accordion > ul li img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }

    #fixed_btn span {
        position: absolute;
        left: 10px;
        top: -30px;
        width: 100px;
        height: 30px;
        padding: 0;
        color: #222;
        display: block;
        background: rgba(255,255,255,0.8);
        border-radius: 5px 5px 0 0;
        box-sizing: border-box;
        cursor: pointer;
    }
    #fixed_btn span::before {
        content: 'CLOSE';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transition: 0.2s;
    }
    .fixed_footer input[type="checkbox"]:checked ~ #fixed_btn span::before  {
        content: 'OPEN';
        transition: 0.2s;
    }
    #fbtn {
        display: none;
    }
    .fixed_footer input[type="checkbox"]:checked ~ .accordion {
        display: none;
        transition: 0.2s;
    }

    .fixed_contact {
        width: 100%;
        padding: 0;
        margin: 0;
        text-align: center;
    }

    /*電話番号*/
    .fixed_footer tel {
        display: block;
        padding: 0;
        margin: 0 0 20px;
        text-align: center;
    }
    .fixed_footer tel a {
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        font-size: 40px;
        color: #222;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-style: normal;
        font-feature-settings: "palt";
        white-space: nowrap;
    }
    .fixed_footer tel a .svg {
        width: auto;
        height: 35px;
        padding: 0;
        margin: 0 10px 0 0;
    }
    .fixed_footer tel a .svg path,
    .fixed_footer tel a .svg polygon {
        color: #ff7b25;
        fill: #ff7b25;
    }
    .fixed_footer tel span {
        font-size: 11px;
        color: #373737;
    }

    /*お問い合わせボタン*/
    .fixed_contact > #fixed_contact_btn {
        width: 100%;
        max-width: 100%;
        margin-bottom: 0;
    }
    .fixed_contact > #fixed_contact_btn a {
        padding: 15px;
        margin: 0;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: nowrap;
        border-radius: 3px;
        color: #fff;
        font-weight: 500;
        background:linear-gradient(170deg, #ff7b25 50%, #ff8f46 50%);
        transition: 0.2s;
        position: relative;
        box-shadow: 0 2px 2px rgba(255,205,172,1);
        overflow: hidden;
    }
    .fixed_contact > #fixed_contact_btn a:hover {
        opacity: 0.8;
        transition: 0.2s;
        box-shadow: 0 2px 2px rgba(255,205,172,0);
        transform: translate(0, 2px);
    }
    .fixed_contact > #fixed_contact_btn a .svg {
        width: auto;
        height: 18px;
        padding: 0;
        margin: 0 0 0 20px;
    }
    .fixed_contact > #fixed_contact_btn a .svg path,
    .fixed_contact > #fixed_contact_btn a .svg polygon {
        color: #fff;
        fill: #fff;
    }

    .fixed_contact .fixed_sns {
        list-style: none;
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
    .fixed_contact .fixed_sns li {
        padding: 0;
        margin: 0 5px;
    }
    .fixed_contact .fixed_sns li .svg {
        width: auto;
        height: 25px;
        padding: 0;
        margin: 0 10px 0 0;
    }
    .fixed_contact .fixed_sns li path,
    .fixed_contact .fixed_sns li polygon {
        color: #ff7b25;
        fill: #ff7b25;
    }
}


/************************************************************/
/*　固定ページ　アフターフォロー
/************************************************************/
#pageAfterfollow {
    width: 100%;
    padding: 100px 0;
    margin: 0;
    background-image: url('https://anshinrai.xsrv.jp/img/afterfollow_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#all_wrap .transBox {
    width: 80%;
    max-width: 80%;
    padding: 40px 50px 50px;
    margin: 0 auto 70px;
    background: rgba(255,255,255,0.8);
    border-radius: 10px;
    position: relative;
}
#all_wrap .transBox > h3 {
    width: 100%;
    padding: 0;
    margin: 0;
    color: #ff7b25;
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    z-index: 5;
    font-size: 30px;
    font-style: italic;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
#all_wrap .transBox > h3 > span {
    font-size: 1.2em;
    padding: 0;
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 40px;
    font-style: italic;
    color: #ff7b25;
}
#all_wrap .transBox > h3::before {
    display: none;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #pageAfterfollow {
        width: 100%;
        padding: 50px 0;
        margin: 0;
        background: url(https://anshinrai.xsrv.jp/img/bg_graph.gif);
    }
    #all_wrap .transBox {
        width: 90%;
        max-width: 90%;
        padding: 20px 20px 20px;
        margin: 0 auto 50px;
        background: rgba(255,255,255,0.8);
        border-radius: 10px;
        position: relative;
        border: 1px solid #c8c8c8;
        box-sizing: border-box;
    }
    #all_wrap .content .transBox h2.design {
        margin: 0 auto 20px;
    }
    #all_wrap .transBox > h3 {
        width: 100%;
        padding: 0;
        margin: 0;
        color: #ff7b25;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        z-index: 5;
        font-size: 16px;
        font-style: italic;
        display: -webkit-flex;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    #all_wrap .transBox > h3 > span {
        width: 100%;
        font-size: 1.2em;
        padding: 0;
        margin: 0 auto 5px;
        display: block;
        font-size: 30px;
        line-height: 0.5;
        font-style: italic;
        color: #ff7b25;
        text-align: center;
    }
    #all_wrap .transBox > h3::before {
        display: none;
    }
}

/************************************************************/
/*　固定ページ　取扱商品
/************************************************************/
#all_wrap .productnBox {
    width: 80%;
    max-width: 1000px;
    padding: 70px;
    margin: 0 auto 70px;
    border-radius: 30px;
    background: rgba(255,255,255,0.8);
    box-shadow: 5px 5px 10px rgba(255,205,172,0.5);
    border: 1px solid rgba(0,0,0,0.02);
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}
#all_wrap .productnBox .productnBoxInfo {
    width: 55%;
    padding: 0;
    margin: 0;
}
#all_wrap .productnBox > figure {
    width: 40%;
    padding: 0;
    margin: 0;
}
#all_wrap .productnBox > figure img {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}
#all_wrap .productnBox .productnBoxInfo > h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4em;
    color: #373737;
    text-align: left;
    padding: 0;
    margin: 0 auto;
}
#all_wrap .productnBox .productnBoxInfo > h3::before,
#all_wrap .productnBox .productnBoxInfo > h3::after {
    display: none;
}
#all_wrap .productnBox .productnBoxInfo > strong {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin: 0 auto 15px;
    border-bottom: 1px solid #FFDAC3;
    position: relative;
    font-size: 15px;
    line-height: 1;
    color: #FF7B25;
    font-weight: 600;
}
#all_wrap .productnBox .productnBoxInfo > strong::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    padding: 0;
    margin: 0;
    background: #FF7B25;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 2;
}
#all_wrap .productnBox .productnBoxInfo > strong  span {
    font-size: 12px;
    font-weight: 600;
}
#all_wrap .productnBox .productnBoxInfo > p {
    padding: 0;
    margin: 0;
}
/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .productnBox {
        width: 90%;
        max-width: 90%;
        padding: 20px 20px;
        margin: 0 auto 20px;
        border-radius: 10px;
        background: rgba(255,255,255,0.8);
        box-shadow: 5px 5px 10px rgba(255,205,172,0.5);
        border: 1px solid rgba(0,0,0,0.02);
        display: -webkit-flex;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }
    #all_wrap .productnBox .productnBoxInfo {
        width: 100%;
        padding: 0;
        margin: 0 auto 20px;
    }
    #all_wrap .productnBox > figure {
        width: 100%;
        padding: 0;
        margin: 0;
        position: static;
    }
    #all_wrap .productnBox > figure img {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
    }
    #all_wrap .productnBox .productnBoxInfo > h3 {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.4em;
        color: #373737;
        text-align: left;
        padding: 0;
        margin: 0 auto;
    }
    #all_wrap .productnBox .productnBoxInfo > strong {
        display: block;
        width: 100%;
        padding: 15px 0;
        margin: 0 auto 15px;
        border-bottom: 1px solid #FFDAC3;
        position: relative;
        font-size: 15px;
        line-height: 1;
        color: #FF7B25;
        font-weight: 600;
    }
    #all_wrap .productnBox .productnBoxInfo > strong::before {
        content: '';
        display: block;
        width: 50%;
        height: 1px;
        padding: 0;
        margin: 0;
        background: #FF7B25;
        position: absolute;
        bottom: -1px;
        left: 0;
        z-index: 2;
    }
    #all_wrap .productnBox .productnBoxInfo > strong  span {
        font-size: 12px;
        font-weight: 600;
    }
    #all_wrap .productnBox .productnBoxInfo > p {
        padding: 0;
        margin: 0;
    }
}


/************************************************************/
/*　固定ページ　エラーテーブル
/************************************************************/

/*== スマホ・タブレット対応 ==*/
@media only screen and (max-width: 768px){
    #all_wrap .l-wrapper .pageContents .tbl-errorlist {
        margin: 0 auto 50px;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist .thead {
        display: none;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist td {
        position: relative;
        background: #fafafa;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist td:nth-child(1) {
        padding: 44px 10px 10px;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist td:nth-child(2) {
        padding: 44px 10px 10px;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist td:nth-child(3) {
        padding: 44px 10px 50px;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist td:nth-child(1)::before {
        content: 'コード';
        display: block;
        padding: 5px 10px;
        margin: 0 auto 10px;
        width: 100%;
        max-height: 34px;
        background: #ff7b25;
        color: #fff;
        position: absolute;
        top: 0;
        left: 0;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist td:nth-child(2)::before {
        content: '原因';
        display: block;
        padding: 5px 10px;
        margin: 0 auto 10px;
        width: 100%;
        max-height: 34px;
        background: #dfe3e3;
        color: #373737;
        position: absolute;
        top: 0;
        left: 0;
    }
    #all_wrap .l-wrapper .pageContents .tbl-errorlist td:nth-child(3)::before {
        content: '対処方法';
        display: block;
        padding: 5px 10px;
        margin: 0 auto 10px;
        width: 100%;
        max-height: 34px;
        background: #dfe3e3;
        color: #373737;
        position: absolute;
        top: 0;
        left: 0;
    }
}


.notices {
    display: block;
    width: 200px;
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    background: rgba(219,29,50,0.9);
    font-size: 12px;
    line-height: 1.4em;
    color: #fff;
    position: absolute;
    top: -72px;
    right: 20px;
    transition: 0.2s;
    text-align: center;
}
.notices::before {
    content: '';
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    padding: 0;
    margin: 0;
    background: none;
    border: 1px solid rgba(255,255,255,0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.fixed_footer input[type="checkbox"]:checked ~ .notices {
    display: none;
}