/*--body--*/
body {
    min-width: 100%;
    max-width: 100%;
    background-color: #44bac7;
    margin: 0;
    padding: 0;
}


/*--header--*/
.sw_header {
    width: 100%;
    max-width: 750px;
    height: 50px;
    margin: 0 auto;
    border-bottom: 2px solid #dcdcdc;
    background-color: #fff;
}
.header_inner {
    position: relative;
    width: 96%;
    height: 50px;
    margin: 0 auto;
}
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 4px;
    width: 141px;
    height: 22px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01@2x.png);
    background-size: 141px 22px;
}
.logo a {
    display: block;
    width: 141px;
    height: 22px;
}
.logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 4px;
    width: 141px;
    height: 22px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01@2x.png);
    background-size: 141px 22px;
}
.tagline {
    font-size: 10px;
    line-height: 10px;
    position: absolute;
    right: 6px;
    bottom: 8px;
    width: 40%;
    text-align: right;
    color: #999;
}

@media screen and (min-width: 751px){
  .sw_header {
      width: 100%;
      max-width: 100%;
      height: 78px;
      border-bottom: 2px solid #dcdcdc;
      background-color: #fff;
  }
  .header_inner {
    position: relative;
    max-width: 1024px;
    height: 78px;
    margin: 0 auto;
  }
  .logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 224px;
    height: 34px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01.png);
    background-size: 224px 34px;
  }
  .logo a {
    display: block;
    width: 222px;
    height: 34px;
  }
  .logo {
    position: absolute;
    top: 50%;
    bottom: 50%;
    left: 0;
    width: 224px;
    height: 34px;
    margin: auto;
    background-image: url(/wp-content/uploads/2017/10/ico_logo_01.png);
    background-size: 224px 34px;
  }
  .tagline {
    right: 0;
    width: 28%;
  }
}


/*--page--*/
main{
	overflow: hidden;
    max-width: 1024px;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
}
.wrapper {
    padding: 0 32px;
    margin: 0;
	background-color: #fff;
    }
@media screen and (max-width: 750px){
	.wrapper {
    padding: 0;
    margin: 0;
    }
}

.flex{
  display: flex;
}
@media screen and (min-width: 861px){
  .inner {
      width: 800px;
      margin: 0 auto;
  }
}
/*--mv--*/
.mv{
	background-color: #44bac7;
}
@media screen and (min-width: 751px){
  .mv .only-pc img{
  display: block;
  max-width: 100%;
  margin: 0 auto;
  }
}


/* entry_btn */
    .entry_method {
        padding: 14px 16px 30px;
    }
    /*.entry_method__list {
        margin-top: 60px;
    }*/

        .btn-disable {
        	width: 100%;
		    position: relative;
		    display: block;
		    padding: 14px 0;
		    background-color: #b9b9b9;
		    border-radius: 8px;
		    color: #474747;
		}
		.btn-disable .btn-cmn-txt {
		    font-size: 30px;
		    font-weight:bold;
		}

@media screen and (max-width: 750px){
	        .btn-disable {
        	width: 100%;
		    position: relative;
		    display: block;
		    padding: 14px 0;
		    background-color: #b9b9b9;
		    border-radius: 8px;
		    color: #474747;
		}
		.btn-disable .btn-cmn-txt {
		    font-size: 18px;
		    font-size: 1.125rem;
		    font-weight:bold;
		}
}
	
@media screen and (min-width: 751px) {
        /*.btn-disable {
        	width: 100%;
		    position: relative;
		    display: block;
		    padding: 14px 0;
		    background-color: #ffd500;
		    border-radius: 8px;
		    color: #474747;
			box-shadow: 0px 4px 0px 0px #cdaa00;
		}
		.btn-disable .btn-cmn-txt {
		    font-size: 20px;
		    font-size: 1.25rem;
		    font-weight:bold;
		}*/
	.entry_method {
    padding: 0 25px;
    text-align: center;
    }

}

    .entry_method__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff8db;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (min-width: 751px) {
.entry_method__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 33px 50px 25px;
    border-radius: 10px;
	margin: 0 50px;
    background-color: #fff8db;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
        flex-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
	}
	

    .entry_method__item + .entry_method__item
    {
        margin-top: 40px;
    }

