/*PC*/

@charset "utf-8";
@import url("//share.cr-cms.net/hp_agency/hpagency.css");
/*フラット01 ブラック 左メイン*/


/*-- 色の指定 --*/
:root {
    --first-color: #7397d5;/*-- メイン色 --*/
    --second-color: #f2f7ff;/*-- サブ色 --*/
    --third-color: #555555;/*-- 見出し文字色 --*/
    --accent-color: #3d68ac;/*-- アクセントカラー --*/
    --baseborder-color: #ccc;/*-- 基本の線の色 --*/
    --border-color: #006452;/*-- 色付きの線の色 --*/
    --bg-color: #e5fcd1;/*-- 背景色 --*/
    --red-color: #d34; /*-- 赤の指定 --*/
    --font-size: 16px;/*-- 背景色 --*/
    --width:1080px;/*-- コンテンツ幅 --*/
    --font-family:ten-mincho-text,serif;
    /*-- --font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;--*/
}

html{
  scroll-behavior: smooth;
}
body {
    color: #222;
    line-height: 1.8;
}
#contents{
    position: relative;
    top: 60px;
}
#contents,#title{width: var(--width);}
#mainContents,#mainArticles,.mainArticles .article,.mainArticles div.gallery,#mainTopics,#listTopics{width: 770px;}

#contents{
  margin: 60px auto 0;
  padding: 30px 20px;
	background:none;
  box-sizing: border-box;
}

/*-- 改行 --*/
.article p { margin-bottom: 1em;}


#mainArticles a:hover img,
#sideBanners  a:hover img,
div.freeHtml a:hover img,
div.image img.gallery:hover,
#title h1:hover {
  filter: alpha(opacity=75);
  -moz-opacity:0.75;
  opacity:0.75;
}
.pankuz p {
    font-size: 14px;
}

a {
    color: #06A;
}
a:hover {
    color: #666;
}

#wrap{
    font-size: var(--font-size);
    font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(/materials/163650685029301.jpg) repeat-x left top;
    background-color: unset;
    border-top: 24px solid #7397d5;
  	min-width: 1080px;
}

#wrap_body{padding-top: 0;}

.pc{display:inline;}
.sp{display:none;}

.ta_c{text-align:center !important;}
.ta_r{text-align:right !important;}
.ta_l{text-align:left !important;}

.mb0{margin-bottom: 0px !important;}
.pb0{padding-bottom: 0px !important;}
.m_auto{margin-left: auto; margin-right: auto;}

.fw_b{font-weight: bold;}

.font-family{
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
}

strong{
  font-size:1.2em;
  color:var(--first-color);
}

hr{border-style: dotted; color: #ccc; border-width: 1px; margin: 10px 0px;}

.gallery .comment {text-align:center;}

.center_small .article_center img {
    /*--max-width: 330px !important;--*/
    max-width: 400px !important;
}

.imghalf img{max-width: 330px !important;}

/* 記事半分 */
#mainArticles .articlehalf {
	width: 48.5%;
  	display: inline-block;
  	vertical-align: top;
    text-align:left;
    font-size:16px;
    padding: 1%;
    box-sizing: border-box;
	margin: 0px 2px 10px 2px;
}

#mainArticles .articlehalf img {
    margin-bottom: 0px;
  	max-width: 400px;
}
#mainArticles .halfbefore {
    padding-bottom: 0px;
    margin-bottom: 5px;
}

/* 枠付き記事半分1 */
#mainArticles .articlehalf1 {
	width: 48.5%;
  	display: inline-block;
  	vertical-align: top;
    text-align:left;
    font-size:16px;
    padding: 1%;
    box-sizing: border-box;
	margin: 0px 2px 10px 2px;
	border:#fbc2db solid 2px;
}

/* 枠付き記事半分2 */
#mainArticles .articlehalf2 {
	width: 48.5%;
  	display: inline-block;
  	vertical-align: top;
    text-align:left;
    font-size:16px;
    padding: 1%;
    box-sizing: border-box;
	margin: 0px 2px 10px 2px;
	border:#cacaca solid 2px;
}

