@charset "UTF-8";

/*============================================================
reset
============================================================*/

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}address{font-style: normal;}article,aside,figure,footer,header,hgroup,nav,section{display:block;}img,object,embed{vertical-align: bottom;}html{overflow-y:scroll;}ul{list-style:none;}blockquote,q{quotes:none;}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;}del{text-decoration:line-through;}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help;}table{border-collapse:collapse;border-spacing:0;}th{font-weight:bold;}td{font-weight:normal;vertical-align:top;}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:25px 0;padding:0;}input,select{vertical-align:middle;}pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word;}input[type="radio"]{vertical-align:text-bottom;}input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline;}select,input,textarea{font:99% sans-serif;}table{font-size:inherit;font:100%;}a:hover,a:active{outline:none;}strong,th{font-weight:bold;}td,td img{vertical-align:top;}sub,sup{font-size:75%;line-height:0;position:relative;}sup{top:-0.5em;}sub{bottom:-0.25em;}pre,code,kbd,samp{font-family:monospace,sans-serif;}label,input[type=button],input[type=submit],button{cursor:pointer;}button,input,select,textarea{margin:0;}button{width:auto;overflow:visible;}.clear:before,.clear:after{content:"\0020";display:block;height:0;overflow:hidden;}.clear:after{clear:both;}.clear{zoom:1;}*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-o-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box;}

/*============================================================
base
============================================================*/
html {
    scroll-behavior: smooth;
}
body {
    min-width: 1100px;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: normal;
    color: #333;
    background: #fff;
    position: relative;

    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans","Noto Sans JP", "游ゴシック体",YuGothic,"游ゴシック","Yu Gothic","メイリオ",sans-serif;
    font-feature-settings: 'palt' 1;
}

:root {
    --site-wide-max-width: 1240px;
}

.mac body {
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

.windows body p {
  transform: rotate(0.001deg);
}

main {
  display: block;
}

h1, h2, h3, h4, h5, th {
  font-weight: 400;
}

p,li,dd,td {
  text-align: justify;
  text-justify: inter-ideograph;
}

li {
  list-style: none;
}

a {
  color: #007bff;
  text-decoration: underline;
  outline: none;
  -webkit-font-smoothing: antialiased
}

a:hover {
    text-decoration: none;
}

a:hover,
button:hover {
    opacity: 80% !important;
}


img {
  image-rendering: auto;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
}

.object-fit-img img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/* IE用ビューポート設定 */
@-ms-viewport
{
  width: auto !important;
  initial-scale: 1 !important;
}

@viewport
{
  width: device-width !important;
  initial-scale: 1 !important;
}

/* iOS初期仕様解除
input {
  -webkit-appearance: none;
  border-radius: 0;
} */


/* テキストハイライト */
*::selection {
}
*::-moz-selection {
}

button {
    padding:0;
    border-width:0;
    background-color: transparent;
}

.inner {
    padding: 30px 0;
}

.hide {
    display: none;
}

.show {
    display: block;
}

a:hover,
button:hover {
    opacity: 80%;
}


.error_box {
    border: 1px solid #ff5126;
    background: #FADBDA;
    border-radius: 10px;
    padding: 5px 10px;
    margin: 10px 0;
}

.error_box a {
    color: #ff5126;
    text-decoration: underline;
}


.right  {
    text-align: right !important;
}

.left  {
    text-align: left  !important;
}

.center  {
    text-align: center  !important;
}

video::-webkit-media-controls-panel {
/*background-image: none !important;*/
}

/*============================================================
============================================================*/
#wrapper {
    width: 100%;
    background-color: #fff;
}

header {
    width:100%;
    background: #fff;
    opacity: 95%;
    height: 100px;
    position: fixed;
    left: 50%;
    z-index: 100;
    transform: translate(-50%, 0);
}

#header_wrap {
    width: min(var(--site-wide-max-width), 100%);
    min-width: 0;
    margin: 0 auto;
    position: relative;
    z-index:101;
    padding: 15px 10px 15px 0;
}

