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

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

.box .contents strong {
  margin-top: -6px;
  margin-bottom: 24px;
}

/*
扉ページ用
*/

.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;
}

/*----------------------------------------------------------
flexBox
----------------------------------------------------------*/
.flexBox > * {
  margin-bottom: 32px;
}

.flexBox > * + * {
  border-top: 1px solid #ccc;
  padding-top: 32px;
}


/*
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.0rem;
  font-weight: bold;
  margin-bottom: 2.0rem;
}
.ChoiceBox .ChoiceContent .lead{
  font-size: 1.4rem;
}
.ChoiceContent img{
  width: 25%;
  max-width: 25%;
}
.ChoiceContent div{
  width: 70%;
}
.ChoiceBox .ChoiceContent .btn.reverse{
  max-width: 300px;
}


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

.ChoiceBox{
  background: #efefef;
  padding: 2.0rem;
}
.ChoiceBox .ChoiceContent{
  display: block;
  background: white;
  padding: 2.0rem;
  margin-bottom: 3.0rem;
}
.ChoiceBox .ChoiceContent:last-child{
  margin-bottom: 0;
}
.ChoiceBox .ChoiceContent .ChoiceTitle{
  font-size: 2.0rem;
  font-weight: bold;
  margin-bottom: 2.0rem;
  line-height: 1.6;
}
.ChoiceBox .ChoiceContent .lead{
  font-size: 1.4rem;
  line-height: 1.6;
}
.ChoiceContent img{
  display: block;
  margin: 0 auto 2.0rem;
  width: 80%;
  max-width: 80%;
}
.ChoiceContent div{
  width: 100%;
}
.ChoiceBox .ChoiceContent .btn.reverse{
  max-width: 100%;
}

/*
扉ページ用SP
*/

.Content3Unit{
  display: block;
}
.Content3Unit li{
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #ccc;
  padding: 5px;
}
.Content3Unit li iframe{
  width: 100%;
  max-width: 100%;
}
.Content3UnitTtl{
  display: block;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  min-height: initial;
  padding: 10px 0;
}

}

/*----------------------------------------------------------
--------------------------main----------------------------
----------------------------------------------------------*/
.main_box {
  background-image: url(../img/main.jpg);
}

.main_box h2 {
  width: 100%;
  font-size: 2.4rem;
  line-height: 1.8;
}

.main_box h2 img {
  margin-right: 8px;
  width: 32px;
  vertical-align: -4px;
}

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

#contact #mktoForm_5655 .mktoField[type="radio"] {
  display: none;
}

#contact #mktoForm_5655 .mktoRadioList {
  position: relative;
}

#contact #mktoForm_5655 .mktoField[type="radio"] + label {
  margin-left: 0;
}

#contact #mktoForm_5655 .mktoField[type="radio"] + label::before {
  content: '';
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
}

#contact #mktoForm_5655 .mktoField[type="radio"]:checked + label::before {
  border: 6px solid #3b88fd;
}

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

#contact #mktoForm_5892 .mktoField[type="radio"] {
  display: none;
}

#contact #mktoForm_5892 .mktoRadioList {
  position: relative;
}

#contact #mktoForm_5892 .mktoField[type="radio"] + label {
  margin-left: 0;
}

#contact #mktoForm_5892 .mktoField[type="radio"] + label::before {
  content: '';
  border-radius: 50%;
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  display: inline-block;
  vertical-align: -2px;
  margin-right: 8px;
}

#contact #mktoForm_5892 .mktoField[type="radio"]:checked + label::before {
  border: 6px solid #3b88fd;
}


#contact .caution {
  margin-bottom: -30px;
}