@media screen and (min-width: 751px) {
.entry_method__item + .entry_method__item
{
    margin-top: 54px;
}
	}

    .entry_method__item:after
    {
	    position: relative;
        top: 49.5px;
		display: block;
        width: 35.5px;
        height: 17px;
		content: '';
		background: url('/wp-content/uploads/2025/08/ico_arrow_down.png') no-repeat;
        background-size: 35.5px;
    }

@media screen and (min-width: 751px) {
.entry_method__item:after {
    position: relative;
    top: 67px;
    display: block;
    width: 58px;
    height: 28px;
    content: '';
    background: url('/wp-content/uploads/2025/08/ico_arrow_down.png') no-repeat;
}
	}
.entry_method__item:last-child::after{
    background:none;
    margin: 0;
    height: 0;
}

.entry_method__ico {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    min-width: 90px;
    padding: 6.5px 6px;
    color: #fff;
    border-radius: 20px;
    background-color: #44bac7;
}

.entry_method__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	margin-bottom: 10px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

@media screen and (min-width: 751px) {
.entry_method__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	margin-bottom: 20px;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.entry_method__ico {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: bold;
    min-width: 120px;
    padding: 7px 12px;
    color: #fff;
    border-radius: 25px;
    background-color: #44bac7;
}
	}

    .entry_method__txt
    {
        margin-left: 12px;
		text-align: left;
		font-weight: bold;
		font-size: 20px;
		font-size: 1.25rem;
    }

@media screen and (min-width: 751px) {
.entry_method__txt
{
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    margin-left: 21px;
    text-align: left;
}
	}

@media screen and (min-width: 751px) {
.entry_method__note
{
    font-size: 20px;
    font-size: 1.25rem;

    margin-top: 30px;
    padding-left: 1em;

    text-align: left;
    text-indent: -1em;
}
	}


    .entry_method__note
    {
        margin-top: 15px;
    }

.btn-wrapper
{
    width: 100%;
    margin: auto;
}




@media screen and (min-width: 751px) {
.btn-cmn.btn-cmn-red
{
    width: 100%;
}

.btn-cmn.btn-cmn-red {
    width: 100%;
}

.btn-cmn.btn-cmn-red .btn-cmn-in
{
    padding: 14px;
    background: #ff5a5f;
    -webkit-box-shadow: 0 7px 0 0 #e04f53;
            box-shadow: 0 7px 0 0 #e04f53;
}
	}

    .btn-cmn.btn-cmn-red .btn-cmn-in {
	width: 100%;
    padding: 12px 25px;
    background: #ff5a5f;
        -webkit-box-shadow: 0 3.5px 0 0 #e04f53;
                box-shadow: 0 3.5px 0 0 #e04f53;
    }

@media screen and (min-width: 751px) {
.btn-cmn.btn-cmn-red .btn-cmn-txt
{
    font-size: 20px;
    font-size: 1.25rem;
}

.btn-cmn.btn-cmn-red:hover .btn-cmn-in
{
    background: #ff5a5f;
}

.img-wrapper
{
    margin-top: 65px;
}
	}


    .img-wrapper
    {
        margin-top: 32.5px;
    }

/*--text--*/
.txt-center {
  text-align: center;
}
.ft-24 {
  font-size: 1.5rem;
}
.ft-16 {
  font-size: 1rem;
}
.txt-pink {
  font-weight: bold;
  color: #FE595F;
}
.txt-blue{
  color: #44BAC7;
}
.notes {
  display: flex;
  font-size: 0.75rem;
}
.notes2 {
  display: flex;
  font-size: 0.75rem;
}
.side-link{
  font-size: 0.75rem;
  font-weight: bold;
  text-decoration: underline;
}
.txt-blue.caption{
  font-size: 1rem;
}
    .ttl_ribbon {
    margin: 0 auto 40px;
	width: 770px;
  }
	.ttl_ribbon2 {
    margin: 0 auto 0px;
	text-align: center;
  }