.wrap {
    margin: 0 auto;
}


#header_logo {
    position: relative;
    z-index: 2;
    font-size: 13px;
    padding-left: 35px;
    float: left;
    width: 410px;
    background: url(/common/img/toucan.svg) no-repeat top right;
}

#header_catchcopy {
    position: relative;
    z-index: 1;
    float: left;
    width: calc(100% - 610px);
    min-width: 520px;
    height: 86px;
    margin: 7px 8px 0 4px;
    text-align: center;
    overflow: hidden;
}

#header_catchcopy img {
    display: block;
    width: 92%;
    height: 78px;
    margin: 4px auto 0;
    max-width: 100%;
    object-fit: contain;
}

#header_nav {
    position: fixed;
    right: 32px;
    top: 18px;
    width: 110px;
    height: 56px;
    z-index: 200;
}

@media (min-width: 1241px) {
    #header_nav {
        right: calc((100vw - var(--site-wide-max-width)) / 2 + 32px);
    }
}


#header_logo img {
    width: 280px;
    height: auto;
    margin: 10px 0 10px 0;
}

#header_logo a {
    width: 410px;
    display:block;
}

#header_address {
    position: absolute;
    right: 150px;
    top: 20px;
}
#header_address img {
    width: 250px;
}

#header_menu li:last-child a {
    padding-right: 0;
}

#header_buttons a {
    background: #0178c4;
    color: white;
    display: inline-block;
    padding: 10px 25px 10px 15px;
    font-size: 15px;
    font-weight: bold;
}


#header_buttons a > span {
    display:inline-block;
    text-align: center;
    line-height: 17.5px;
    vertical-align: middle;
    margin-right: 10px;
    padding-bottom: 3px;
}
#header_buttons a > span img {
    width: 22px;
    height: 22px;
}

#header_menu a {
    font-size: 13px;
    line-height: 50px;
    font-weight: bold;
    border-right: 2px solid #333;
    padding: 0 15px 0 0;
}

#header_menu li:last-child a {
    border-width: 0;
}




footer {
    background: #f7f9fb;
}


#footer_wrap {
    padding: 40px 0 22px 0;
    border-top: 1px solid #e5e8eb;
    width: min(1200px, calc(100% - 60px));
    margin: 0 auto;
}

.footer-main {
    display: grid;
    grid-template-columns: minmax(220px, .78fr) minmax(0, 1.5fr) minmax(220px, .72fr);
    gap: 30px;
    align-items: start;
}

.footer-brand img {
    width: 210px;
    height: auto;
    margin-bottom: 14px;
}

.footer-brand p,
.footer-brand address,
.footer-contact p,
.footer-mail {
    color: #555;
    font-size: 13px;
    line-height: 1.75;
}

.footer-brand address {
    margin-top: 12px;
}

.footer-links {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
}

.footer-link-block {
    min-width: 0;
    height: 100%;
    padding: 20px 18px;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 8px;
}

.footer-links h2,
.footer-contact h2 {
    margin-bottom: 12px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.footer-link-list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.footer-links li {
    line-height: 1.45;
}

.footer-links a,
.footer-mail {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    overflow-wrap: anywhere;
}

.footer-links a:hover,
.footer-mail:hover {
    color: #ff5126;
    text-decoration: underline;
}

.footer-contact {
    padding: 20px;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: 8px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
}

.footer-phone-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    margin: 14px 0 0;
    padding: 11px 16px;
    color: #ff5126;
    background: #fff4ed;
    border: 1px solid rgba(255,81,38,0.22);
    border-radius: 8px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
}

.footer-phone-link::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: currentColor;
    flex: 0 0 auto;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.91.32 1.8.59 2.65a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6.27 6.27l1.25-1.25a2 2 0 0 1 2.11-.45c.85.27 1.74.47 2.65.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.79 19.79 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.91.32 1.8.59 2.65a2 2 0 0 1-.45 2.11L8 9.73a16 16 0 0 0 6.27 6.27l1.25-1.25a2 2 0 0 1 2.11-.45c.85.27 1.74.47 2.65.59A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.footer-phone-link:hover {
    color: #ff5126;
    text-decoration: none;
}