.article_center .image{margin: auto;}

.mainArticles .article_center .image,
.mainArticles .article .image img {
    max-width: 100%;
}


.envelope,
.article.envelope {
    background: var(--bg-color);
    border: 1px solid var(--first-color);
    margin: 5px 0;
    padding: 10px;
    position: relative;
}

/* .envelope{
    margin:2em 0;
    position: relative;
    padding: 20px 1.5em;
    border-top: solid 1px var(--accent-color);
    border-bottom: solid 1px var(--accent-color);
} */
/* .envelope:before, .envelope:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 1px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: var(--accent-color);
}
.envelope:before {left: 10px;}
.envelope:after {right: 10px;} */
.envelope p {
    margin: 0; 
    padding: 0;
}

.commitment{ }
.commitment .envelope{width: 50%;}
.commitment .article_right,.commitment .article_left{display: flex; flex-direction:row;}

.commitment .article_right .envelope{order: 1; margin-top: 100px;}
.commitment .article_left .envelope{order: 2; margin-top: 100px;}

.commitment h4{border-bottom: 1px solid var(--accent-color); padding-bottom: 10px; text-align: center !important; display: block !important;}
.commitment .image{z-index: 100;}
.commitment .article_right .image{ margin-left: 10px !important; margin-right: 0 !important; order: 2; float: none;}
.commitment .article_left .image{ margin-left: 0 !important; margin-right: 10px !important; order: 1; float: none;}

.ct{height: 140px;}

/*--リストの装飾--*/
ol.pp {
    padding-left: 1.55em;
    }
 ol.pp li {
 list-style-type: decimal;
 padding: 5px;
 }
 ul.notes {
 list-style-type: none;
 margin-left:1em;
 }
 ul.notes li::before {
 content: "◆";
 margin-left: -1em;
 }
 ul.ps {
 list-style-type: none;
 margin-left:1em;
 }
 ul.ps li::before {
 content: "※";
 margin-left: -1em;
 }
 ul.maru {
 list-style-type: none;
 margin-left:1em;
 }
 ul.maru li::before {
 content: "●";
 margin-left: -1em;
 }
 ul.star {
 list-style-type: none;
 margin-left:1em;
 }
 ul.star li::before {
 content: "★";
 margin-left: -1em;
 }

 ul#union_policy{
    list-style-type: none;
    margin-left:2em;
 }
 ul#union_policy li::before{
    content: "一、";
    margin-left: -2em;
    font-weight: bold;
    color: var(--accent-color);
 }
 
 ul.simpleList {
     padding-left: 2em;
 }
 ul.simpleList li {
     list-style-type: disc;
     padding: 5px;
 }
 
 ol.orderList {
     padding-left: 2em;
 }
 ol.orderList li {
     list-style-type: decimal;
     padding: 5px;
 }
 
 ul.markList {
     padding-left: 3px;
 }
 ul.markList li {
     list-style-type: none;
     padding: 5px;
 }
 ul.markList li::before {
     color: #d34;
     content: "»";
     display: inline-block;
     font-size: 115%;
     margin-right: 2px;
 }
 
 ol.StyleOrderList {
     counter-reset: number 0;
     list-style: outside none none;
     padding-left: 40px;
     line-height: 2;
 }
 ol.StyleOrderList li::before {
     background: var(--first-color);
     color: #fff;
     content: counter(number, decimal);
     counter-increment: number 1;
     display: inline-block;
     height: 2em;
     margin-left: -40px;
     margin-right: 0.5em;
     text-align: center;
     width: 2em;
     font-family: monospace;
 }
 ol.StyleOrderList li {
     margin-bottom: 0.4em;
 }
 
 ul.StyleCheckList {
     list-style: outside none;
     line-height: 2;
     padding-left: 2.5em;
 }
 ul.StyleCheckList li {
     position: relative;
     font-size: var(--font-size);
 }
 ul.StyleCheckList li::before {
     display: block;
     content: '';
     position: absolute;
     top: 0.4em;
     left: -2em;
     width: 0.9em;
     height: 0.5em;
     border-left: 4px solid #E55;
     border-bottom: 4px solid #E55;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }
 
 ul.StyleIconList {
     list-style: outside none;
     line-height: 2;
     padding-left: 2.2em;
 }
 ul.StyleIconList li {
     position: relative;
     font-size: var(--font-size);
 }
 ul.StyleIconList li::before ,
 ul.StyleIconList li::after {
     display: block;
     content: '';
     position: absolute;
 }
 ul.StyleIconList li::before {
     top: 0.4em;
     left: -1.9em;
     width: 1.2em;
     height: 1.2em;
     background-color: var(--first-color);
     border-radius: 100%;
 }
 ul.StyleIconList li::after {
     top: 0.8em;
     left: -1.6em;
     width: 0.3em;
     height: 0.3em;
     border-right: 2px solid #FFF;
     border-bottom: 2px solid #FFF;
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
 }
 
 /*マーカー*/
 span[style*="Lime"] {
     background-color: transparent !important;
     background: linear-gradient(transparent 70%, #AEC 0) repeat scroll 0 0;
 }
 span[style*="Yellow"] {
     background-color: transparent !important;
     background: linear-gradient(transparent 70%, #FEA 0) repeat scroll 0 0;
 }


/*title*/
#title {
    padding: 0;
    margin: 0 auto;
    /*--background: var(--first-color);--*/
}
#title h1 {
    background: url(/materials/174399892326701.png) no-repeat center left;
    background-size: contain;
    margin: 0px 0px 0px;
    padding: 0;
    text-align: left;
    height: 80px;
    width: 308px;
    position: absolute;
    top: 16px;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
div#title_body {
    height: 100%;
}
#title_outer {
    background: url(/materials/174409471650701.png) no-repeat right top 15px;
    height: 111px;
    background-size: 300px;
    padding-top: 0px;
    box-sizing: border-box;
}