@media screen and (max-width: 750px){
    .ttl_ribbon {
    margin: 0 20px 20px;
	width: auto;
  }
	
}

@media screen and (min-width: 751px){
  main {
    font-size: 22px;
  }
  .ft-24 {
      font-size: 36px;
  }
  .notes {
    font-size: 16px;
  }
  .notes2 {
    font-size: 13px;
  }
  .side-link{
    font-size: 16px;
  }
  .txt-blue.caption{
  font-size: 22px;
  }

}

/*--button--*/
.entry-btn-wrapper{
  padding:20px 0 32px;
}
.btn_area {
    /* padding-bottom: 16px; */
    text-align: center;
}
.btn-cmn:hover:not(:disabled,.tentame_answered_btn,.footer-lp-btn) .btn-cmn-in {
  margin-top: 2px;
  margin-bottom: 2px;
  background-color: #ff5a5f;
  box-shadow: 0px 0px 0px 0px #e04f53;
  opacity: 1;
}

/*.btn-cmn-green .btn-cmn-in, .btn-cmn-green:hover:not(:disabled) .btn-cmn-in {
    margin: 0 0 4px;
    box-shadow: 0px 4px 0px 0px #1c84b4;
    background-color: #1e97cd;
    color: #ffffff;
}
.btn-cmn-green:hover:not(:disabled) .btn-cmn-in {
    margin: 2px 0 2px;
    box-shadow: 0px 2px 0px 0px #1c84b4;
    background-color: #1e97cd;
    color: #ffffff;
}
*/
.section_01 .btn-cmn{
  width: 100%;
}
.btn-cmn.btn-cmn-yellow{
    width: 100%;
}
.btn-cmn.btn-cmn-yellow .btn-cmn-in{
  background-color: #FFDC22;
  /* border: 3px solid #C8A050; */
  box-shadow: 0px 4px 0px 0px #C8A050;
}
@media screen and (max-width: 750px){
    .btn-cmn.btn-cmn-yellow .btn-cmn-in{
        padding: 14px 0;

        -webkit-box-shadow: 0 3.5px 0 0 #C8A050;
                box-shadow: 0 3.5px 0 0 #C8A050;
    }
}

.btn-cmn.btn-cmn-yellow .btn-cmn-txt{
    font-size: 18px;
    font-size: 1.125rem;
}

.btn-cmn.btn-cmn-yellow:hover .btn-cmn-in
{
    background: #FFDC22;
}
.section_01 .btn-cmn-txt{
  /*font-family: 'M PLUS Rounded 1c', sans-serif;*/
  white-space: nowrap;
}

@media screen and (min-width: 751px){
	.btn-cmn.btn-cmn-yellow .btn-cmn-txt{
    font-size: 30px;
}
}

  /* userAgent separate */
/*  .pc .app_btn_conts,
  .sp .app_btn_conts,
  .spApp.DM01J .app_btn_conts,
  .spApp.SO02J .app_btn_conts {
      display: none;
  }
  .spApp .app_btn_conts {
      display: block;
  }
  .pc .sp_btn_conts,
  .spApp .sp_btn_conts,
  .spApp.sp .sp_btn_conts,
  .DM01J.sp .sp_btn_conts,
  .SO02J.sp .sp_btn_conts {
      display: none;
  }
  .sp .sp_btn_conts {
      display: block;
  }
  .sp .pc_btn_conts,
  .spApp .pc_btn_conts {
      display: none;
  }
  .pc .pc_btn_conts {
      display: block;
      text-align: center;
  }*/
