

.contact-img {
  border: 5px double #00a73c;
  margin-top:30px;
  margin-bottom:25px;
}

.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


h3#danraku3{h1 {
color: #01DF01;/*文字色*/
border-bottom: dashed 2px #01DF01;
/*線の種類（点線）2px 線色*/
}}

.video{
width:100%;              /*横幅いっぱいにwidthを指定*/
padding-bottom: 56.25%;  /*高さをpaddingで指定(16:9)*/
height:0px;              /*高さはpaddingで指定するためheightは0に*/
position: relative;
}

.video iframe{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/*ボタンデザイン*/

.btn00{
  display: inline-block;
  background-color: #fd9535;/*背景色*/
  color: #FFF;/*文字色*/
  font-size: 18px;/*文字サイズ*/
  font-weight:700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 18px 22px;/*ボタン内の余白*/
  border-radius: 50px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
margin:8px 5px;
}

.btn00:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}

.btn001{
  display: inline-block;
  background-color: #00a53c;/*背景色*/
  color: #FFF;/*文字色*/
  font-size: 18px;/*文字サイズ*/
font-weight:700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 18px 22px;/*ボタン内の余白*/
  border-radius: 30px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
margin:5px 5px;
}

.btn001:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}



.btn002{
  display: inline-block;
  background-color: #2e9994;/*背景色*/
  color: #FFF;/*文字色*/
  font-size: 18px;/*文字サイズ*/
font-weight:700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.05em;/*字間*/
  padding: 18px 22px;/*ボタン内の余白*/
  border-radius: 30px;/*角の丸み*/
    cursor: pointer;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);/*影*/
  -webkit-tap-highlight-color: transparent;
  transition: .3s ease-out;/*変化を緩やかに*/
margin:5px 5px;
}

.btn002:hover{
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.14), 0 1px 7px 0 rgba(0,0,0,0.12), 0 3px 1px -1px rgba(0,0,0,0.2);/*浮き上がるように*/
}



.centerbox{
  text-align: center;
}

.whatsnew{
}

.whatsnew h2 {
  color: #010079;
  text-shadow: 0 0 5px white;
  padding: 0.3em 0.5em;
  background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  font-size:24px;
  margin:20px 0px;
  font-weight: bold;
}

ul.cp_list {
	padding: 0.5em;
	list-style: none;
}
ul.cp_list li {
	position: relative;
	padding: 0.5em 1em 0.5em 2.3em;
	margin-bottom:5px;
	border-bottom: 1px solid rgba(255,143,0,1);
    font-size:16px;
}
ul.cp_list li:after,
ul.cp_list li:before {
	content:'';
	position: absolute;
	transform: rotate(45deg);
}
ul.cp_list li:before {
	top: 0.7em;
	left: 0.2em;
	width: 12px;
	height: 12px;
	border:2px solid rgba(255,143,0,1);
}
ul.cp_list li:after {
	top: 0.9em;
	left: 0.7em;
	width: 14px;
	height: 14px;
	background: rgba(255,143,0,0.5);
	transform: rotate(60deg);
}

ul.cp_list1 {
        padding: 0.5em;
        list-style-type: none;
    }
    ul.cp_list1 li {
        position: relative;
        padding: 0.5em 1em 0.5em 2.3em;
        margin-bottom:5px;
        border-bottom: 1px solid rgba(25,118,210,1);
    }
    ul.cp_list1 li:after,
    ul.cp_list1 li:before{
        content:'';
        position: absolute;
        border-radius: 50%;
    }
    ul.cp_list1 li:before {
        top: 50%;
        left: 0.2em;
        width: 17px;
        height: 17px;
        background: rgba(25,118,210, 1);
        transform: translateY(-50%);
    }
    ul.cp_list1 li:after {
        top: 1.1em;
        left: 0.7em;
        width: 14px;
        height: 14px;
        background: rgba(25,118,210, 0.5);
    }

.resilience p{
color:#00a53c;
  padding-left:10px;
}

/*画像レスポンシブ*/

.pcimg { display: flex !important; 
align-items: center;
    justify-content: center;
}
.spimg { display: none !important; }

@media only screen and (max-width: 768px) {
.pcimg { display: none !important; }
.spimg { display:flex!important;}
}

.covid-19 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #00a53c;
}
.covid-19 p {
    margin: 0; 
    padding: 0;
}

.quo-card{
   text-align: center;
  padding:5px;
  font-size :16px;
}

.quo-card img{
  padding:10px;
}

/*吹き出し*/

.fukidashi {
  position: relative;
  display: inline-block;
  margin: 30px 0 10px 0;
  padding: 1rem 2rem;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 1.8emx;
  background: #00a53c;
border-radius: 4em;
}

