

/*選択ボタン*/

.choice_bn_pt01 span {
	font-size: 12px;
    color: #fff;
	/*margin-top: 8px;*/
	/*margin-bottom: 0;*/
	margin-left: 10px;
	/*line-height: 1.1;*/

}

.choice_bn_pt01.mini span,
.choice_bn_pt01.mini span {
	font-size: inherit !important;
}

.choice_bn_pt01 img {
	max-width: 50px;
	height: auto;
	margin:0 auto;
	display: block;
}

.choice_bn_pt01.mini img {
    max-width: 30px;
}

.choice_bn_pt01 img,
.choice_bn_pt01 i {
	display: block;
}

div.choice_bn_pt01 {
	background: #ee6354;
    height: auto;
    padding: 10px;
    border-radius: 20px;
    text-align: center;
}

div.choice_bn_pt01 a {
  cursor: pointer;
}

div.choice_bn_pt01.mini {
    height: 100%;
    display: table;
}

div.choice_bn_pt01.mini a {
    display: table-cell;
    vertical-align: middle;
}


div.choice_bn_pt01 span.title {
  font-size: 1.0rem;
  position: absolute;
  left: 0;

  display: block;
  width: 100%;
  padding: 0.2rem 0.5rem;
  margin-left: 0;

  color: #d44114;
  border: 2px solid #d44114;
  border-radius: 100vh;
  background: #fff;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.6s ease 0s;
  transform: translateY(-100%) translateY(-3px); /* 100% + 3px */
}

div.choice_bn_pt01 span.title.wide {
    width: 85%;
    left: 8%;
}


div.choice_bn_pt01 span.title:before,
div.choice_bn_pt01 span.title:after {
  position: absolute;
  left: calc(50% - 10px);

  content: "";
}

div.choice_bn_pt01 span.title:before {
  bottom: -10px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #d44114 transparent transparent transparent;
}

div.choice_bn_pt01 span.title:after {
  bottom: -7px;

  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

div.choice_bn_pt01 span.title:hover {
	transform: scale(1.1, 1.1) translateY(-100%) translateY(-3px);
}

a.trans-arrow-button {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;

  -webkit-transform-style: preserve-3d;

  transform-style: preserve-3d;
}

a.trans-arrow-button:before {
  position: absolute;
  top: 0;
  left: 0;

  width: 7px;
  height: 100%;

  content: '';
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);

  border-radius: 5px 0 0 5px;
  background: #ffe903;
}

@media (min-width: 1025px) {
    a.trans-arrow-button:hover:before {
        font-family: 'FontAwesome';
        font-weight: bold;
        line-height: 30px;

        width: 30px;
        height: 30px;

        content: '\f061';
        -webkit-transform: translateX(460%) translateY(2.0rem);
        transform: translateX(460%) translateY(2.0rem);

        color: #000;
        border-radius: 50%;
    }
}

.gain{
    
    border: 1px solid #ddd;
    padding: 20px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 50px;
}
.col-add-1 h3{
    font-size: 1.15em;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
    background-color: transparent;
    padding: 0;
    
}

.col-add-1 li{
    list-style: none;
    display: inline-flex;
    background-color: #e2f0ff;
    border-radius: 5px;
    color: #103884;
    padding: 10px;
    margin: 0px 20px 20px 0px;
    font-weight: 600;
    
}

@font-face {
  font-family: "iconfont"; /* Project id  */
  src: url('iconfont.ttf?t=1646811617201') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-heart:before {
  content: "\e606";
}



.simasyo-ge {
    background-color: #eee;
    margin: 30px 10px 10px 10px;
    border-radius: 10px;
    padding-bottom:1em;
}

.simasyo-img {
    float: right;
    margin: 0px 15px;
    border-radius: 10px;
}

.simasyo-img img {
    width: 60%;
    margin-left: 30%;
}
.top_simasenka {
    font-size: 1.0em;
    line-height: 1;
    width: 60%;
    position: absolute;
    top: 40px;
    right: 0px;
    FONT-WEIGHT: 500;
    line-height: 20px !important;
    letter-spacing: .05em;
    margin: 0px 10px;
    padding: 0.75em;
}
.simasyo-ge img {
    position: relative;
    top: -20px;
    left: 10px;
}
.top_simasyo {
    width: 90% !important;
}

/**/

.col-sm-5.margin-top-10-sp-only {
    margin-left: -30px;
}