@media screen and (min-width: 751px){
  .entry-btn-wrapper{
    padding:20px 0 50px;
  }
  .section_01 .btn-cmn{
    width: 615px;
    padding: 0;
  }
  .section_01 .btn-cmn-txt{
    font-size: 30px;
  }

  .section_05 .btn-cmn-txt{
    font-size: 30px;
  }
  .section_06 .btn-cmn-txt{
    font-size: 30px;
  }
  .sp_btn_conts .btn-cmn, .pc_btn_conts .btn-cmn{
    /*width: 700px;*/
  }
  .sp_btn_conts .btn-cmn-txt, .pc_btn_conts .btn-cmn-txt{
    font-size: 36px;
  }
}



/*--section--*/
.section_01 {
    text-align: center;
    padding: 20px 170px 50px;
    background-color: #44bac7;
}
.section_02 {
    padding: 50px 40px;
    background: #fff8db;
    text-align: center;
}
.section_03, .section_04 {
    padding: 50px 40px;
  }

.section_02 .inner {
    padding: 0 10px;
}
.section_02 .text_area {
	text-align: center;
	font-size: 24px;
	font-size: 1.5rem;
	margin-bottom: 20px;
	font-weight: bold;
}
.section_02 .text_area2 {
	text-align: center;
	font-size: 26px;
	font-size: 1.625rem;
	font-weight: bold;
	margin: 20px 0 10px;
}
/*.section_02 ul li:nth-child(-n+3) {
    padding-bottom: 16px;
}*/
.section_02 .notes{
  padding-top: 8px;
}
/*.section_02 .st3_img{
  padding-top: 13px;
}*/
	.section_02 .example{
		background-color: #fff;
        padding: 30px 50px 30px;
        border-radius: 10px;
        margin: 0 50px;
	}
	.section_02 .case{
	display: flex;
    text-align: left;
	align-items: center;
	}
	.section_02 .case_img{
    margin: auto;
    padding: 20px 0;
	width: 36%;
	}
	.section_02 .case_txt{
	font-size: 24px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    width: 100%;
	margin: 20px 0 20px 20px;
	}
  .section_02 .inner, .section_03 .inner {
    margin: 0 auto;
    text-align: center;
  }
.section_03 {
    padding: 50px 0;
    background: #ffffff;
    text-align: center;
}
.section_03 .text_area {
	font-size: 18px;
	font-size: 1.125rem;
	text-align: left;
	width: 100%;
	padding-bottom: 16px;
}
.campaign_container{
  text-align: left;
}

.section_04 {
    /*padding: 24px 16px 24px;*/
    background: #fbfad8;
    text-align: center;
}

	.section_04 .ttl_ttl_img {
	width: 168px;
	margin: 30px 0 15px;
}

.section_04 .inner {
    padding: 0 10px;
    margin: 0 auto;
    text-align: center;
}
.section_04 .text_area {
	font-size: 18px;
	font-size: 1.125rem;
	padding: 15px 40px 0;
	text-align: left;
}
.section_04 .text_area02 {
	padding: 0 70px;
	text-align: left;
}
/*.section_04 ul li:nth-child(-n+3) {
    padding-bottom: 16px;
}*/
.section_04 .notes{
  padding-top: 8px;
}
.section_04 .btn-wrapper2
{
    width: 100%;
	padding: 14px 70px 0;
    margin: 0 0 20px;
}

.section_05 {
	width: 615px;
	margin: 40px auto 70px;
}
.section_06 {
	background-color: rgba(255, 255, 255, .7);
}

.section_06 .btn-wrapper
{
    width: 50%;
	margin: 10px auto;
}

.contents h2 {
    text-align: center;
}
.contents.-strategy .point {
    margin-top: 40px;
}