.fukidashi:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #00a53c;
}

.fukidashi p {
  margin: 0;
  padding: 0;
color:#fff;
font-size:1.5rem;
}

/* ブロックコンテナ */

.container {
    margin: 0 auto;
    max-width: 1160px;
    padding: 0 0rem;
    position: relative;
}
/* ブロックを縦に表示 */
.row {
    display: flex;
    flex-direction: column;
    padding: 0;
    width: 100%;
}

.col {
    display: block;
    flex: 1 1 auto;
    margin-left: 0;
    max-width: 100%;
    width: 100%;

  .rev {
    display: flex;
   flex-direction: column-reverse;
    padding: 0;
    width: 100%;
}  
  
}
/* 768px以上の表示 */
@media ( min-width : 768px ) {
.row {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.rev {
    display: flex;
    flex-direction: row;
    padding: 0;
}

.col {
    margin-left: 4%;
}
	
.col:first-child { 
    margin-left: 0; 
}

.rev .col.span-6{
    flex: 0 0 48%;
    max-width: 48%;
}

.row .col.span-1 {
    flex: 0 0 4.66666666667%;
    max-width: 4.66666666667%;
}
.row .col.span-2 {
    flex: 0 0 13.3333333333%;
    max-width: 13.3333333333%;
}
.row .col.span-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.row .col.span-4 {
    flex: 0 0 30.6666666667%;
    max-width: 30.6666666667%;
}
.row .col.span-5 {
    flex: 0 0 39.3333333333%;
    max-width: 39.3333333333%;
}
.row .col.span-6 {
    flex: 0 0 48%;
    max-width: 48%;
}
.row .col.span-7 {
    flex: 0 0 56.6666666667%;
    max-width: 56.6666666667%;
}
.row .col.span-8 {
    flex: 0 0 65.3333333333%;
    max-width: 65.3333333333%;
}
.row .col.span-9 {
    flex: 0 0 74.0%;
    max-width: 74.0%;
}
.row .col.span-10 {
    flex: 0 0 82.6666666667%;
    max-width: 82.6666666667%;
}
.row .col.span-11 {
    flex: 0 0 91.3333333333%;
    max-width: 91.3333333333%;
}
.row .col.span-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* オフセット */
.row .col.offset-1 {
    margin-left: 8.66666666667%;
}
.row .col.offset-2 {
    margin-left: 17.3333333333%;
}
.row .col.offset-3 {
    margin-left: 26%;
}
.row .col.offset-4 {
    margin-left: 34.6666666667%;
}
.row .col.offset-5 {
    margin-left: 43.333333333%;
}
.row .col.offset-6 {
    margin-left: 52%;
}
.row .col.offset-7 {
    margin-left: 60.6666666667%;
}
.row .col.offset-8 {
    margin-left: 69.3333333333%;
}
.row .col.offset-9 {
    margin-left: 78.0%;
}
.row .col.offset-10 {
    margin-left: 86.6666666667%;
}
.row .col.offset-11 {
    margin-left: 95.3333333333%;
}    
}

/* ラインマーカー　黄 ・赤・緑*/

.textline-y {background:linear-gradient(transparent 60%, #ff6 60%);}
.textline-r {background:linear-gradient(transparent 60%, #f6c 60%);}
.textline-g {background:linear-gradient(transparent 60%, #6f6 60%);}

.linebox1{
  border: 5px solid #00a53c;
}

.midashi1 {
  padding: 1.5rem 0;/*上下の余白*/
  border-top: solid 5px #00a53c;/*上線*/
  border-bottom: solid 5px #00a53c;/*下線*/
  font-size:2.2rem;
  line-height: 1.5;
}

.top-under-line{
  padding: 1.5rem 0;/*上下の余白*/
  border-top: solid 5px #00a53c;/*上線*/
  border-bottom: solid 5px #00a53c;/*下線*/
  line-height: 1.5;
}

.top-under-line h2{
    line-height: 1.5;
  padding:0 0 0 0.5rem;
}


.def-list{
  counter-reset:list;
  list-style-type:none;
  font-size:1.6rem;
  padding:0;
}
.def-list li{
  position:relative;
  padding: 0 0 0 20px;
  margin: 7px 0 7px 0px;
  font-weight: bold;
  font-size:14px;
  line-height: 30px;
  border-bottom: dashed 1px #00a53c;
}
.def-list li:before{
  counter-increment: list;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #00a53c;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.bukken-midashi {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #fff100;
}

.bukken-midashi :before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 4px solid #000;
}