/*
Theme Name: test
Author: test
Author URI: https://wordpress.org/
Version: 1.0
*/

@charset "UTF-8";

iframe {
  max-width: 100%;
  width: 100%
}

.info.box {
  box-sizing: border-box;
  box-shadow: 0 0 5px 0 #16389A;
  background: #ffffff;
  border: 1px solid #16389A;
  width: calc(100% - 10px);
  margin: 50px auto;
  padding: 20px
}

.info.box * {
  box-sizing: border-box
}

.info.box .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px
}

.info.box .text {
  margin-bottom: 20px
}

.info.box .contents {
  background: 0 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  align-items: center
}

.info.box .contents .image {
  box-sizing: border-box;
  background: #16389A;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 45%;
  margin-right: 5%;
  padding: 20px
}

.info.box .contents .image img {
  margin: 0 !important
}

.info.box .contents .content {
  width: 50%
}

.info.box .contents .content .tel {
  color: inherit;
  text-decoration: none;
  pointer-events: none
}

.info.box .contents .content a img {
  display: block;
  margin: 0 auto
}

.info.box .contents .content .btn {
  background: #16389A;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  display: block;
  max-width: 160px;
  width: 100%;
  margin: 20px auto auto;
  padding: 5px 10px;
  transition: .3s;
  height: auto;
  font-weight: bold;
}

.info.box .contents .content .btn:hover {
  opacity: .6
}

.info.box .contents .content table,
.info.box .contents .content table tr th,
.info.box .contents .content table tr td {
  background: none;
  border: none;
  padding: 0
}

.info.box .contents .content table tr th {
  font-weight: 700;
  vertical-align: middle;
  width: 50px;
}

.info.box .contents .content table tr:nth-child(1) th {
  text-align: left
}

.info.box .contents .content table tr:nth-child(2) td span {
  display: block
}

.info.box .contents .content table+p {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: normal;
  animation: none
}

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

  .info.box .contents .content,
  .info.box .contents .image {
    width: 100%;
    margin: 0
  }

  .info.box .contents .content .tel {
    pointer-events: auto
  }

  .info.box .contents .image {
    margin-bottom: 20px
  }
}