@media screen and (max-width: 750px){
	.section_01 {
    padding: 10px 20px 30px;;
}
	.section_02 {
    padding: 30px 20px;
}
	.section_02 .text_area {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 10px;
}
	.section_02 .inner {
    padding: 0;
}
	.section_02 .text_area2 {
	font-size: 18px;
	font-size: 1.125rem;
	margin-bottom: 10px;
}
	.section_02 .example{
		background-color: #fff;
        padding: 30px;
        border-radius: 10px;
        margin: 0 auto;
	}
	.section_02 .case{
	display: flex;
    text-align: left;
	align-items: center;
	flex-direction: column;
	}
	.section_02 .case_img{
    margin: auto;
    padding: 20px 0;
	width: 46%;
	}
	.section_02 .case_txt{
	font-size: 18px;
    font-weight: bold;
    vertical-align: middle;
    text-align: left;
    width: 100%;
	margin: auto;
	}
	.section_03 {
    padding: 30px 0;
}
	.section_03 .inner {
    margin: 0 20px;;
    text-align: center;
  }
	.section_03 .text_area {
	font-size: 16px;
	font-size: 1rem;
}
	.section_03 .btn-cmn {
	width: 100%;
}
	.section_04 {
    padding: 30px 20px;
}
	.section_04 .ttl_ttl_img {
    width: 148px;
	margin: 20px 0 15px;
	}
	.section_04 .text_area {
    font-size: 16px;
    font-size: 1rem;
    padding: 15px 0 0;
    text-align: left;
}
	.section_04 .btn-wrapper2
{
    width: 100%;
	padding: 10px 0;
    margin: auto;
}
	.section_04 .text_area02 {
	padding: 0;
	text-align: left;
}
	.section_05 {
	width: 90%;
	margin: 30px auto;
}
.section_06 .btn-wrapper
{
    width: 90%;
	margin: 10px auto;
}

}


/*contract_area*/
.contract_area {
    background: #fff;
    padding: 10px 0 100px;
}
.contract_area .inner {
    width: 100%;
    padding: 0 15px;
}
.contents h2 {
    text-align: center;
}
.contract_area h2 {
    margin-bottom: 24px;
}
.contract_area section {
    font-size: 13px;
}
.contract_area .txt_ctr_mb {
    margin: 0 0 10px 0;
    text-align: center;
}
.contract_area .contract_read {
    padding: 0 0 15px 0;
}
.rule_table th, .rule_table td {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 14px;
    height: auto;
    padding: 6px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #dcdcdc;
}
.rule_table th {
    vertical-align: middle;
    background: #faf8f0;
    background: #fff;
}
.contract_area .rule_table {
    margin: 0;
    border-bottom: 1px solid #dcdcdc;
}
.contract_area .rule_table th {
    font-size: 13px;
    padding: 18px;
    background: #f6f6f6;
    border-bottom: none;
}
.rule_table td {
    background: #fff;
}
.contract_area .rule_table td {
    font-size: 13px;
    line-height: 22px;
    padding: 18px;
    border-bottom: none;
}
.contract_area .rule_table .rule_table_inner th, .contract_area .rule_table .rule_table_inner td {
    display: table-cell;
    width: 50%;
    padding: 8px;
    border-bottom: 1px solid #dcdcdc;
}
.table_circle_number li, .table_asterisk li {
    position: relative;
    margin: 4px auto;
    /*padding: 0 0 0 12px;*/
    list-style: none;
    list-style-position: outside;
}
.table_asterisk {
    line-height: 18px;
    font-size: 11px;
    color: #999999;
}
.table_number li {
    margin: 0 0 4px 12px;
    list-style-position: outside;
    list-style-type: decimal;
}

@media screen and (max-width: 750px){
	.contract_area .inner {
    width: 100%;
    padding: 0 20px;
}
}

@media screen and (min-width: 751px){
  .contents.-strategy .point .wrap .image_area {
    margin: 20px 0;
  }
  .contract_area .inner {
    width: 800px;
    margin: 0 auto;
    padding: 0;
  }
  .contract_area h2 {
    margin-bottom: 28px;
  }
  .rule_table th, .rule_table td {
    display: table-cell;
  }
.rule_table th {
    width: 24%;
  }
  .table_number li {
    margin: 0 0 8px 16px;
  }
}

