@charset "utf-8";

/* CSS Reset */

html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}#yui3-css-stamp.cssreset{display:none}


/* ------------------------------------------------------------------------------------------------
* assets
* ------------------------------------------------------------------------------------------------ */

@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/**** body ****/
.g-body{
  font-family: 'Noto Sans Japanese', sans-serif;
  line-height: 1;
  font-size: 17px;
  color: #333333;
  position: relative;
}

a {
  overflow: hidden;
  outline: none;
}

a.outline:focus{
  outline:none;
}
a:focus{
  outline:none;
}



/**** Action ****/

.fadeinTop,
.fadein {
  opacity : 0;
  transform : translate(0, 50px);
  transition : all 1.0s;
}
.fadeinTop.scrollin,
.fadein.scrollin {
  opacity : 1;
  transform : translate(0, 0);
}
@keyframes fadeinTitle {
  from {
    opacity:0;
    transform : translate(0, 150px);
  }
  to {
    opacity:1;
    transform : translate(0, 0);
  }
}



/**** utility ****/

@media (min-width:1025px) {
  .u-show_pc{
    display: inline-block;
  }
  .u-show_tb-pc{
    display: inline-block;
  }
  .u-show_tb{
    display: none;
  }
  .u-show_tb-sp{
    display: none;
  }
  .u-show_sp {
    display: none;
  }
}
@media (max-width:1199px) {
  .u-show_pc{
    display: none;
  }
  .u-show_tb-pc{
    display: inline-block;
  }
  .u-show_tb{
    display: inline-block;
  }
  .u-show_tb-sp{
    display: inline-block;
  }
  .u-show_sp {
    display: none;
  }
}
@media (max-width:1023px) {
  .u-show_pc{
    display: none;
  }
  .u-show_tb-pc{
    display: none;
  }
  .u-show_tb{
    display: none;
  }
  .u-show_tb-sp{
    display: inline-block;
  }
  .u-show_sp {
    display: inline-block;
  }
}


/* ------------------------------------------------------------------------------------------------
* content
* ------------------------------------------------------------------------------------------------ */

/**** footer ****/

.g-footer{
  text-align: center;
  margin-bottom: 100px;
}

/**** kv ****/

.logo-header .tamko-logo {
  float: left;
  width: 190px;
  padding: 35px 0 0 50px;
}
.logo-header .tam-logo {
  float: right;
  width: 210px;
  padding: 30px 50px 0 0;
}
.logo-header .tamko-logo img, 
.logo-header .tam-logo img {
  width: 100%;
}

.is-kv{
  width: 100%;
  background: url(/tamko/instagram_ec/assets/img/bg_kv2.png) repeat-x left 475px;
}

.l-kv{
  width: 1200px;
  height: 660px;
  margin: 0 auto;
  background: url(/tamko/instagram_ec/assets/img/bg_kv.png) no-repeat right 30px;
}

.is-kv_note{
  padding: 78px 0 0 40px;
  color: #1766a7;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.5;
  animation-name: fadeinTitle;
  animation-duration: 1.5s;
}
.is-kv_title{
  padding: 5px 0 0 40px;
  color: #1766a7;
  font-size: 81px;
  font-weight: bold;
  line-height: 1.1;
  font-feature-settings: "palt" 1;
  animation-name: fadeinTitle;
  animation-duration: 1.5s;
}
.is-kv_button{
  padding: 75px 0 0 40px;
  animation-name: fadeinTitle;
  animation-duration: 1.5s;
}
.is-kv_button a:hover{
  opacity: 0.7;
}
.is-kv_note2{
  padding: 45px 0 0 0;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  animation-name: fadeinTitle;
  animation-duration: 1.5s;
}


/* Check Sheet
-------------------- */
.is-checksheet {
  padding-bottom: 125px;
  background: #f8f8f8;
}

