/*
 Theme Name:   OnePress Child
 Theme URI:    https://www.famethemes.com
 Description:  OnePress sample child theme
 Author:       FameThemes
 Author URI:   https://www.famethemes.com
 Template:     onepress
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  onepress-child
*/

/* Add your custom css below
-------------------------------------------------------------- */
/* バツを消したい */


.inner_bfb .bfb_closed{
display:none;
}

#ex2 {
	margin-top: -50px;
	padding-top: 100px;
}

/* バックグラウンドカラー #FFE6CE　#f7e6ec*/

html, body {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 22px;
}
@media (max-width: 991px) {
  html {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

body {
  background: #f7e4ea;
}

.site {
  background: #f7e4ea;
  position: relative;
}

body, button, input, select, textarea {
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7;
  color: #08192D;
}

pre,
code,
input,
textarea {
  font: inherit;
}

::-moz-selection {
  background: #000000;
  color: #FFFFFF;
}

::selection {
  background: #000000;
  color: #FFFFFF;
}

.containerx {
    display: flex;
    justify-content: space-around; /* 画像の間に均等に余白を設定 */
}
.containerx img {
    width: 33%; /* 画像が3つ並ぶように設定 */
    height: auto;
}


.containerx2 {
    display: flex;
    justify-content: space-evenly; /* 画像の間に均等に余白を設定 */
}

.pic_frame {
      display: inline-block;
      text-align: center;
    }

    table {
      text-align: center;
    }