.footer-contact-button {
    display: block;
    margin: 16px 0 12px;
    padding: 11px 18px;
    color: #fff;
    background: #ff5126;
    border-radius: 999px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
}

.footer-contact-button:hover {
    color: #fff;
    text-decoration: none;
}

#footer_logo {
    padding: 20px 0 30px 0;
}

#footer_menu {
    width: 55%;
    float: left;
}

.footer_menu_category {
    float: left;
    width: 33%;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}

#footer_trial {
    text-align: right;
    margin: 75px 0;
    padding: 0 20px;
}

#footer_nav {
    width: 300px;
    float: right;
    text-align: left;
    font-size: 13px;
}

#copyright {
    margin-top: 34px;
    padding-top: 18px;
    border-top: 1px solid #e5e8eb;
    color: #777;
    font-size: 12px;
    text-align: center;
}

#content {

    padding: 100px 0 0 0;
}

.space-100 {
    min-height: 100px;
}

.space-50 {
    min-height: 50px;
}


#view_head_home {
    position: relative;
    
}

.view_head_page {
    position: relative;
}

#home_head_image {
    text-align: right;
}

.page_head_image {
    text-align: right;
    
}

#home_head_left {
    position: absolute;
    top: 120px;
    left: 0;
}

.page_head_left {
    position: absolute;
    top:100px;
    left: 0;
    
}

#home_item_menu div.icon {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    margin:0;
}

#home_item_menu a {
    display: block;
}

#home_item_menu a img {
    background: #FFFBF0;
}

.view_title {
    text-align: center;
}

.view_wrap {
    width: 1170px;
    max-width: 1170px;
    margin: 0 auto;
    
}

.view_flex {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0px 0;
    flex-wrap: wrap;
}

.view_flex_item {
	width: 480px;
}



#home_news_logo {
    width: 300px;
    padding: 50px 0;
    text-align: center;
    float: left;
}
#home_news_logo img {
    width: 100px;
}

#home_news_content {
    width: 780px;
    float: left;
}

#home_news_content a {
    text-decoration: underline;
}

#home_news_content dl {
    width: 100%;
    background: #FFFBF0;
    border-radius: 20px;
    padding: 15px 30px;
    margin-bottom: 10px;
}

#home_news_content dt {
    width: 100px;
    float: left;
    text-align: center;
}
#home_news_content dd {
    width: 480px;
    padding-left: 20px;
    margin-left:  20px;
    border-left: 1px solid black;
    float: left;
    
}

#home_news_more {
    text-align: right;
}



#home_main {
    padding: 0px 0 0px 0;
    margin:0 0 0 0;
}


#home_main h1,
#home_main h2 {
    display: none;
}

#home_main #home_video {
    width: 100%;
    height: auto;
}

.home_pr_image img {
    border-radius: 20px;
}

#home_business {
    width: 800px;
}

#home_business .col_logo {
    text-align: center;
}

#home_business .col_logo a img {
    width: 100%;
}


#news_detail #news_detail_date {
    text-align: center;
    font-size: 14px;
}

#news_detail h1 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding: 15px 0 40px 0;
}

#news_detail #news_detail_wrap {
    padding: 0 0 160px 0;
}

#news_detail #news_detail_nav div {
    width: 50%;
    float: left;
    padding: 50px 100px 200px 100px;
}


#news_detail #news_detail_prev {
    text-align: right;
}


#news_index #home_news_content {
    width: 100%;
    padding-bottom: 400px;
}


.view {
    padding: 50px 0 50px 0;
}

.view_page .col_left .col_text {
    padding: 0px 0px 0 0;
    font-size: 15px;
}
.view_page .col_right .col_text {
    padding: 0px 0px 0 0px;
    font-size: 15px;
}