.is-checksheet .section-title {
  position: relative;
  padding: 40px 20px 25px 20px;
  background-color: #1766a7;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.is-checksheet .section-title:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: calc(50% - 32px);
  border: 32px solid transparent;
  border-top: 26px solid #1766a7;
}

.is-checksheet .section-title h2 {
  width: 885px;
  margin: 0 auto 10px auto;
  color: #fff;
  font-size: 52px;
  text-align: right;
  line-height: 1.2;
}
.is-checksheet .section-title h2:before {
  content: "その場でわかる";
  display: block;
  float: left;
  width: 211px;
  height: 44px;
  margin-top: 8px;
  margin-left: 5px;
  font-size: 22px;
  text-align: center;
  line-height: 44px;
  background: url(/tamko/instagram_ec/assets/img/bg_title_checksheet.png) top left no-repeat;
}
.is-checksheet .section-title p {
  box-sizing: border-box;
  width: 410px;
  min-height: 48px;
  margin: 0 auto;
  padding: 0 0 0 38px;
  font-size: 19px;
  text-align: right;
  background: url(/tamko/instagram_ec/assets/img/bg_title_checksheet2.png) top left no-repeat;
}

.is-checksheet .checksheets {
  width: 1200px;
  margin: 55px auto 0;
}
.is-checksheet .checksheets .sheet-1 {
  float: left;
  width: 590px;
}
.is-checksheet .checksheets .sheet-2 {
  float: right;
  width: 590px;
}
.is-checksheet .question {
  display: table;
  width: 590px;
  height: 135px;
  margin: 0 0 10px 0;
  background: #fff;
}
.is-checksheet .question .number {
  display: table-cell;
  box-sizing: border-box;
  width: 85px;
  vertical-align: middle;
  text-align: center;
  color: #1766a7;
  font-size: 30px;
  font-weight: bold;
  border-left: 6px solid #1766a7;
}
.is-checksheet .question .number span {
  display: inline-block;
  width: 100%;
  padding: 32px 0;
  border-right: 1px solid #e7e7e7;
}
.is-checksheet .question .body {
  display: table-cell;
  box-sizing: border-box;
  width: 405px;
  padding-left: 25px;
  vertical-align: middle;
}

