@charset "utf-8";
/* CSS Document */
.sec3__bottom__l a:hover{
color:#fff !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, select {
  vertical-align: middle; }

.sec3__top__r__innar__l__top_b,.sec3__top__r__innar__l__under_b,
.sec3__top__r__innar__r {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /* form clear */
  /*   -webkit-appearance: none !important;*/ }


.c2020 {
  width: 270px;
  height: 60px;
  color: #BA816B;
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #BA816B;
  margin: 60px auto 60px;
  border-radius: 5px; }

@media all and (-ms-high-contrast: none) {
  /* ここに書く */
  .p_wrap__fix {
    width: 1280px;
    margin: auto; }
  .sticky {
    width: 640px !important; } }



.btn-select {
  width: 210px;
  height: 35px;
  margin: 0px 0 0px;
  position: relative;
  background: #fff;
  cursor: pointer;
  /* IEでcursorがチラついたので */
  text-align: left;
  background: #F5F5F5;
  outline: none; }
  .btn-select:before {
    content: "▼";
    position: absolute;
    right: 12px;
    top: 13px;
    color: #333;
    font-size: 10px; }

.label2 {
  font-size: 14px; }

.label2, .label1 {
  color: #333;
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  color: #CCCCCC;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 15px; }

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  display: block;
  cursor: pointer;
  width: 100%;
  height: 35px;
  border: none;
  padding: 0 0 0 20px;
  opacity: 0;
  position: relative;
  z-index: 2;
  font-size: 14px; }

/* IE10以上で矢印を消す */
.select::-ms-expand {
  display: none; }

/* フォーカス時 */
.select:focus {
  z-index: -1;
  opacity: 1; }
  .self_wrap{
      margin-top: 60px;
	  padding-bottom: 12px;
    }
.sec3 {
  margin: 0 auto 10px; }
  @media screen and (max-width: 768px) {
    .self_wrap{
      margin-top:0;
    }
    .sec3 {
      margin: 0 auto 36px; } }
  .sec3__top {
    width: 960px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
	@media screen and (max-width: 1024px) {
		.sec3__top {
			justify-content: space-around;
		}
		.sec3__top .p0 {
    		right: 20px;
		}
}
    @media screen and (max-width: 820px) {
      .sec3__top {
        width: 84%;
        display: block; } }
    .sec3__top__l {
      width: 240px; }
      .sec3__top__l h2 {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 14px;
        color: #B2152C;
        font-weight: bold; }
        @media screen and (max-width: 820px) {
          .sec3__top__l h2 {
            font-size: 28px;
            line-height: 36px; }
		.sec3__top__l {
      width: 100%; }
}
      .sec3__top__l p {
        font-size: 14px;
        line-height: 26px;
        color: #222222;
        margin: 0 0 30px; }
    .sec3__top__r__innar {
      width: 613px;
      height: 180px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      border: 1px solid #222;
      border-bottom: 0 solid #222; 
	  background: #fff;}
      @media screen and (max-width: 768px) {
        .sec3__top__r__innar {
          width: 100%;
          height: auto;
          display: block; } }
      .sec3__top__r__innar__l {
        width: 48%; }
        @media screen and (max-width: 768px) {
          .sec3__top__r__innar__l {
            width: 100%;
            height: auto;
            display: block; } }
        .sec3__top__r__innar__l__top_b {
          width: 100%;
          height: 50%;
          border-bottom: 1px solid #222;
          padding: 15px 20px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .sec3__top__r__innar__l__top_b {
              margin: -1px 0 0 0px; } }
        .sec3__top__r__innar__l__under_b {
          width: 100%;
          height: 50%;
          border-bottom: 1px solid #222;
          padding: 15px 20px;
          position: relative; }
          @media screen and (max-width: 768px) {
            .sec3__top__r__innar__l__under_b {
              margin: -1px 0 0 0px; } }
        .sec3__top__r__innar__l p.label0 {
          font-size: 16px;
          color: #B2152C;
          font-weight: bold;
          margin: 0 0 10px;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          padding: 0 0 0 0; }
          @media screen and (max-width: 768px) {
            .sec3__top__r__innar__l p.label0 {
              padding: 0 0 0 0; } }
      .sec3__top__r__innar__r {
        width: 52%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: 1px solid #222;
        border-left: 1px solid #222;
        margin: 0 0 0 -1px;
        padding: 15px 20px; }
        @media screen and (max-width: 768px) {
          .sec3__top__r__innar__r {
            width: 100%;
            margin: -1px 0 0 0px;
            height: 200px;
            border-left: 0 solid #222; } }
        .sec3__top__r__innar__r div {
          text-align: center; }
        .sec3__top__r__innar__r .p1 {
          font-size: 16px;
          color: #B2152C;
          margin: 0px 0 10px;
          font-weight: bold; }
          @media screen and (max-width: 768px) {
            .sec3__top__r__innar__r .p1 {
              margin: 0px 0 10px;
              bottom: -28px; } }
        .sec3__top__r__innar__r .p2 {
          font-family: 'MyFont2';
          font-size: 80px;
          color: #B2152C; }
          .sec3__top__r__innar__r .p2.on {
            font-size: 20px; }
            .sec3__top__r__innar__r .p2.on span {
              color: #B2152C;
              font-weight: bold; }
    .sec3__top .p0 {
      position: absolute;
      right: -9px;
      bottom: -20px;
      font-size: 12px;
	  text-align: left;
      letter-spacing: 0; }
@media screen and (max-width: 1024px) {
        .sec3__top .p0 {
          right: 20px; } }
	  @media screen and (max-width: 480px) {
        .sec3__top .p0 {
          bottom: -32px; } }
  .sec3 .cm {
    font-family: 'MyFont2';
    position: absolute;
    top: 60px;
    right: 29px;
    font-size: 16px; }
    @media screen and (max-width: 768px) {
      .sec3 .cm {
        right: 47px; } }
  .sec3__bottom {
    width: 960px;
    margin: auto;
    display: block;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 45px 50px;
    background: #F5F5F5;
    margin: 61px auto 0; }
    @media screen and (max-width: 768px) {
      .sec3__bottom {
        width: 84%;
        padding: 30px 20px 40px;
        display: block; } }
    .sec3__bottom__l {
      width: 100%; }
      @media screen and (max-width: 768px) {
        .sec3__bottom__l {
          width: 100%;
          margin: 0 auto 30px;
          padding: 0px 0 30px; } }
      .sec3__bottom__l h3 {
        font-size: 18px;
        color: #222222;
        line-height: 32px;
        font-weight: bold;
        margin: 0 0 5px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .sec3__bottom__l h3 {
            line-height: 24px;
            text-align: left; } }
      .sec3__bottom__l p {
        font-size: 14px;
        line-height: 28px;
        margin: 0 0 20px;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .sec3__bottom__l p {
            font-size: 14px;
            line-height: 28px;
            margin: 0 0 30px;
            text-align: left; } }
      .sec3__bottom__l a {
        width: 270px;
        height: 60px;
        background: #B2152C;
        font-size: 14px;
        font-weight: bold;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 5px;
        margin: auto; }

.self_wrap{
  overflow: hidden;

}