#title .description {
    font-size: 0.82em;
    font-feature-settings: "palt";
    color:#fff;
    position: absolute;
    top: -24px;
}


/*topMenu */
#mainImage {
    background: none;
    width: 100%;
	max-width: initial;  /*--初期状態にリセット --*/
	min-width:var(--width);
	object-fit: cover;
    position: relative;
    top: 59px;
}
.mainImage img{
 /* max-width: initial;*/
   max-width: 100%;
}

#topMenu {
    position: absolute;
    top: 110px;
    overflow: hidden;
    background: var(--first-color);
    width: 100%;
}
#topMenu_outer {
    background: none;
    margin: 0 auto;
}

#topMenu .topMenu{max-width:var(--width);}
#topMenu_body,#topMenu_outer{width:var(--width);}

#topMenu .topMenu li {
    padding: 0;
    width:20%;
    box-sizing:border-box;
}
#topMenu .topMenu li a {
    width: 100%;
/*    padding: 10px 0;*/
    padding: 15px 0;
    color: #fff;
    font-size: 104%;
    letter-spacing: 0.05em;
    font-feature-settings: 'palt';
    font-family: var(--font-family);
    text-decoration: none;
    }
#topMenu .topMenu li a:hover {
    color: var(--baseborder-color);
    text-decoration: none;
}

/*maintopic*/
#mainTopics .topics li .date,
.mainTopics .topics li .date {
    font-size: 14px;
  	color: #888;
}
#mainTopics,.mainTopics .topics {
    border: none;
}
#mainTopics {
    margin-bottom: 30px;
}

.mainTopics .topics{padding: 0; }

.mainTopics .topics li .more a{
    display: inline-block;
    padding: 2px 18px;
    font-size: 14px;
    border: none;
    /* background: var(--first-color); */
    color: #FFF;
    border-radius: 0px;
    text-decoration: none;
    background: var(--first-color);
}
.mainTopics .topics li .more a:hover{
    border:none;
    color: #FFF;
    opacity: 0.7;
}
.mainTopics .topics li h3 a {
    color: #555;
    font-size: var(--font-size);
    font-size: 18px;
}
#mainTopics .topics .description,
.mainTopics .topics li .description{
    font-size: 16px;
    color: #555;
    margin-top: 2px;
}
#mainTopics .listview {
    font-size: 16px;
      text-align: center;
}
#mainTopics .topics li .more a
{
	font-size:16px;
}