.is-checksheet .question .body .q {
  margin-bottom: 10px;
  line-height: 1.3;
}
.is-checksheet .question .body .q.single {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
.is-checksheet .question .body .help {
  position: relative;
  padding-left: 42px;
  line-height: 38px;
  background: url(/tamko/instagram_ec/assets/img/icon_help.png) center left no-repeat;
  color: #00afe1;
}
.is-checksheet .question .body .fukidashi {
  display: none;
  position: absolute;
  bottom: 50px;
  left: -25px;
  z-index: 1;
}
.is-checksheet .question .body .help .text {
  cursor: pointer;
}
.is-checksheet .question .body .help .text:hover {
}
.is-checksheet .question .body .help .text:hover + .fukidashi {
  display: block;
}
.is-checksheet .question .body .fukidashi p {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 475px;
  padding: 25px 30px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  background: #FFF;
  border: solid 3px #555;
  border-radius: 5px;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
}
.is-checksheet .question .body .fukidashi p:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 65px;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.is-checksheet .question .body .fukidashi p:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 65px;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.is-checksheet .question .body .fukidashi p strong {
  display: block;
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: bold;
}

.is-checksheet .question .checkbox {
  display: table-cell;
  box-sizing: border-box;
  width: 100px;
  text-align: center;
  vertical-align: middle;
}

.is-checksheet label {
  display: block;
  margin: 0 auto;
  width: 40px;
  height: 40px;
}
.is-checksheet label.check-yes {
  background: url(/tamko/instagram_ec/assets/img/icon_check_on.png) top left no-repeat;
}
.is-checksheet label.check-no {
  background: url(/tamko/instagram_ec/assets/img/icon_check_off.png) top left no-repeat;
}
.is-checksheet input[type="checkbox"]:checked + label img {
  display: none;
}
.is-checksheet input[type="checkbox"] {
  display: none;
}


.checksheet-result {
  width: 730px;
  background: #fff;
  border: #555;
  text-align: center;
  display: none;
}
.checksheet-result .icon-close {
  text-align: right;
  padding: 20px 20px 0 0;
  font-size: 10px;
}
.checksheet-result .icon-close img {
  cursor: pointer;
}
.checksheet-result .win-title {
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  margin-left: 40px;
  margin-bottom: 48px;
  font-size: 32px;
  font-weight: bold;
  text-align: left;
}
.checksheet-result .win-title .win-icon {
  display: block;
  float: left;
  width: 129px;
  margin-right: 18px;
  padding-right: 10px;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  background: url(/tamko/instagram_ec/assets/img/bg_result.png) center right no-repeat;
}
.checksheet-result .win-title .circle {
  display: block;
  float: left;
  width: 42px;
  margin-right: 10px;
  background: url(/tamko/instagram_ec/assets/img/icon_check_on.png) left center no-repeat;
}
.checksheet-result .win-body {
  padding: 35px 0 28px 0;
  text-align: left;
  background: #f8f8f8;
}
.checksheet-result .win-body .tamkun {
  float: left;
  width: 194px;
  margin-top: -50px;
  text-align: center;
}
.checksheet-result .win-body h3 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.1;
}
.checksheet-result .win-body p {
  padding-right: 20px;
  font-size: 16px;
  line-height: 1.6;
}
.checksheet-result .win-button {
  padding: 30px 0 40px 0;
}
.checksheet-result .win-button a {
  display: block;
  width: 380px;
  margin: 0 auto;
  font-size: 22px;
  line-height: 70px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  color: #ffffff;
  background: #1766a7;
}
.checksheet-result .win-button a:hover {
  opacity: 0.6;
}

.is-checksheet .button {
  clear: both;
  padding-top: 65px;
}
.is-checksheet button {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 29px;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;

  display: block;
  width: 580px;
  margin: 0 auto;
  line-height: 100px;
  text-align: center;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  color: #ffffff;
  background: #1766a7 url(/tamko/instagram_ec/assets/img/icon_shindan.png) 95% 50% no-repeat;
}
.is-checksheet button:hover {
  background: #6cb6fe url(/tamko/instagram_ec/assets/img/icon_shindan.png) 95% 50% no-repeat;
}


/* merit
-------------------- */

.is-merit .section-title{
  box-sizing: border-box;
  position: relative;
  height: 100px;
  margin: 110px 0 0 0;
}
.is-merit .section-title h2 {
  display: inline-block;
  width: 100%;
  font-size: 44px;
  font-weight: bold;
  color: #1766a7;
  text-align: center;
  line-height: 1.25;
}
.is-merit .section-title h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 6px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ffcc02; /*下線の色*/
}

.is-merit ul {
  overflow: hidden;
  width: 1200px;
  margin: 65px auto 0 auto;
  padding-bottom: 40px;

  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.is-merit ul li {
  box-sizing: border-box;
  width: 570px;
  margin: 0 60px 60px 0;
}
.is-merit ul li:nth-child(2n) {
  margin-right: 0;
}
.is-merit ul li span {
  display: block;
}
.is-merit ul li .pic {
  margin-bottom: 30px;
}
.is-merit ul li .pic img {
  width: 100%;
}
.is-merit ul li .title {
  color: #1766a7;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
}
.is-merit ul li .body {
  font-size: 16px;
  line-height: 1.6;
}



/* support
-------------------- */

.is-support {
  background: #f8f8f8;
  padding-bottom: 120px;
}

.is-support .section-title{
  box-sizing: border-box;
  position: relative;
  height: 265px;
  padding: 110px 0 0 0;
}
.is-support .section-title h2 {
  display: inline-block;
  width: 100%;
  font-size: 44px;
  font-weight: bold;
  color: #1766a7;
  text-align: center;
  line-height: 1.25;
}
.is-support .section-title h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -40px; /*下線の上下位置調整*/
  display: inline-block;
  width: 80px; /*下線の幅*/
  height: 6px; /*下線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%); /*位置調整*/
  background-color: #ffcc02; /*下線の色*/
}