.view_page .col_grow {
    flex-grow: 2;
    max-width: 450px;
}

.view_page h3 {
    color: #ff5126;
    font-size: 20px;
    line-height: 30px;
    padding: 0 0 30px 0;
    font-weight: bold;
    letter-spacing: 1px;   
}

.view_obi {
    width: 100%;
    padding: 50px 0;
    margin: 30px 0;
}

.view_bg_cream {
    background:  #FFFBF0;
}

.view_bg_gray {
    background: #FAF8F8;
}

#home_nayami {
    background:  #FFFBF0;
    text-align: center;
}

#home_business{
    width: 800px;
}

#home_second {
    background: #ff5126;
    color: white;
    text-align: left;
    margin-top: 0;
    font-size: 16px;
    line-height: 35px;
    margin-bottom: 0;
}

.view_obi .view_wrap {
    width: 960px;
}

#home_news {
    margin: 0px 0 0 0;
    background:#f0f0f0;
    padding: 10px;
}


#home_news dl {
    width: 100%;
    margin: 0 auto;
}


#home_news dt {
    color: #ff5126;
    display: table-cell;
    white-space: nowrap;
}

#home_news dd {
    display: table-cell;
    padding-left: 20px;
}

#home_aboutus {
    margin-bottom: 0;
    background:  #FFFBF0;
}

#home_aboutus > .view_wrap {
    background: url(/common/img/toucan_print.png) no-repeat right;
    background-size: 40%;
}


#home_aboutus h3 img {
    padding-bottom: 15px;
    
}

.detail_button {
    width: 100%;
    text-align: center;
    margin: 30px 0;
}

#home_aboutus h3 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 30px;
}

#home_aboutus .col_image {
    padding-top: 30px;
}

.col_five {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

#home_aboutus .col_left .col_text h3 {
    text-align: right;
}

#home_aboutus .col_right .col_text .detail_button {
    text-align: left;
}
#home_aboutus .col_left .col_text .detail_button {
    text-align: right;
}

#home_inquiry {
    
    width: 960px;
}

#home_inquiry .col_left .col_text .detail_button {
    text-align: right;
}
#home_inquiry .col_right .col_text .detail_button {
    text-align: left;
}



.detail_button img {
    width: 175px;
}

#home_inquiry h3 {
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    
}

#home_inquiry .col_text h3 {
    padding-bottom: 35px;
    
}

/*============================================================
============================================================*/


#nav-container {
    position: relative;
    width: 110px;
    height: 56px;
}

body.nav-open {
    overflow: hidden;
}

.button {
    position: relative;
    right: auto;
    top: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 200;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    border-radius: 0;
    height: 56px;
    width: 110px;
    padding-left: 5px;
    cursor: pointer;
    pointer-events: auto;
    margin-right: 0;
    touch-action: manipulation;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background-image: url(/common/img/menu.svg);
    background-position: center right;
    background-size: 70px;
    background-repeat: no-repeat;
}

.icon-bar {
    display: block;
    width: 30px;
    height: 1px;
    background: #ff5126;
    transition: .2s;
}

.icon-bar + .icon-bar {
    margin-top: 8px;
}

.button-label {
    display: none;
}

#nav-container.is-open .icon-bar:nth-of-type(1) {
    transform: translate3d(0,9px,0) rotate(45deg);
}

#nav-container.is-open .icon-bar:nth-of-type(2) {
    opacity: 0;
}

#nav-container.is-open .icon-bar:nth-of-type(3) {
    transform: translate3d(0,-9px,0) rotate(-45deg);
}

#nav-content {
    width: 100vw;
    height: 100vh;
    padding: 130px 60px 60px 60px;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255,251,240,0.98);
    pointer-events: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    opacity: 0;
    transform: scale(1.02);
    transition: opacity .2s, transform .2s;
    z-index: 150;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
}