/*footer*/
@media screen and (max-width: 750px){
  .sw_footer {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 8px 0;
    background-color: #333;
  }
  .copy {
      font-size: 12px;
      line-height: 12px;
      text-align: center;
      color: #fff;
  }
}
@media screen and (min-width: 751px){
  .sw_footer {
      width: 100%;
      height: auto;
      margin: 0 0 0 0;
      padding: 32px 0;
      background-color: #333;
  }
  .copy {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #fff;
  }
}
/*レベルアップ制度追加css*/
.level_box{
  display: flex;
  align-items: center;
}
.level_box_in{
  width: 50%;
  padding: 8px;
}
.level_container{
position: relative;
border: 3.5px solid #E5E4DC;
border-radius: 12px;
}
@media screen and (max-width: 768px){
  .level_container{
}
}
@media screen and (min-width: 767px){
  .level_box_in{
  width: 50%;
  padding: 20px;
}
}
.level{
  padding-top: 8px;
}
@media screen and (min-width: 767px){
  .level,
  .level_name{
      font-size: 20px;
  }
}
.a_level_block{
  background-color: #FDE0E0;
  border-radius: 20px;
  color: #FF5A5F;
}
.b_level_block,
.a_level_block{
  padding: 8px;
  text-align: center;
}
.label_blue{
  border-radius: 6px;
  background-color: #44BAC7;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.label_red{
  border-radius: 6px;
  background-color: #FF5A5F;
  color: #ffffff;
  text-align: center;
  font-weight: bold;
}
.level_img{
  text-align: center;
}
.level,
.level_name{
  font-weight: bold;
}
.level_name{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px;
}
.triangle{
  width:0;
  height:0;
  border-style:solid;
  border-radius: 10px;
  border-width: 39px 0 39px 20px;
  border-color: transparent transparent transparent #FFDF42;
}
@media screen and (max-width: 768px){
  .level_img img{
      max-width: 70px;
  }
}
.level_bonus{
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 8px;
  font-size: 12px;
}
.bonus_text{
  margin-right: 4px;
}
#b_level_bonus{
  color: #44BAC7;
  font-size: 20px;
  font-weight: bold;
}
#a_level_bonus{

  color: #FF5A5F;
  font-size: 28px;
  font-weight: bold;
}

.false_text{
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: block;
  color: #ffffff; 
  font-size: 16px; 
  letter-spacing: 1.5px;
  z-index: 10;
}
@media screen and (max-width: 768px){

  .false_text{
      font-size: 12px;
      font-weight: bold;
      }
}
@media screen and (min-width: 767px){
  .level_bonus{
      font-size: 16px;
  }
  #b_level_bonus{
      font-size: 28px;
  }
  #a_level_bonus{
      font-size: 36px;
  }
}

/********************
    scroll_top
********************/
.topBtn {
    position: fixed;
    bottom: 126px;
    right: 20px;
    display: block;
    background-color: rgba(0,0,0,.5);
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    font-size: 11px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 22px;
    border-radius: 30px;
    padding-top: 25px;
    box-sizing: border-box;
}
.topBtn::before {
    content:'\25B2';
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 17px;
}
.topBtn::hover {
    opacity: .7;
}