/*headline*/
#mainArticles h2, #mainServices h2 {
    border: none;
    color: var(--fthird-color);
   /* font-size: 1.875em;*/
    font-size: 2.3em;
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
     border-bottom:#333 solid 1px;
    border-top:#333 solid 1px;
    padding:10px;
    width: 100%;
}

#mainTopics h2, #listTopics h2 {
    border: none;
    color: var(--third-color);
   /* font-size: 1.875em;*/
    font-size: 2.3em;
    line-height: 1.1;
    letter-spacing: 0.1em;
    font-family: var(--font-family);
    font-weight: 400;
    font-style: normal;
    padding:10px;
}
.mainContents .article h3 ,
.mainContents div.gallery h3 {
    padding: 10px 10px 30px;
    font-size: 220%;
    text-align: center;
    /* color: var(--accent-color); */
    color: var(--third-color);
    margin: 10px 0 10px;
    line-height: 1.5;
    letter-spacing: 0.14em;
    font-weight: normal;
    font-family: var(--font-family);
    position: relative;
}

.mainContents .article h3:after, .mainContents div.gallery h3:after {
    position:absolute;
    content:'';
    width:6%;
    height:1px;
    background:var(--first-color);
    left:0;
    right:0;
    bottom:14px;
    margin:auto;
    }


.mainContents .article h3 a,
.mainContents .article h3 a:hover{
    color: var(--accent-color);
    text-decoration: none;
}
.mainContents .article h4 {
    font-size: 140%;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFF;
    font-family: var(--font-family);
    line-height: 1.2em;
    letter-spacing: 0;
    /*text-align: center !important;*/
    font-feature-settings: "palt";
    overflow: hidden;
    border: none;
    padding: 10px;
    background: var(--first-color);
}

.mainContents .article h5 {
    font-size: 120%;
    font-weight: bold;
    color: var(--accent-color);
    font-family: var(--font-family);
    line-height: 1.2em;
    letter-spacing: 0.1em;
  	display: flex;
      margin-bottom: 30px;
}

/*side*/
#sideContents_outer {

}
#sideContents .freeHtml {
    padding: 0;
  	margin-bottom: 50px;
    text-align: center;
    font-size: var(--font-size);
}

#sideContents{
    margin-top: 0;
}

#sideContents .freeHtml img{margin-bottom: 0px;}

#mainServices .service a, .sideServices li a,
#sideBlogCategories_body h2, 
#sideBlogDates #sideBlogDates_body h2,
#sideServices h2,
#sideContact a{
    font-size: var(--font-size);
}
#sideServices {
    background: none;
    margin: 0 auto;
    margin-bottom: 40px;
}

.sideServices ul li a:hover {
    text-decoration: none;
}
#sideBlogCategories, #sideBlogDates {
    /*--width: 230px;--*/
    margin: 0 auto;
}
.sideBlogCategories li a,.sideBlogDates li a,
.sideBlogDates dt a {
    color: #555;
    text-decoration:none;
}
.sideServices ul li a, .sideBlogCategories a, .sideBlogDates a {
    font-size: 100%;
}
.sideBlogCategories li a:hover,
.sideBlogDates li a:hover,
.sideBlogDates dt a:hover {
    color: var(--second-color);
}
#sideMobile {
}
.sideMobile h2 {
    font-size: 16px;
}
.sideMobile p {
    padding: 18px 12px 0 0;
    line-height: 20px;
    font-size: 16px;
}
#sideBlogDates {
    margin-bottom: 50px !important;
}
.blog_date {
    margin-top: 50px;
}
.side-text{
  	text-align:center;
  	padding-top:20px;
}
.side_logo {
    margin: 10px auto;
}
.side_logo img {
    max-width: 100%;
}
a.tel-link {
    font-size: 120%;
}