#nav-container.is-open #nav-content {
    opacity: 1;
    transform: scale(1);
    pointer-events: auto;
}

.nav-content-inner {
    display: grid;
    grid-template-columns: 1fr 1.15fr 1fr;
    gap: 42px;
    width: 1120px;
    max-width: 100%;
    margin: 0 auto;
}

.nav-menu-label {
    color: #ff5126;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 22px;
}

a .icon {
    padding-left: 20px;
    background: url(/common/img/icon_link.png) left 50% no-repeat;
    background-size: 15px;
}

#nav-content-link {
    width: 100%;
}

#nav-content-link a {
    display: block;
    margin: 0 0 24px 0;
    color: #333;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.45;
    text-decoration: none;
}

#nav-content-link .nav-service-group > a {
    margin-bottom: 12px;
}

.nav-service-list {
    display: grid;
    gap: 8px;
    margin: -2px 0 24px 20px;
    padding: 0 0 0 16px;
    border-left: 2px solid rgba(255,81,38,0.22);
}

#nav-content-link .nav-service-list a {
    margin: 0;
    color: #444;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.55;
}

.nav-menu-card {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    align-items: center;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid rgba(51,51,51,0.14);
    padding: 0 0 18px 0;
    margin-bottom: 18px;
}

.nav-menu-card-image {
    display: block;
    width: 220px;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #f0f0f0;
}

.nav-menu-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nav-menu-card-body,
.nav-news-item {
    display: block;
}

.nav-menu-date {
    display: block;
    color: #ff5126;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 6px;
}

.nav-menu-title {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.55;
}

.nav-news-item {
    color: #333;
    font-size: 13px;
    line-height: 1.7;
    text-decoration: none;
    border-bottom: 1px solid rgba(51,51,51,0.14);
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.nav-social-links {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
}

.nav-social-links a {
    display: block;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    line-height: 1.45;
    text-decoration: none;
}

.nav-social-links a:hover {
    color: #ff5126;
}


.form_page_wrap {
    width: 600px;
    margin: 0 auto;
    padding: 0 0 50px 0;
}


.form_page_wrap input[type=text],
.form_page_wrap input[type=email],
.form_page_wrap input[type=tel],
.form_page_wrap select  {
    width: 100%;
    border: 1px solid #666;
    border-radius: 10px;
    margin: 5px;
    height: 40px;
    padding: 3px 5px;
    -webkit-appearance: auto;
}


.form_page_wrap input[type=radio],
.form_page_wrap input[type=checkbox] {
    -webkit-appearance: auto;
    vertical-align: middle;
    margin:0 10px 0 20px;
}


.form_page_wrap input[type=radio] + label,
.form_page_wrap input[type=checkbox] + label {

}

.form_page_wrap textarea {
    width: 100%;
    margin: 5px;
    padding: 3px 5px;
    border: 1px solid #666;
    border-radius: 10px;
    min-height: 160px;
}


.form_page_wrap h2 {
    padding: 60px 0 20px 0;
    font-weight: bold;
    text-align: left;
    color: #ff5126;
}


.form_page_wrap h1,
.form_page_wrap h3 {
    padding: 10px 0 0 0;
    font-size: 1.75rem;
    font-weight: 500;
    line-height: 1.2;
}

.form_page_wrap button {
    width: 300px;
    margin: 20px auto;
    color:white;
    font-size: 16px;
    text-align:center;
    background: #ff5126;
    border-radius: 20px;
    line-height: 40px;
    display:block;
}


#blog_title_second {
    background: #ff5126;
    color: white;
    text-align: center;
    margin-top: 0;
    font-size: 22px;
    line-height: 35px;
    padding: 10px 0;
    margin: 10px 0 0px 0;
    letter-spacing: 2px;
}

#blog_main {
    margin: 0px 0 0 0;
    background:#f0f0f0;
    padding-top: 20px;

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

#blog_main .view_wrap {
    width: 1250px;
}



#blog_left_col > div {
}

#blog_right_col {
    position: relative;
}

