:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --color-base: #f8f8f8;
    --color-gray: #F2F2F2;
    --color-theme: #2246AA;
    --color-orange: #E7621C;
--color-yellow: #FFEB00;
    --color-right: #D7E1F2;
    --color-other: #3960B7;
    --color-theme-darken: #18377A;
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.8;/*text-align:left*/}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}

html {
    scroll-behavior: smooth;
}
body {
font-family: YuGothic, Yu Gothic, "游ゴシック", "メイリオ", "Meiryo", sans-serif;
    line-height: 1.8;
    letter-spacing: .75px;
    word-wrap: break-word;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    overflow-wrap: break-word;
    font-size: 15px; 
    background:#F9F9F9;
}

@media screen and (max-width: 768px) {
    body {
font-size: 13px;}


}

img {vertical-align:bottom}

/*webpage読み込み時にフェードイン*/
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
/*webpage読み込み時にフェードイン*/



a {
	color: #4d4d4d;
    vertical-align:bottom;
    transition: 0.2s ;
    text-decoration: none;
}
a:hover {
	color: var(--color-theme);
}




/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */

.logo {width: 400px;
position: absolute;
    top:20px;
    left: 20px;
z-index: 2;}
.logo img {width: 400px;}


.mainv {
    background:#ddd url(../img/mainv_bg.jpg) no-repeat center center;
background-size: cover;
    text-align: center;
}
.mainv img {
  width: calc(100% - 200px);
    margin: 0 auto;
    display: block;
}

section.cont {
    position: relative;
    padding: 4% 6%;
}
.container {width: 980px;
margin: 0 auto;}

@media screen and (max-width: 1200px) {
    .mainv img {
  width: calc(100% - 50px);
}


}
@media screen and (max-width: 980px) {

.container {width: 100%;
}

}
@media screen and (max-width: 900px) {
    .logo {width: 260px;}
.logo img {width: 260px;}


    .mainv img {
  width: calc(100% - 20px);
}

}
@media screen and (max-width: 768px) {
    
section.cont {
    position: relative;
    padding: 20px 15px;
}
.logo {width: 240px;}
.logo img {width: 240px;}


}


@media only screen and (min-width: 480px) {
    
.pc {
	display: block;
}
.sp {
	display:none !important;	
}
}
@media only screen and (max-width: 480px) {
.pc {
	display:none !important;	
}
.sp {
    display: block;
}
}