.side img{
    max-width: 100%;
}
/*footer*/
#footer {
    background: var(--first-color);
}
#footer li a {
    font-size: var(--font-size);
    color: #FFF;
}
#footer li a:hover {
      color: #D2C88F;
}
.footer li a {
    padding-left: 20px;
}
.footer p.copyright,
.footer a {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
}
.footer .copyright a:hover {
    color: #e1c573;
}

.footer .services{background: transparent; text-align: left;}

#mainTopics .listview a,
a.linkbtn {
    background: none;
    display:inline-block;
    background: #bbd1e8;
    border-color: #bbd1e8;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: var(--font-size);
    padding: 6px 30px;
    text-decoration: none;
}
#mainTopics .listview a:hover,
.linkbtn:hover {
    background: #cddef0;
    color: #fff;
    text-decoration: none;
    opacity: 0.8;
    /*--border-bottom: solid 2px #444;--*/
}

/*-- ボタン　--*/
a.linkbtn {
    background-color: var(--red-color);
    border: 2px solid var(--red-color);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 12px;
    padding: 6px 10px;
	box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    width:90%;
}
a.linkbtn:hover {
    background-color: #fff;
    color: var(--red-color);
    opacity: 0.8;
}

/*-- 横並びボタン 3列　--*/
.btn_list3{text-align: center;}
.btn_list3 li{width:32%; display:inline-table;}
.btn_list3 li .linkbtn{width:100% !important; margin:5px 0px !important;}

/*-- 横並びボタン 2列　--*/
.btn_list2{text-align: center;}
.btn_list2 li{width:47%; display:inline-table; margin: auto;}
.btn_list2 li .linkbtn{width:100% !important; margin:12px 0px !important;}


/*table*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #555;
    border-spacing: 0;
    border-top: 1px solid #555;
    margin: 10px auto;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}
.article table.normalTbl,
.freeHtml table.normalTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: 1px solid #555;
    margin: 26px 0;
    width: 100%;
}
.freeHtml table.normalTbl{
    margin-top: 0;
}
.article table.normalTbl th,
.freeHtml table.normalTbl th {
    background-color: #a4b4cf;
    border-bottom: 1px solid #555;
    border-right: 1px solid #555;
    color: #FFF;
    height: auto;
    line-height: 150%;
    padding: 20px 10px;
    text-align: center;
    vertical-align: middle;
    width: 34%;
    font-weight:bold;
    font-size: var(--font-size);
}
table.normalTbl td,
.freeHtml table.normalTbl td {
    border-bottom: 1px solid #555;
    height: auto;
    line-height: 150%;
    padding: 20px 20px 20px 20px;
    font-size: var(--font-size);
}
.article table.normalTbl.price td {
    text-align: center;
}

/*-- 下線のみのtable「baseTable」  --*/

.article table.baseTable,.freeHtml table.baseTable{
    border-collapse: collapse;
    border-spacing: 0;
    border:none;
    border-top: 1px solid #ccc;
    margin: 26px 0;
    width: 100%;
}
#sideContents table.baseTable {
    margin: 0 auto;
    margin-bottom: 30px;
}
.article table.baseTable th,.freeHtml table.baseTable th {
    background: none;
    border:none;
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 16px 10px;
    text-align: center;
    vertical-align: middle;
}
.article table.baseTable td,.freeHtml table.baseTable td {
    border:none;
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 16px 10px;
    text-align:left;
}

/*ベーステーブルハーフ*/
.article table.baseTablehalf,.freeHtml table.baseTablehalf{
    border-collapse: collapse;
    border-spacing: 0;
    border:none;
    border-top: 1px solid #ccc;
    margin: 26px 0;
    width: 55%;
}
#sideContents table.baseTablehalf {
    margin: 0 auto;
    margin-bottom: 30px;
}
.article table.baseTablehalf th,.freeHtml table.baseTablehalf th {
    background: none;
    border:none;
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 16px 10px;
    text-align: center;
    vertical-align: middle;
}
.article table.baseTablehalf td,.freeHtml table.baseTablehalf td {
    border:none;
    border-bottom: 1px solid #ccc;
    height: auto;
    line-height: 150%;
    padding: 16px 10px;
    text-align:left;
}