#blog_sidebar_index {
    position: sticky;
    top: 120px;
    border-radius: 20px;
    padding: 20px 30px;
    background: rgba(255,255,255,0.8);
    overflow: auto;
    max-height: 85vh;
}
}

#blog_sidebar_index h3 {
    padding-bottom: 10px;
}

#blog_sidebar_index ol li {
}

#blog_sidebar_index a {
    display: block;
    padding: 5px 10px;
}

#blog_sidebar_index a.active {
    background: #f0f0f0;
}

.blog_sidebar_content  {
    border-radius: 20px;
    padding: 20px 30px;
    margin: 20px 0 0 0;
    background: rgba(255,255,255,0.8);
}

#blog_article #blog_sidebar_profile,
#blog_article #blog_sidebar_recent {
    display: none;
}



h3.blog_title,
h1.blog_title {
    font-size: 28px;
    color: #ff5126;
    line-height: 40px;
    padding: 0 0 30px 0;
    font-weight: bold;
    letter-spacing: 1px; 
}

h3.blog_title a {
    color: #ff5126;
    
}

.blog_date {
    text-align:right;
    color: #333 !important;
}

.blog_body {
    font-size: 18px;
    line-height: 33px;
    background: rgba(255,255,255,0.8);
    margin: 0 20px 30px 0;
    padding: 50px 70px;
    border-radius: 30px;
    position: relative;
}


.blog_body h4 {
    font-size: 20px;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: #ff5126;
    text-decoration-style: dotted;
    text-decoration-thickness: 5px;
    text-underline-offset: 5px;
    line-height: 35px;

}

.blog_body h5 {
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 20px 0;
    color: #ff5126;
}

.blog_quote h5 {
    color: #000;
}

.blog_body ul li {
    margin-left: 40px;
    list-style: disc;
}

.blog_body ol li {
    margin-left: 40px;
    list-style: decimal;
}


.blog_body .blog_quote {
    padding: 30px;
    background: #f0f0f0;
    border-radius: 10px;
}

.blog_body .blog_box {
    padding-top: 100px;
    margin-top: -100px;
    padding-bottom: 30px;
}



.tbl_excel {
    width: 100%;
}

.tbl_excel th,
.tbl_excel td {
    border: 1px solid #999;
    padding: 5px 10px;
    background: #fff;
}

.tbl_excel th {
    text-align: center;
    font-weight: bold;
    background: #ccc;
}

.tbl_excel tr:nth-child(odd) td {
    background: #f0f0f0;
}


.blog_body_footer {
    text-align: center;
}


/*---SNSボタンを丸くする---*/
.blog_body_footer .button-caption {
    display: none; /*キャプション非表示*/
}

/*SNSシェアボタン*/
.blog_body_footer .sns-share-message{
    font-weight: bold; /*太字*/
    color: #ff5126; /*文字色*/
    padding: 0 0 20px 0;
}
.blog_body_footer .sns-share-buttons {
    flex-wrap: nowrap; /*折り返さない*/
    justify-content: center; /*中央寄せ*/
}
.blog_body_footer .sns-share-buttons a {
    border-radius: 50%; /*丸くする*/
    font-size: 20px; /*アイコンのサイズ*/
    margin: 0 10px; /*ボタン同士の間隔*/
}
.blog_body_footer .sns-share a {
    width: 40px; /*ボタンの横幅*/
    height: 40px; /*ボタンの高さ*/
}
.blog_body_footer .social-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.blog_body_footer .icon-twitter {
    background: url('/common/img/button/twitter.png') 0 0 no-repeat;
    background-size: 40px;
}
.blog_body_footer .icon-facebook {
    background: url('/common/img/button/facebook.png') 0 0 no-repeat;
    background-size: 40px;
}

#gotop {
    position: fixed;
    right: 100px;
    bottom: 50px;
    opacity: 0.8;
    display: none;
}

#gotop img {
    width: 75px;
    height: 75px;
}
