.link {
  vertical-align: -6px;
  margin-right: 6px;
}

.link:hover {
  text-decoration: underline;
}

.link::before {
  margin-left: 8px;
  margin-right: 8px;
}

.box .contents strong {
  margin-top: -14px;
  margin-bottom: 28px;
}

/*----------------------------------------------------------
flexBox
----------------------------------------------------------*/
.flexBox {
  display: -ms-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 48px;
}

.flexBox > * {
  width: 50%;
  padding-right: 24px;
}

.flexBox > *:last-child {
  padding-right: 0;
  padding-left: 24px;
  border-left: 1px solid #ccc;
}


/*
ChoiceBox
*/

.ChoiceBox{
  background: #efefef;
  padding: 3.5rem;
}
.ChoiceBox .ChoiceContent{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
  padding: 4.0rem 3.0rem;
  margin-bottom: 3.0rem;
}
.ChoiceBox .ChoiceContent:last-child{
  margin-bottom: 0;
}
.ChoiceBox .ChoiceContent .ChoiceTitle{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2.0rem;
}
.ChoiceBox .ChoiceContent .lead{
  font-size: 1.4rem;
}
.ChoiceContent img{
  width: 30%;
  max-width: 30%;
}
.ChoiceContent div{
  width: 65%;
}
.ChoiceBox .ChoiceContent .btn.reverse{
  max-width: 300px;
}

/*----------------------------------------------------------
--------------------------main----------------------------
----------------------------------------------------------*/
.main_box {
  height: 320px;
  background-image: url(../img/main.jpg);
  background-size: 1440px 320px;
}

.main_box h2 {
  margin-top: 20px;
  margin-bottom: 0;
}

.main_box h2 img {
  margin-right: 14px;
  width: 70px;
}

/*
5655:資料ダウンロード;
*/

#contact #mktoForm_5655 {
  width: 740px !important;
}

#contact #mktoForm_5655 .mktoLabel {
  width: 180px !important;
}

#contact #mktoForm_5655 .mktoField:not([type="checkbox"]):not([type="radio"]) {
  width: 550px !important;
}

#contact #mktoForm_5655 .mktoHtmlText.mktoHasWidth {
  width: auto !important;
}

#contact #mktoForm_5655 .mktoHtmlText.mktoHasWidth div {
  max-width: 510px !important;
  padding-left: 4px !important;
}

#contact #mktoForm_5655 .mktoFormCol {
  min-height: auto;
  margin-bottom: 0 !important;
}

#contact #mktoForm_5655 .mktoOffset {
  height: auto;
}

#contact #mktoForm_5655 .mktoFieldDescriptor {
  margin-bottom: 10px !important;
}

#contact #mktoForm_5655 .mktoCheckboxList {
  margin-top: 14px;
}

#contact #mktoForm_5655 .mktoHtmlText:not(:empty) {
  margin-top: 14px;
}


/*
5892:資料ダウンロード;
*/

#contact #mktoForm_5892 {
  width: 740px !important;
}

#contact #mktoForm_5892 .mktoLabel {
  width: 180px !important;
}

#contact #mktoForm_5892 .mktoField:not([type="checkbox"]):not([type="radio"]) {
  width: 550px !important;
}

#contact #mktoForm_5892 .mktoHtmlText.mktoHasWidth {
  width: auto !important;
}

#contact #mktoForm_5892 .mktoHtmlText.mktoHasWidth div {
  max-width: 510px !important;
  padding-left: 4px !important;
}

#contact #mktoForm_5892 .mktoFormCol {
  min-height: auto;
  margin-bottom: 0 !important;
}

#contact #mktoForm_5892 .mktoOffset {
  height: auto;
}

#contact #mktoForm_5892 .mktoFieldDescriptor {
  margin-bottom: 10px !important;
}

#contact #mktoForm_5892 .mktoCheckboxList {
  margin-top: 14px;
}

#contact #mktoForm_5892 .mktoHtmlText:not(:empty) {
  margin-top: 14px;
}

.upDown.brackets span {
  padding-left: 24px;
  padding-right: 24px;
  min-height: 110px;
  display: -ms-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 2.2rem;
}

.upDown.brackets span::before, .upDown.brackets span::after {
  background: none;
  width: 24px;
  height: 40px;
}

.upDown.brackets span::before {
  border-top: 2px solid #525b5c;
  border-left: 2px solid #f5022f;
}

.upDown.brackets span::after {
  border-bottom: 2px solid #525b5c;
  border-right: 2px solid #f5022f;
}

#contact .caution {
  width: 740px!important;
  margin: 0 auto -20px;
}

/*
扉ページ用
*/

.Content3Unit.-pic{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Content3Unit.-pic li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% / 3 - 15px);
  background: #dcdede;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 1.6;
  margin-right: 0;
  margin-bottom: 0;
}
.Content3Unit.-pic li img{
  display: block;
  width: 80%;
  margin: 0 auto;
}

.Content3Unit{
  display: flex;
  flex-wrap: wrap;
}
.Content3Unit li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: calc(100% / 3 - 15px);
  margin-right: 15px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  padding: 5px;
}
.Content3Unit li iframe{
  width: 100%;
  max-width: 100%;
}
.Content3UnitTtl{
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  text-align: center;
  min-height: 60px;
  padding: 10px 0;
}
.Content3Unit li:nth-child(3n){
  margin-right: 0;
}

.Content2Unit{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.Content2Unit li{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  width: calc(100% / 2 - 30px);
  border: 1px solid #ccc;
  padding: 5px;
}
.Content2Unit li iframe{
  width: 100%;
  max-width: 100%;
  min-height: 240px;
}
.Content2UnitTtl{
  display: flex;
  font-size: 14px;
  line-height: 1.4;
  align-items: center;
  text-align: center;
  min-height: 60px;
  padding: 10px 0;
}