.article table.baseTable th{width: 65%;}
.freeHtml table.baseTable th,#top_access table.baseTable th{width: 30% !important;}

#contents table.schedule {
    width: 100%;
    border:none;
    border-bottom: #e1e1e1 solid 1px;
}
#contents table.schedule thead tr th {
    border:none;
    background:none;
    border-top: #e1e1e1 solid 1px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
}
#contents table.schedule thead tr th:nth-child(1) {
    width: 28%;
}
#contents table.schedule tbody tr td {
    height: 40px;
    border:none;
    border-top: #e1e1e1 solid 1px;
    vertical-align: middle;
    text-align: center;
}

/*-- 沿革用table --*/
#historyTable,.historyTable{
    width: 100%;
	border-left:none !important;
}
#historyTable th,#historyTable td,
.historyTable th,.historyTable td{
	background: none !important;
	border-left:none !important;
	border-right:none !important;
	padding-left: 0px !important;
	font-weight: normal !important;
}

#historyTable th,
.historyTable th{text-align: left; padding-left: 20px !important;}

ul.faq {
    padding: 10px 0 20px;
}
ul.faq li.qus{
    font-weight: bold;
}
ul.faq li.qus ,
ul.faq li.ans {
    display: block;
    font-size: 100%;
    line-height: 1.6;
    margin-bottom: 20px;
    padding-left: 45px;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 100%;
    height: 32px;
    line-height: 32px;
    margin: 0 8px 0 -40px;
    text-align: center;
    width: 32px;
}
ul.faq li.qus::before {
    background-color:  var(--first-color);
    content: "Q";
}
ul.faq li.ans::before {
    background-color: var(--accent-color);
    content: "A";
}

/*サイド*/
.sideMobile, #sideFeed a, #sideContact a
{
	padding:30px 25px;
	margin-bottom: 20px;
}

/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top: 160px;
  right:0px;
  z-index:100;
  width: 65px;
}




div#mainArticles_body {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.mainArticles .article.col2{
    width: 48%;
}

.mainArticles .article.card{
    background: var(--second-color);
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0px 1px 3px #577ebf;
    border: solid 1px #333;
}
.mainArticles .article.cardColor2{
    /* background: #dfe0db; */
    /* background: #eae9ff; */
    background: #f2f7ff;

}
.mainArticles .article.card .image img{
    margin-bottom: 0;
}

.mainArticles .article.card h4{
    padding: 10px;
    background: #FFF;
    border: none;
    color: var(--accent-color);
}

.mainArticles .article.card h3 {
    font-size: 26px;
    margin: 0 0 20px;
    padding: 0;
}
.mainArticles .article.card h3:after{
    display: none;
}

/*症状リスト*/
ul.symptoms {
    background: #f7f8f3;
    border-radius: 4px;
    padding: .5em 1em;
    margin-bottom: 1em;
    width: auto;
    display: flow-root;
}
ul.symptoms li {
    display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
}
ul.symptoms li:before {
    content: "●";
    margin-left: -1em;
    font-family: sans-serif;
    color: #555;
}
    
.mainImage #slider li {
        height: auto !important;
}
#wrap_body{ background: #fdfdfd; }