/********************
    ribbon
********************/
.ribbon1 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 42px;/*リボンの高さ*/
  line-height: 42px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 18px;/*文字の大きさ*/
  background: #44bac7;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon1:before, .ribbon1:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon1:before {
  top: 0;
  left: 0;
  border-width: 21px 0px 21px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon1:after {
  top: 0;
  right: 0;
  border-width: 21px 15px 21px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

/*title*/
.ribbon_title {
  display: inline-block;
  position: relative;
  width: 90%;
  height: 70px;/*リボンの高さ*/
  line-height: 70px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 32px;/*文字の大きさ*/
  background: #ff5a5f;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon_title:before, .ribbon_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_title:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon_title:after {
  top: 0;
  right: 0;
  border-width: 35px 20px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon_title2 {
  display: inline-block;
  position: relative;
  width: 75%;
  height: 70px;/*リボンの高さ*/
  line-height: 70px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 32px;/*文字の大きさ*/
  background: #ff5a5f;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon_title2:before, .ribbon_title2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_title2:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 20px;
  border-color: transparent transparent transparent #fff8db;
  border-style: solid;
}

.ribbon_title2:after {
  top: 0;
  right: 0;
  border-width: 35px 20px 35px 0px;
  border-color: transparent #fff8db transparent transparent;
  border-style: solid;
}

.ribbon_title3 {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 70px;/*リボンの高さ*/
  line-height: 70px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 32px;/*文字の大きさ*/
  background: #ff5a5f;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon_title3:before, .ribbon_title3:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_title3:before {
  top: 0;
  left: 0;
  border-width: 35px 0px 35px 20px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon_title3:after {
  top: 0;
  right: 0;
  border-width: 35px 20px 35px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
@media screen and (max-width: 750px){
	.ribbon_title {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 24px;/*文字の大きさ*/
  background: #ff5a5f;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon_title:before, .ribbon_title:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_title:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon_title:after {
  top: 0;
  right: 0;
  border-width: 25px 10px 25px 5px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}

.ribbon_title2 {
  display: inline-block;
  position: relative;
  width: 95%;
  height: 50px;/*リボンの高さ*/
  line-height: 50px;/*リボンの高さ*/
  text-align: center;
  padding: 0 30px;/*横の大きさ*/
  font-size: 24px;/*文字の大きさ*/
  background: #ff5a5f;/*塗りつぶし色*/
  color: #FFF;/*文字色*/
  font-weight: bold;
  box-sizing: border-box;
}

.ribbon_title2:before, .ribbon_title2:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon_title2:before {
  top: 0;
  left: 0;
  border-width: 25px 0px 25px 15px;
  border-color: transparent transparent transparent #fff8db;
  border-style: solid;
}

.ribbon_title2:after {
  top: 0;
  right: 0;
  border-width: 25px 15px 25px 0px;
  border-color: transparent #fff8db transparent transparent;
  border-style: solid;
}
}

/********************
    animated
********************/
.animated,
.animated:hover {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}
/* ãµã‚ãµã‚ã•ã›ãŸã„ã‚‚ã®ã« fuwafuwaã‚¯ãƒ©ã‚¹ã‚’ä»˜ä¸Ž */
.fuwafuwa {
    -webkit-animation-name:fuwafuwa; /* fuwafuwaã£ã¦ã„ã†ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã‚’ã—ã¦ã­ï¼ */
    -webkit-animation-duration:7s;
    -webkit-animation-iteration-count:infinite;
    /*-webkit-animation-direction:alternate;*/
    -webkit-animation-timing-function:ease;

    -moz-animation-name:fuwafuwa;
    -moz-animation-duration:7s;
    -moz-animation-iteration-count:infinite;
    /*-moz-animation-direction:alternate;*/
    -moz-animation-timing-function:ease;
}
/* fuwafuwaã£ã¦ã„ã†ã‚¢ãƒ‹ãƒ¡ãƒ¼ã‚·ãƒ§ãƒ³ã¯ã“ã‚“ãªãµã†ã ã‚ˆï¼ */
@-webkit-keyframes fuwafuwa {
    0% {-webkit-transform:translate(0, 0);}
    50% {-webkit-transform:translate(0, -5px);}
    100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwafuwa {
    0% {-moz-transform:translate(0, 0);}
    50% {-moz-transform:translate(0, -5px);}
    100% {-moz-transform:translate(0, 0);}
}

/********************
    flash cp
********************/
.flash_cp {
    position: relative;
}
.flash_cont {
    background: #61c4ce;
    padding: 0 0 28px 0;
}
.flash_cont .ast_box {
    padding: 0 20px 14px 20px;
}
.flash_cont .ast_box.ast_btn {
    padding: 14px 20px 5px 20px;
}
.flash_cont .ast_area {
    color: #fff;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 2px 0;
}
.flash_cont .ast_area .ast_mark {
    padding: 0 2px 0 0;
}