.is-support ul {
  overflow: hidden;
  width: 1200px;
  margin: 65px auto 0 auto;
  padding-bottom: 40px;

  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:-moz-flex;
  display:flex;
  -webkit-box-lines:multiple;
  -moz-box-lines:multiple;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.is-support ul li {
  box-sizing: border-box;
  width: 570px;
  margin: 30px 60px 60px 0;
  background: #fff;
}
.is-support ul li:nth-child(2n) {
  margin-right: 0;
}
.is-support ul li span {
  display: block;
}
.is-support ul li .pic {
  overflow: visible;
  margin-top: -30px;
  text-align: center;
}
.is-support ul li .pic img {
}
.is-support ul li .title {
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  color: #051749;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.6;
}
.is-support ul li .body {
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  color: #051749;
  font-size: 16px;
  line-height: 1.6;
}



@media (max-width:1564px) {
  .is-kv{
    background: url(/tamko/instagram_ec/assets/img/bg_kv2.png) repeat-x left 550px;
  }
  .l-kv{
    width: 1200px;
  }
  .logo-header {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
  }
  .logo-header .tamko-logo {
    padding: 26px 0 0 20px;
  }
  .logo-header .tam-logo {
    padding: 20px 20px 0 0;
  }
}

@media (max-width:1199px) {
  .l-kv {
    width: 1024px;
  }
  .logo-header {
    width: 1024px;
  }

  .is-kv_note{
    padding: 60px 0 0 40px;
  }
  .is-kv_title{
    padding: 5px 0 0 40px;
    font-size: 64px;
  }
  .is-kv_button{
    padding: 45px 0 0 40px;
  }
  .is-kv_note2{
    padding: 125px 0 0 0;
  }

  .is-checksheet .checksheets {
    width: 1024px;
  }
  .is-checksheet .checksheets .sheet-1 {
    width: 502px;
  }
  .is-checksheet .checksheets .sheet-2 {
    width: 502px;
  }
  .is-checksheet .question {
    width: 502px;
  }
  .is-checksheet .question .body {
    display: table-cell;
    box-sizing: border-box;
    width: 317px;
    padding-left: 25px;
    vertical-align: middle;
  }

  .is-support {
    padding-bottom: 5vw;
  }
  .is-support ul,
  .is-merit ul {
    width: 90vw;
    margin: 5vw auto 0 auto;
    padding-bottom: 5vw;
  }
  .is-merit ul li {
    width: 43vw;
    margin: 0 4vw 4vw 0;
  }
  .is-merit ul li .pic {
    margin-bottom: 3vw;
  }
  .is-merit ul li .title {
    font-size: 2.5vw;
    margin-bottom: 2vw;
  }
  .is-merit ul li .body {
    font-size: 1.5vw;
  }

  .is-support ul li {
    width: 43vw;
    margin: 3vw 4vw 4vw 0;
  }
  .is-support ul li .pic {
    margin-top: -3vw;
  }
  .is-support ul li .pic img {
    width: 100%;
  }
  .is-support ul li .title {
    padding-top: 2vw;
    padding-bottom: 1.5vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 2vw;
  }
  .is-support ul li .body {
    padding-bottom: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
    font-size: 1.5vw;
  }

}

@media (max-width:1023px) {

  .is-kv{
    width: 100%;
    background: url(/tamko/instagram_ec/assets/img/bg_kv2.png) repeat-x left 800px;
  }
  .logo-header{
    width: 100%;
  }
  .l-kv{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(/tamko/instagram_ec/assets/img/bg_kv.png) no-repeat center 280px;
  }
  .is-kv_note {
    padding: 30px 20px 0 20px;
    text-align: center;
  }
  .is-kv_title {
    padding: 15px 20px 0 20px;
    text-align: center;
  }
  .is-kv_button{
    padding: 545px 0 0 0;
    text-align: center;
  }
  .is-kv_note2{
    padding: 30px 30px 65px 30px;
    text-align: left;
  }


  .is-checksheet .checksheets {
    width: 100%;
    margin-top: 30px;
  }
  .is-checksheet .checksheets .sheet-1,
  .is-checksheet .checksheets .sheet-2 {
    float: none;
    margin: 0 auto;
  }

  .is-checksheet .section-title {
    padding: 30px 20px 25px 20px;
  }
  .is-checksheet .section-title h2 {
    width: auto;
    color: #fff;
    font-size: 48px;
    text-align: center;
    line-height: 1.2;
  }
  .is-checksheet .section-title h2:before {
    float: none;
    margin: 0 auto 15px auto;
  }
  .is-checksheet .section-title p {
    box-sizing: border-box;
    width: 410px;
    min-height: 48px;
    margin: 0 auto;
    padding: 0 0 0 38px;
    font-size: 19px;
    text-align: right;
    background: url(/tamko/instagram_ec/assets/img/bg_title_checksheet2.png) top left no-repeat;
  }

  .is-merit .section-title {
    margin-top: 10vw;
    height: 10vw;
  }
  .is-merit .section-title h2 {
    font-size: 4.5vw;
  }
  .is-merit .section-title h2:before {
    bottom: -4vw; /*下線の上下位置調整*/
    height: 0.6vw; /*下線の太さ*/
  }

  .is-support .section-title {
    padding-top: 10vw;
    height: 25.5vw;
  }
  .is-support .section-title h2 {
    font-size: 4.5vw;
  }
  .is-support .section-title h2:before {
    bottom: -4vw; /*下線の上下位置調整*/
    height: 0.6vw; /*下線の太さ*/
  }

}


@media (max-width:767px) {

  .is-kv{
    width: 100%;
    background: url(/tamko/instagram_ec/assets/img/bg_kv2.png) repeat-x left 140vw;
  }
  .logo-header{
    width: 100%;
  }
  .logo-header .tamko-logo {
    width: 25vw;
    padding: 3vw 0 0 4vw;
  }
  .logo-header .tam-logo {
    width: 25vw;
    padding: 3vw 4vw 0 0;
  }
  .l-kv{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: url(/tamko/instagram_ec/assets/img/bg_kv_sp.png) no-repeat center 51vw;
    background-size: 90% auto;
  }
  .is-kv_note{
    padding: 6.5vw 0 0 8vw;
    font-size: 6.5vw;
  }
  .is-kv_title{
    padding: 1vw 0 0 8vw;
    font-size: 11vw;
  }
  .is-kv_button{
    padding: 95vw 0 0 0;
    text-align: center;
  }
  .is-kv_button img{
    width: 60%;
  }
  .is-kv_note2{
    padding: 4vw 6vw 10vw 6vw;
    text-align: left;
    font-size: 14px;
  }


  .is-checksheet .section-title {
    padding: 6vw 1vw 5vw 1vw;
  }
  .is-checksheet .section-title h2 {
    font-size: 7.0vw;
  }
  .is-checksheet .section-title h2:before {
    width: 40vw;
    height: 9vw;
    background: #fff;
    margin: 0 auto 3vw auto;
    font-size: 4.5vw;
    line-height: 9vw;
    background: url(/tamko/instagram_ec/assets/img/bg_title_checksheet.png) center left no-repeat;
    background-size: 100% auto;
  }
  .is-checksheet .section-title p {
    width: 90vw;
    min-height: 10vw;
    padding: 0 0 0 7vw;
    font-size: 4.3vw;
    background-size: 7vw auto;
  }


  .is-checksheet {
    padding-bottom: 50px;
  }
  .is-checksheet .checksheets {
    margin-top: 30px;
  }
  .is-checksheet .checksheets .sheet-1,
  .is-checksheet .checksheets .sheet-2 {
    width: auto;
  }
  .is-checksheet .checksheets .question {
    width: 90vw;
    height: auto;
    margin: 5px auto;
  }
  .is-checksheet .checksheets .question .number {
    width: 60px;
    font-size: 22px;
  }
  .is-checksheet .checksheets .question .body {
    width: auto;
    padding-top: 20px;
    padding-left: 15px;
    font-size: 15px;
  }
  .is-checksheet .question .body .q.single {
    padding-top: 0;
    padding-bottom: 0;
  }
  .is-checksheet .question .body .help {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.3;
  }
  .is-checksheet .question .body .fukidashi p {
    width: 80vw;
    padding: 20px;
    font-size: 14px;
  }
  .is-checksheet .question .body .fukidashi p strong {
    font-size: 16px;
  }
  .is-checksheet .question .checkbox {
    width: 60px;
    padding-left: 7px;
  }
  .is-checksheet label {
    width: 30px;
    height: 30px;
  }
  .is-checksheet label img {
    width:100%;
    height: auto;
  }
  .is-checksheet label.check-yes {
    background-size: 100% auto;
  }
  .is-checksheet label.check-no {
    background-size: 100% auto;
  }

  .checksheet-result {
    width: auto;
    margin: 0 20px;
    background: #fff;
    border: #555;
    text-align: center;
    display: none;
  }
  .checksheet-result .icon-close {
    text-align: right;
    padding: 20px 20px 0 0;
    font-size: 10px;
  }
  .checksheet-result .icon-close img {
    cursor: pointer;
  }
  .checksheet-result .win-title {
    height: auto;
    line-height: auto;
    margin-left: 20px;
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: bold;
    text-align: left;
  }
  .checksheet-result .win-title .win-icon {
    float: none;
    width: 129px;
    line-height: 45px;
    margin-bottom: 10px;
  }
  .checksheet-result .win-title .circle {
    display: block;
    float: left;
    width: 42px;
    margin-right: 10px;
    background: url(/tamko/instagram_ec/assets/img/icon_check_on.png) left center no-repeat;
  }
  .checksheet-result .win-body {
    padding: 25px 0 18px 0;
    text-align: left;
    background: #f8f8f8;
  }
  .checksheet-result .win-body .tamkun {
    display: none;
  }
  .checksheet-result .win-body h3,
  .checksheet-result .win-body p {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.3;
  }
  .checksheet-result .win-button {
    padding: 20px 0 30px 0;
  }
  .checksheet-result .win-button a {
    width: 80%;
    font-size: 18px;
    line-height: 50px;
  }


  .is-checksheet .button {
    padding-top: 30px;
  }
  .is-checksheet button {
    width: 90%;
    margin: 0 auto;
    padding-right: 5%;
    font-size: 18px;
    line-height: 60px;
  }

  .is-merit ul li .title {
    font-size: 15px;
    line-height: 1.3;
  }
  .is-merit ul li .body {
    font-size: 12px;
  }
  .is-support ul li .title {
    font-size: 13px;
  }
  .is-support ul li .body {
    font-size: 12px;
  }

}





/* Contact Form
-------------------- */
.l-contact {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width:1199px) {
  .l-contact {
    width: 1200px;
  }
}
@media (max-width:1023px) {
  .l-contact {
    width: auto;
  }

}

.tp-contact {
  padding: 40px 0 120px 0;
  text-align: center;
  z-index: 3;
}
.title-contact {
  margin: 0 0 30px 0;
  padding: 120px 20px 0 20px;
  line-height: 1.1;
  font-size: 47px;
  font-weight: bold;
  color: #ffcd01;
  text-align: center;
}
.lead-contact {
  color: #fff;
  margin: 0 20px 20px 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 1023px) {
  .tp-contact {
    padding-bottom: 60px;
  }
  .title-contact {
    padding-top: 60px;
    font-size: 36px;
  }
  .lead-contact {
    margin-bottom: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .tp-contact {
    padding-bottom: 40px;
  }
  .title-contact {
    margin-bottom: 20px;
    padding-top: 40px;
    font-size: 28px;
  }
  .lead-contact {
    margin-bottom: 0;
    font-size: 15px;
  }

}

.wrap_form {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  background: #1766a7;
}
@media (min-width:1680px) {
  .wrap_form {
    background-size: 100% auto;
  }
}
@media (max-width:1024px) {
  .wrap_form {
    /*height: 720px;*/
  }
}

.tp-contact .is-error input[type=email]::-webkit-input-placeholder,
.tp-contact .is-error input[type=tel]::-webkit-input-placeholder,
.tp-contact .is-error input[type=text]::-webkit-input-placeholder,
.tp-contact .is-error input[type=url]::-webkit-input-placeholder,
.tp-contact .is-error textarea::-webkit-input-placeholder {
  color: #ff9898
}
.tp-contact .is-error input[type=email]::-ms-input-placeholder,
.tp-contact .is-error input[type=tel]::-ms-input-placeholder,
.tp-contact .is-error input[type=text]::-ms-input-placeholder,
.tp-contact .is-error input[type=url]::-ms-input-placeholder,
.tp-contact .is-error textarea::-ms-input-placeholder {
  color: #ff9898
}
.tp-contact .is-error input[type=email]::-moz-input-placeholder,
.tp-contact .is-error input[type=tel]::-moz-input-placeholder,
.tp-contact .is-error input[type=text]::-moz-input-placeholder,
.tp-contact .is-error input[type=url]::-moz-input-placeholder,
.tp-contact .is-error textarea::-moz-input-placeholder {
  color: #ff9898
}

.tp-contact button,
.tp-contact input[type=email],
.tp-contact input[type=submit],
.tp-contact input[type=tel],
.tp-contact input[type=text],
.tp-contact input[type=url],
.tp-contact select,
.tp-contact textarea {
  margin: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  background: 0 0;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px
}


@media (min-width:1025px) {
  .tp-contact button,
  .tp-contact input[type=email],
  .tp-contact input[type=submit],
  .tp-contact input[type=tel],
  .tp-contact input[type=text],
  .tp-contact input[type=url],
  .tp-contact select,
  .tp-contact textarea {
    font-size: 16px
  }
}

.tp-contact input[type=email],
.tp-contact input[type=tel],
.tp-contact input[type=text],
.tp-contact input[type=url],
.tp-contact textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 9px 12px;
  border: #fff 2px solid;
  border-radius: 3px;
  background: #fff
}
@media (min-width:1025px) {
  .tp-contact input[type=email],
  .tp-contact input[type=tel],
  .tp-contact input[type=text],
  .tp-contact input[type=url],
  .tp-contact textarea {
    padding: 19px 18px
  }
}

.tp-contact .is-error input[type=email],
.tp-contact .is-error input[type=tel],
.tp-contact .is-error input[type=text],
.tp-contact .is-error input[type=url],
.tp-contact .is-error textarea {
  border-color: #e51616;
  background: #ffeded
}
.tp-contact form {
  max-width: 620px;
  margin: auto;
  padding: 0 15px
}

.tp-contact textarea {
  height: 120px
}
@media (min-width:1025px) {
  .tp-contact textarea {
    height: 160px;
  }
}

.tp-contact__ttl {
  font-family: Helvetica, Arial, sans-serif;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  line-height: 1;
  margin: 0 0 30px
}
@media (min-width:1025px) {
  .tp-contact__ttl {
    font-size: 30px;
    margin: 0 0 40px
  }
}

.tp-contact__input-group {
  margin-bottom: 20px
}

.tp-contact__select {
  width: 100%;
  overflow: hidden;
  border-radius: 3px;
  background: url(/tamko/influencer/assets/img/contact_select.png) right center no-repeat #fff;
  background-size: 45px auto
}
@media (min-width:1025px) {
  .tp-contact__select {
    background-size: 56px auto
  }
}

.tp-contact__select select {
  padding: 9px 12px;
  width: calc(100% + 50px)
}
@media (min-width:1025px) {
  .tp-contact__select select {
    padding: 19px 18px
  }
}

.tp-contact__privacy {
  position: relative;
  margin-bottom: 20px
}
.tp-contact__privacy a {
  color: #fff
}
.tp-contact__privacy a:hover {
  text-decoration: underline
}
.tp-contact__privacy input[type=checkbox] {
  width: 18px;
  height: 18px;
  margin-right: 4px;
  border-radius: 3px;
  vertical-align: middle;
  background: #fff
}
.tp-contact__privacy-check {
  margin-left: 31px;
  line-height: 1.5;
  color: #fff;
  text-indent: -26px
}
.tp-contact__privacy-check input,
.tp-contact__privacy-check label {
  cursor: pointer
}
.tp-contact__privacy-check a {
  color: #fccf00
}
.tp-contact__privacy-check a:hover {
  text-decoration: underline
}
.tp-contact input[type=submit] {
  display: block;
  width: 100%;
  margin: 35px 0 0 0;
  line-height: 48px;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
  border-radius: 30px;
  cursor: pointer;
  color: #123259;
  background-color: #fccf00;
  border: 2px solid #fccf00;
  font-size: 20px;
}
.tp-contact input[type=submit]:hover {
  color: #fccf00;
  background-color: #123259;
}

@media (min-width:1025px) {
  .tp-contact input[type=submit] {
    line-height: 64px;
    margin: 50px auto 0;
    font-size: 24px;
    transition: .2s;
  }
}

.tp-contact__required {
  position: relative
}

.tp-contact__required:after {
  position: absolute;
  top: 17px;
  right: 15px;
  content: '*';
  display: block;
  color: #aaa
}
@media (min-width:1025px) {
  .tp-contact__required:after {
    top: 26px;
    right: 30px
  }
}

.tp-contact__error-message {
  display: none;
  margin-bottom: 20px;
  color: #ff9898;
  text-align: center
}
.tp-contact__error-message.is-error {
  display: block
}
.tp-contact__complete {
  display: none;
  max-width: 570px;
  margin: auto;
  padding: 0 15px;
  text-align: center;
  color: #fff;
  line-height: 2
}
.tp-contact__complete_img {
  max-width: 277px;
  margin: 20px auto
}
a.contactButton {
  display: block;
  width: 300px;
  margin: 60px auto;
  padding: 5px 0;
  color: #fff;
  border: 3px solid #fccf00;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 1px;
  border-radius: 4px;
  cursor: pointer;
  background-color: #fccf00;
  text-decoration: none;
}
a.contactButton:hover {
  opacity: 0.6;
}


/* Thanks Page
------------------------------------- */

.backLP {
  padding: 35px 0;
}

.backLP a {
  display: block;
  width: 450px;
  margin: 0 auto;
  font-size: 24px;
  line-height: 80px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  border-radius: 5px;
  color: #ffffff;
  background: #569fe8 url(/tamko/instagram_ec/assets/img/icon_shindan.png) 95% 50% no-repeat;
  box-shadow: rgba(0,0,0,0.2) 0px 0px 8px;
}
.backLP a:hover {
  background: #6cb6fe url(/tamko/instagram_ec/assets/img/icon_shindan.png) 95% 50% no-repeat;
}
@media (max-width:767px) {
  .backLP a {
    width: 80%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 60px;
  }
}