/*-----------------------固定お問合せボタン*/
.contact_fixed_btn_wrap.pc_only {
	position: fixed;
	top: 50%;
	right: 0;
	/*margin-left: -20px;*/
	transform: translateY(-50%);
	/*overflow: hidden;*/
    z-index: 1
}
.contact_fixed_btn_wrap.sp_only {
	display: none;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn {
	padding: 15px 15px 20px 15px;
	/*border-radius: 10px 0 0 10px;*/
	z-index: 10;
	transition: .3s;
    writing-mode: vertical-rl;
    font-weight: 700;
    
}


.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn1 {
	background: var(--color-theme);
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn2 {
	background: var(--color-other);
    margin-top: 10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn3 {
	background: var(--color-yellow);
    margin-top: 10px;
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn3 a {
    color: var(--color-theme);
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn1 a,.contact_fixed_btn_wrap.pc_only .contact_fixed_btn.btn2 a {
    color: #FFF;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn:hover {
	padding-right: 25px;
	margin-left: -10px;
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn a {
	display: block;
	/*padding: 15px 20px 20px 20px;*/
    
}
.contact_fixed_btn_wrap.pc_only .contact_fixed_btn img {
	width: 28px;
}
@media screen and (max-width: 768px) {
	.contact_fixed_btn_wrap.pc_only {
		display: none;
	}
	.contact_fixed_btn_wrap.sp_only {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
        z-index: 1001;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box {
		display: flex;
		flex-wrap: nowrap;
		align-items: stretch;
        justify-content: center;
	}
	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn {
		margin: 0 2%;
		text-align: center;
	}

	.contact_fixed_btn_wrap.sp_only .flex_box .contact_fixed_btn.btn2 {
		background: none;
		margin-top: 0;
	}
 
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a {
		display: block;
		padding: 10px 0;
	}
	.contact_fixed_btn_wrap.sp_only .contact_fixed_btn a img {
		width: 60px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 768px) {
.site-footer {
    padding-bottom: 100px;
    }
}
/*-----------------------固定お問合せボタン*/
/*バナー*/


.items {
  display: grid;
  /* 最小100px、最大1frの列を繰り返しつくる */
  grid-template-columns: repeat(
    auto-fill,
    minmax(300px, 1fr)
  );
  gap: 16px;
}

.item img {
  width: 100%;
  height: 240px;
    object-fit: cover;
}
.item {
    position: relative;
}
.card-title {
  font-size: 110%;
  font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    background: var(--color-theme);
    padding: 0.5em 2em;
}


@media screen and (max-width: 768px) {
    .items {
  display: grid;
  /* 最小100px、最大1frの列を繰り返しつくる */
  grid-template-columns: repeat(
    auto-fill,
    minmax(100px, 1fr)
  );
  gap: 16px;
}
    .item img {
  width: 100%;
  height: 80px;
    object-fit: cover;
}
    .card-title {
        width: 80%;
        text-align: center;
  font-size: 100%;
  font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #FFF;
    background: var(--color-theme);
    padding: 5px;
}
}
/*バナー*/
.mds01 {
    font-size: clamp(14px, 2.6vw, 30px);
    font-weight: 900;
    text-align: center;
    position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction : column;
 margin-bottom: 3em;
}

.mds01::before{
 content: '';
 position: absolute;
 display: inline-block;
 width: 1px;
 height: 20px;
 bottom: -30px;
 left: 50%;
 -webkit-transform: translateX(-50%);
 transform: translateX(-50%);
 background-color:currentColor !important;
 /*Lightning見出しデザイン設定のCSS対策*/
 top:unset;
 border: unset;
 margin-left: unset;
 margin-right:unset;
}

img.imgresp {
    width: 100%;
    max-width: 800px;
    display: block;
    margin: 0 auto;
}
.mezasubeki {
    
padding: 0;
    background: linear-gradient(135deg, rgba(000,000,000,0.1), rgba(000,000,000,0.1) ) fixed,url(../img/bk.jpg);
    background-size: cover;
    background-position: bottom center;
    background-attachment: fixed;
}
.bunner {
    background: var(--color-right);
}
.bunner-wrap {
    max-width: 1200px;
    margin: auto;
    
}
@media screen and (max-width:1200px) {
    
    .bunner-wrap {
    width: 100%;
        
    
}
}
.ryoukintaikei {
    background: #FFF;
}
/*Doctor＆Pharmacy Solutionは
工務店・住宅会社の皆様に以下をご提供いたします*/
.original-gradient {
  width: 700px;
  background-image: radial-gradient(circle, rgba(58, 99, 255, 1), rgba(42, 179, 252, 1) 90%);
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    margin-bottom: 40px;
}
.original-gradient .ttl {
    color: #FFF;
    font-weight: 650;
        font-size: clamp(14px, 2.4vw, 26px);
    font-family: 'Shippori Mincho B1', serif;
}
.kakaku {
    font-size: 160%;
    padding: 0 10px;
    color: #fcee21;
}
.zeikomi {
    font-size:80%;
}
@media screen and (max-width:768px) {
    .original-gradient {
  width: 100%;
         padding: 10px;
}
.original-gradient .ttl {
    color: #FFF;
    font-weight: 700;
    font-size: 120%;
}
}
.box3 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.box3_in {
    width: 31%;
    margin: 2% 1%;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%), 0px 10px 20px 5px rgb(0 0 0 / 10%);
    padding: 3em 2em 2em;

    position: relative;
}
.box3_in h5 {
    
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    margin: 0.5em;
}

.box3_txt {
    height: 110px;
}

.box3_in img {
    width: 100px;
    margin: 0 auto;
    display: block;
}


@media screen and (max-width:480px) {
    .box3_in {
    width: 100%;
    margin: 6% 0;
    padding: 2em 1em 1em;
        display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
    .box3_in h5 {
    
    font-weight: 700;
    text-align: left;
    font-size: 1em;
    margin: 0.5em;
}
    .box3_txt {
    height: auto;
}
    .box3_in img {
    width: 50px;
    margin: 10px auto;
        display: block;
}
    .maru {
 height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
}

}
.box4 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.box4_in {
    width: 23%;
    margin: 1%;
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%), 0px 10px 20px 5px rgb(0 0 0 / 10%);
    padding: 3em 2em 2em;
    position: relative;
}
.box4_in h5 {
    
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    margin: 0.5em;
}

.box4_txt {
    height: 110px;
}

.box4_in img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.maru {
 height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
  
    color: #FFF;
    text-align: center;
    margin: 0 auto 10px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.4em;
    background: var(--color-theme);
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
@media screen and (max-width:480px) {
    .box4_in {
    width: 100%;
    margin: 6% 0;
    padding: 2em 1em 1em;
        display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
    .box4_in h5 {
    
    font-weight: 700;
    text-align: left;
    font-size: 1em;
    margin: 0.5em;
}
    .box4_txt {
    height: auto;
}
    .box4_in img {
    width: 50px;
    margin: 10px auto;
        display: block;
}
    .maru {
 height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
}

}

.marker {
  background:linear-gradient(transparent 40%, #fcee21 40%);
  display: inline;

  /* 背景の繰り返しを停止 */
  background-repeat: no-repeat;

  /* マーカーの横方向を0にして縮める */
  background-size: 0% 100%;

  /* マーカーが引かれる速度を指定 */
  transition:background-size 1.5s;
}

/* マーカーが引かれる際に付与するクラス */
.marker.on {
  /* 横方向を100%にして、マーカーを引く */
  background-size: 100% 100%;
}
/*Doctor＆Pharmacy Solutionは
工務店・住宅会社の皆様に以下をご提供いたします*/
/*こんな皆様、是非、お問合せ下さい*/
.konnakatahe {background: var(--color-right);
padding:20px 0;}
.konna {
     display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: center;
    
}

.konna_in_img img {
    width: 400px;
    padding: 2em;
}
.konna_in_txt  {
    
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:768px) {
    .konna {
    flex-wrap: wrap;
    
}
    .konna_in_img img {
    width: 160px;
    padding: 1em;
}
    .konna_in_txt{padding: 1em;}
}
.ul01 li{
    position: relative;
    padding-left: 25px;
    line-height: 2em;
    font-size: 1.2em;
    font-weight: 700;
  }
 
  .ul01 li:before {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 5px;
    -webkit-transform: rotate(50deg);
    -ms-transform: rotate(50deg);
    transform: rotate(50deg);
    width: 7px;
    height: 10px;
    border-right: 2px solid var(--color-theme);
    border-bottom: 2px solid var(--color-theme);
  }
 
  .ul01 li:after {
    content: "";
    position: absolute;
    top: 0.5em;
    left: 0;
    width: 18px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 1px;
  }

@media screen and (max-width: 768px) {
    .ul01 li{
    padding-left: 20px;
  }
      .ul01 li:before {
    top: 0.4em;
    left: 4px;
    width: 4px;
    height: 7px;

  }
 
  .ul01 li:after {
    top: 0.5em;
    left: 0;
    width: 13px;
    height: 11px;
  }
}
/*こんな皆様、是非、お問合せ下さい*/
/*料金体系*/
.hiyou {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.hiyou p {
    font-size: 1.4em;
    font-weight: 700;
    padding: 0 1em;
}
.hiyou p .kakaku {
    font-family: 'Fjalla One', sans-serif;
    font-size: 3em;
    margin: 0 0.1em;
    color:  var(--color-theme);
    
}
.supportnaiyou_waku {
    background: #FFF;
    box-shadow: 0px 3px 10px 0px rgb(0 0 0 / 20%), 0px 10px 20px 5px rgb(0 0 0 / 10%);
    padding: 2em 1em 1em;
    position: relative;
    margin: 3em auto;
    width: 100%;
    
    
}
.supportnaiyou_ttl {
  position: absolute;
    right: 0;
    left: 0;
    top: -2rem;
    margin: 0 auto;
    width: calc(100% - 120px);
    background: var(--color-theme);
    padding: 0.5em 2em;
    color: #FFF;
    font-weight: 900;
    font-size: clamp(14px, 1vw, 18px);
    text-align: center;
    border-radius: clamp(8px, 1.06vw, 16px);
}
.ul03 li {
    position: relative;
    padding-left: 1.4em;
    font-size: clamp(10px, 1.4vw, 14px);
    font-size: 1.1em;
}
.ul03 li::before {
    content: "・";
    position: absolute;
    top: 0px;
    left: 0px;
}
@media screen and (max-width:768px) {
    .hiyou p {
    font-size: 1.2em;
    font-weight: 700;
    padding: 0 1em;
}
.hiyou p .kakaku {
    font-family: 'Fjalla One', sans-serif;
    font-size: 2em;
    margin: 0 0.1em;
    color:  var(--color-theme);
    
}
}
.supportbox4 {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.supportbox4_in {
    width: 23%;
    margin: 1%;
    padding: 1em;
    border-right: dotted 2px #000;
    
}
.supportbox4_in:last-child {
    border-right:none;
}
.supportbox4_in h5 {
    
    font-weight: 700;
    text-align: center;
    font-size: 1.2em;
    margin: 0.5em;
}

.supportbox4_txt {
    height: 110px;
}

.supportbox4_in img {
    width: 100px;
    margin: 0 auto;
    display: block;
}
.supportmaru {
 height:50px;
 width:50px;
 border-radius:50%;
 line-height:50px;
 text-align:center;
  
    color: #FFF;
    text-align: center;
    margin: 0 auto 10px;
    font-family: 'Fjalla One', sans-serif;
    font-size: 1.4em;
    background: var(--color-theme);
}
@media screen and (max-width:480px) {
   .supportbox4_in {
    width: 100%;
    margin: 0;
    padding: 1em;
        display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
       border-right: none;
       border-bottom: dotted 2px #000;
}
    .supportbox4_in:last-child {
    border-bottom:none;
}
    .supportnaiyou_ttl {

    width: calc(100% - 30px);
    
}
    .supportbox4_in h5 {
    
    font-weight: 700;
    text-align: left;
    font-size: 1em;
    margin: 0.5em;
}
    .supportbox4_txt {
    height: auto;
}
    .supportbox4_in img {
    width: 50px;
    margin: 10px auto;
        display: block;
}
 .supportmaru {
 height:40px;
 width:40px;
 border-radius:50%;
 line-height:40px;
}

}

/*料金体系*/
/*対応エリア*/
.area {
    background: url(../img/nihon.png);
    background-size:contain;
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 300px;
}
.zenkoku {
    font-size: clamp(16px, 2vw, 50px);
    font-weight: 700;
    text-align: center;
}
@media only screen and (max-width: 768px){
    .area {
    height: 300px;
}
}
/*対応エリア*/
.site-footer {
     text-align: center;
    background: var(--color-right);
    padding: 2% 6%;
}
.kaisya {
    display: inline-block;
    border-bottom: solid 1px #000;
    padding-bottom: 2px;
    margin-bottom: 5px;
    font-size: 13px;
}
.tel {
    display: flex;
  flex-wrap: wrap;
  align-items: center;
justify-content: center;
    margin: 10px 0;

}
.tel span {font-size: 90%;
border: solid 1px #000;
padding: 2px 5px;
margin-right: 20px;
line-height: 1.4em;}
.tel a {
    font-size: 20px;
    padding: 0;
    font-weight: normal;
    text-decoration: none;
    line-height: 1.4em;
font-family: 'Fjalla One', sans-serif;
    

}
.tel i {font-size: 19px;}

.copyright {
    padding: 20px 0 0;
    font-size: 13px;
}
@media only screen and (max-width: 768px){
    .site-footer {
    padding: 20px 0 80px;
}
}
/* 第二見出し要素 */
  

.daini_mds {padding-top: 120px;}
.cd-fixed-bg {
    height: 330px;
    background-size: cover;
/*    background-attachment: fixed;*/
    background-repeat: no-repeat;
    background-position: right center;background-color: #FFF;
    /*padding: 0;
    background: linear-gradient(135deg, rgba(7, 56, 154,0.7), rgba(7, 56, 154,0.7) ) fixed,url(../img/top/image.jpg);
background-size: cover; background-position: bottom center; */
    
}
.cd-fixed-bg1{background-image: url("../img/slide/2.jpg");}
.cd-fixed-bg2{background-image: url("../img/slide/5.jpg");}
.cd-fixed-bg3{background-image: url("../img/slide/1.jpg");}

.cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    content: "";
    display: block;

     background-color: rgba(0, 0, 0, .5);
    /*background-image: radial-gradient(#383838 20%, transparent 0), radial-gradient(#383838 20%, transparent 0);
    background-position: 0 0, 10px 10px;*/
     /*background-size: 4px 4px;*/

}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {
    font-weight: 900;
    letter-spacing: 4px;
    display: block;
    padding-top: 35px;
    text-decoration: none;
    font-size: 35px;
    color: #FFF;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: 0.2s linear;
    text-align: center;
    line-height: 1.2em;
     text-transform: uppercase;
        text-shadow: 2px 2px 2px rgba(0,0,0,0.2);
       
}   
.cd-fixed-bg h1 .en {
    text-align: center;
    font-size: 40px;
     font-family: 'Antonio', sans-serif;
}
    .dainikomidashi { display: block;  text-align: center; font-size: 18px; letter-spacing: 1px;
text-shadow: 2px 2px 2px rgba(0,0,0,0.2);}   
@media screen and (max-width: 1200px) {
    .daini_mds {padding-top: 100px;}
    .cd-fixed-bg {
        height: 260px;}
    .cd-fixed-bg::after {
    height: 260px;
}
    .cd-fixed-bg h1 {padding-top: 20px;}
    .cd-fixed-bg h1 .en  {font-size: 30px;}
}  
@media screen and (max-width: 959px) {
    .daini_mds {padding-top: 60px;}
    .cd-fixed-bg {
        height: 230px;}
    .cd-fixed-bg::after {
    height: 230px;
}
    }
@media screen and (max-width: 790px) {
.cd-fixed-bg {
    height: 160px;
}
  .cd-fixed-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
}

.cd-scrolling-bg {
    min-height: 100%;
}
    .cd-fixed-bg h1 {font-size: 18px; letter-spacing: 2px; 
}   
    .cd-fixed-bg h1 .en {font-size: 14px;}
    .dainikomidashi {font-size: 13px; letter-spacing: 0; padding: 0.5% 4%;
} 

} 
/* 第二見出し要素 */
.sekoujirei {
    background:#F4F4F4;
}
.sekoujirei-waku {
    background: #FFF;
    padding: 60px 20px;
}
.sekoujirei .heyamei {
    text-align: center;
    margin: 10px 0;
    font-weight: 700;
    font-size: 1.2em;
}
.sekoujirei p {
    text-align: center;
    font-size: 1.4em;
    font-weight: 700;
}
.sekoujirei span.kakaku {
    font-size: 1.6em;
    padding: 0 5px 0;
}

.sekoujirei-wrap {
    display: flex;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
    justify-content: center;
    
    
}
.madorisetumei {
    width: 500px;
    margin: 0 auto;
    border-top:  solid 1px #ccc;
    border-bottom:  solid 1px #ccc;
    display: block;
    padding: 20px;
}
@media only screen and (max-width: 570px){
    .sekoujirei-waku {
    background: #FFF;
    padding: 30px 10px;
}
    .madorisetumei {
    width: 100%;
    margin: 0 auto;
    border-top:  solid 1px #ccc;
    border-bottom:  solid 1px #ccc;
    display: block;
    padding: 10px 0;
}
    .sekoujirei p {
    text-align: center;
    font-size: 1.1em;
    font-weight: 700;
}
.sekoujirei span.kakaku {
    font-size: 1.2em;
    padding: 0 5px 0;
}
}
.sekoujirei_in {
    width: 46%;
    margin: 2%;
  
}
.sekoujirei_in img {
    width: 100%;
}


@media screen and (max-width:768px) {
    .sekoujirei_in {
  width: 98%;
  margin: 1%;
}
    .sekoujirei p {
    text-align: center;
    margin: 0.5em 0;
}
}
/*セミナー*/
.seminner {
background: #FFF;}
.seminner-waku {
    padding: 60px 0;
    width: 900px;
    margin: 0 auto;
}
.seminner-waku .cntr {
    text-align: center;
}
@media screen and (max-width:900px) {
    .seminner-waku {
    width:100%;
    padding: 10px;
}
}


.tbl-r02 {
    width: 100%;
}
.tbl-r02 tr{
  border-bottom: solid 2px white;
}
.tbl-r02 th {
  background: #52c2d0;
  color: #fff;

  padding: 10px;
    position: relative;
}
.tbl-r02 th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #52c2d0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.tbl-r02 td {
  
    background: #F9F9F9;
    padding: 10px 10px 10px 25px;
}
 @media screen and (max-width:900px) {
.tbl-r02 th:after{
  display: none;
}
     .tbl-r02 td {
  
    background: #F9F9F9;
    padding: 10px;
}
}
@media screen and (max-width: 640px) {
  .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .tbl-r02 {
    width: 100%;
  }
  .tbl-r02 th,
  .tbl-r02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }
}
.seminner-kaijou {
    margin-bottom: 20px;
}
.kaijoumei {
    font-weight: 700;
}
.map {
    margin-top: 10px;
}
/*セミナーボタン*/
a.btn_01 {
	display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	max-width: 600px;
    width: 100%;
	margin: 1em auto;
	padding: 1rem 1rem;
	font-weight: bold;
	border: 2px solid var(--color-theme);
	color: var(--color-theme);
	transition: 0.5s;
    font-size: 23px;
}
a.btn_01:hover {
	color: #fff;
	background: var(--color-theme);
}
@media screen and (max-width: 768px) {
    a.btn_01 {
         font-size: 14px;
    }
}

/*セミナーボタン*/

/*セミナー*/