

/*======= お問い合わせボタン =========*/
section#inquiry_box {
  position: relative;
  line-height:18px;
  padding-top:0px;
  padding-bottom:0px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
section#inquiry_box {
  background: url("../images/bk-freeze-ga.jpg");
}

/* 問い合わせボタン */
@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";
section#inquiry_box *,
section#inquiry_box *:before,
section#inquiry_box *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
section#inquiry_box html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}
section#inquiry_box a:link {
  color: #ffffff;
}
section#inquiry_box .btn,
section#inquiry_box a.btn,
section#inquiry_box button.btn {
  width: 100%;
  max-width: 650px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
section#inquiry_box a.btn-c {
  font-size: 1.4rem;
  position: relative;
  padding: 0.8rem 0.5rem 0.8rem 0.5rem;
  color: #fff;
  border-radius: 100vh;
  background: #eb6877;
  -webkit-box-shadow: 0 5px 0 #e85163;
  box-shadow: 0 5px 0 #e85163;
}
section#inquiry_box a.btn-c span {
  color: #fff100;
}
section#inquiry_box a.btn-c small {
  font-weight: bold;
}
section#inquiry_box a.btn-c i {
  margin-right: 0.2rem;
}
section#inquiry_box .container a.btn-c:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  color: #fff;
  background: #ee7f8b;
  -webkit-box-shadow: 0 2px 0 #e85163;
  box-shadow: 0 2px 0 #e85163;
}



/*======= CTI-BOX =========*/
.cti-box {
    max-width: 800px;
    margin: 2em auto;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.22);
}
.cti-box .cti-box-title {
    display: block;
    font-size: 1em;
    background: #007199;
    padding: 2px;
    text-align: center;
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.cti-box p {
    padding: 0 8px;
    margin: 0;
}

/*======= Menu-BOX =========*/
.menu-box {
    padding: 0.2em 0em;
    margin: 0.3em 0;
    color: #232323;
    background: #f4f4f4;
    border-left: solid 10px #007199;
}
.menu-box p {
    margin: 0em; 
    padding: 0em 0.5em;
    font-size: 0.9em;
}

/*======= Menu-タイトルBOX =========*/
.menu_title-box {
    color: #f4f4f4;
    padding: 0.3em 0em;
    margin: 0.5em 0;
    background: #555555;
    border-left: solid 10px #008080;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.menu_title-box p {
    margin: 0em; 
    padding: 0em 0.5em;
    font-size: 1em;
}


.box21 {
  max-width: 1200px;
  margin: 2em auto;
  position: relative;
  background: #f4f4f4;
  padding: 0.1em;
  border-left: solid 2.2em #007199;
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.box21:before {
  font-family: "Font Awesome 5 Free";
  content: "\f303";
  position: absolute;
  padding: 0em;
  color: white;
  left: -1.5em;
  font-weight: 900;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}



.box20 {
  background: linear-gradient(transparent 50%,rgba(247, 198, 104, 0.2) 50%,rgb(247, 198, 104) 75%,rgba(247, 198, 104, 0.2));
    font-weight: bold;
}
.box20-wide {
  background: linear-gradient(transparent 30%,rgba(247, 198, 104, 0.2) 30%,rgb(247, 198, 104) 65%,rgba(247, 198, 104, 0.2));
  font-weight: bold;
}
.box20-narrow {
  background: linear-gradient(transparent 70%,rgba(247, 198, 104, 0.2) 70%,rgb(247, 198, 104) 85%,rgba(247, 198, 104, 0.2));  font-weight: bold;
}


.box19 {
    border:3px solid #007199;
    margin:20px;
    background: #eeffff;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}

.box18 {
    margin:2em 0;
    position: relative;
    padding: 0.25em 1em;
    border: solid 4px #007199;
    background: #eeffff;
    border-radius: 3px 0 3px 0;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box18:before,.box18:after
{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
    border: solid 4px #007199;
    background: #eeffff;
    border-radius: 50%;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.33);
}
.box18:after {
    top:-16px;
    left:-16px;
}
.box18:before {
    bottom:-16px;
    right:-16px;
}
.box18 p {
    margin: 0; 
    padding: 0;
}





/*======= 文字点滅 =========*/
@keyframes blinking {
  0%   { opacity: 0.3; }
  100% { opacity: 1; }
}

/* 点滅アニメーションを適用 */
.blink {
  animation: blinking 1s ease-in-out infinite alternate;
}

/* 点滅アニメーションを適用 */
.blink_ha3 {
  animation: blinking 1s ease-in-out infinite alternate;
  text-emphasis: filled;  -webkit-text-emphasis: filled;
  /* text-emphasis: circle;  -webkit-text-emphasis: circle; */
  color: #FFA500;
  padding: 0;
  margin: 0;
  font-size: 4rem;	/*文字サイズ+30%*/
  font-weight: 900;	/*太字ではなく標準にする*/
  text-shadow: 2px 2px 10px #FFFF66, -2px 2px 10px #FFFF66, 2px -2px 10px #FFFFBB, -2px -2px 10px #FFFFEE;
  top: 50%;
}



/*======= 下向き矢印▽ =========*/
.arrow {
  position: relative;
  display: inline-block;
  width: 96.9px;
  height: 43.7px;
  padding: 0;
  margin: 25px;
}
.arrow::before,
.arrow::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 7.5px);
  width: 15px;
  height: 65px;
  border-radius: 9999px;
  background-color: #007199;
  transform-origin: 50% calc(100% - 7.5px);
}
.arrow::before {
  transform: rotate(55deg);
}
.arrow::after {
  transform: rotate(-55deg);
}



/*======= 画面サイズで画像の入替 =========*/
div.resize img.min {
	display: none;
}
div.resize img.big {
	display: block;
}
@media screen and (max-width: 900px) {
	div.resize img.min {
		display: block;					/* 800pxより小さい時は、小さな画像を表示に設定 */
		height: 130px;
	}
	div.resize img.big {
		display: none;					/* 800pxより小さい時は、大きな画像を非表示に設定 */
		height: 60px;
	}
}



/*======= ユーザー様の声ページ用Ｑ＆Ａ =========*/
.voice-qa dt {
    font-weight: 700;
    font-size: 1.1rem;	/*文字サイズ110%*/
    color: #007199;
}

.voice-qa dt::before,
.vice-qa dd::before {
    margin-right: .4em;
}

.voice-qa dt::before {
    content: "Q.";
    font-weight: 700;
}

.voice-qa dd {
    margin: 0 0 1em;
    padding: 0em 1.2em;
    font-size: 1.1rem;	/*文字サイズ125%*/
}

.voice-qa dd::before {
    content: "A. ";
}



/*======= メニュー項目６分割用FlexBox =========*/
.flex_menu_box {
    background-color: #fff;     /* 背景色指定 */
    padding:  10px;             /* 余白指定 */
    display: flex;              /* フレックスボックスにする */
    flex-wrap: wrap;
    align-items:stretch;        /* 縦の位置指定 */
    justify-content:space-around;     /* 横の位置指定 */
    flex-wrap: wrap;
}

.flex_menu_box_item {
    padding: 10px;
    color:  #000;               /* 文字色 */
    margin:  1.6px;              /* 外側の余白 */
    width: 16%;                 /* 幅指定 */
}

    @media (max-width: 800px) {
	.flex_menu_box {
	  display: block;
	}
	.flex_menu_box_item {
	  width: 100%;
	}

	}/*追加指定ここまで*/