.flow12 {
	margin: 0;
	padding: 0;
}
.flow12 > li {
    list-style-type: none;
    position: relative;
    padding-bottom: 50px;
    display: flex;
    align-items: flex-start;
}
.flow12 > li:nth-of-type(even)::after {
    content: "";
    position: absolute;
    left: 50px;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 4px dotted #d4d4d4;
}
.flow12 > li:nth-of-type(odd)::before {
	content: "";
	position: absolute;
	left: 50px;
	top: -40px;
	width: 20%;
	height: 40px;
}
.flow12 > li:nth-of-type(odd)::after {
	content: "";
	position: absolute;
	left: 50px;
	top: 50px;
	width: 20%;
	height: calc(100% - 50px);
	border-left: 4px dotted #d4d4d4;
}
.flow12 > li:first-of-type::before, .flow12 > li:last-of-type::after {
  content: unset;
}
.flow12 > li dl {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 130px);
}
.flow12 > li .icon12 {
	display: inline-block;
	margin: 0;
	width: 100px;
	height: auto;
	margin-right: 20px;
	text-align: center;
	font-weight: bold;
	vertical-align: middle;
	font-size: 2rem;
	line-height: 100px;
	background: var(--accent-color);
	color: #fff;
	border-radius: 100vh;
	position: relative;
	z-index: 1;
}
.flow12 > li dt {
	display: inline-block;
	margin: 1rem 0 0.5rem;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: .1em;
      font-family: var(--font-family);
}
.flow12 > li dd {
	max-width: 550px;
	margin: 0;
	font-weight: normal;
	line-height: 2;
	letter-spacing: .1em;
}

@media screen and (min-width: 960px) {
	.flow12 > li:nth-of-type(even) {
		margin-left: 20%;
		padding-top: 20px;
	}
	.flow12 > li:nth-of-type(odd)::after {
		border-bottom: 4px dotted #d4d4d4;
	}
	.flow12 > li:nth-of-type(odd)::before {
		border-top: 4px dotted #d4d4d4;
		border-left: 4px dotted #d4d4d4;
	}
	.flow12 > li:nth-of-type(even)::after {
		height: calc(100% - 40px);
	}
}


#side h4 {
    font-size:16px;
    color:#fff;
    padding:2px;
    margin:12px 0;
    background: #200b80; 
    /*background: -moz-linear-gradient(top,  #0b2e52 0%, #013f75 100%); 
    background: -webkit-linear-gradient(top,  #0b2e52 0%,#013f75 100%); 
    background: linear-gradient(to bottom,  #0b2e52 0%,#013f75 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2e52', endColorstr='#013f75',GradientType=0 ); */
    border-radius:2px;
}
#side p{
    margin:0 0 15px 0;
    text-align:center;
    font-size:16px;
    line-height:1.5;
}
#side a.tel{
    font-size:24px;
    font-weight:bold;
    text-decoration:none;
  }
#side table.timeTable {
    font-size:14px;
    line-height:1.4;
    width:100%;
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
}
#side table.timeTable td,
#side table.timeTable th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 3px;
    box-sizing: border-box;
    text-align: center;
}
#side table.timeTable th {
    background-color: #f7f7f7;
}
  


ul.galleryGrids {
    display: flex;
    flex-wrap: wrap;
}
.galleryGrids li.galleryGrid{
    position: static !important;
}


.article.bg,
.bg{
    padding: 20px;
    background: var(--second-color);
}


table.contactTable input.button {
    padding: 5px 20px;
    background: var(--first-color);
    color: #fff;
    border-radius: 3px;
    border: none;
}
table.contactTable input.button:hover {
    cursor: pointer;
    opacity: 0.8;
}
table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea {
    padding: 8px;
    border: solid 1px #aaa;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    box-sizing: border-box;
}
table.contactTable .textField {
    width: 380px;
    width: 100%;
    box-sizing: border-box;
}
table.contactTable select {
    padding: 6px;
}

.mainArticles .article, .mainArticles div.gallery, #mainTopics, #listTopics {
    margin-bottom: 15px;
}

/*フッター*/
table.contactTable, table.companyTable {
    width: 100%;
}
table.contactTable th, table.companyTable th {
    width: 250px;
}
.footer .topMenu,
.footer .services{
    width: 100%;
}
.footer li {
    width: 20%;
    float: left;
}
#footer li a {
    width: 100%;
    text-align: center;
}

/*追従型ボタン*/
.freeHtml #contact-box{
  position:fixed;
  top:250px;
  right:0px;
  z-index:100;
  width:50px;
}
.small_img img{
    max-width: 150px !important;
}

.sideMobile{
    background: #b5c3db;
}
#contents { top: 0px; }
.footer .topMenu{ padding: 30px 0 10px; }
.footer .services{ padding: 15px 0; }
.footer .copyright { padding: 15px 0 5px 0;}

}