﻿html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
}

body {
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, Verdana, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: .6px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

  ::i-block-chrome,
  body {
    font-feature-settings: "pkna";
  }
}

.m-plus {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-style: normal;
}


b,
strong,
.bold {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Hiragino Kaku Gothic ProN", "Helvetica Neue", HelveticaNeue, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  overflow: hidden
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box
}

.pc-on {
  display: none;
}

@media print,
screen and (min-width: 1024px) {
  .pc-on {
    display: block;
  }
}

.sp-on {
  display: block;
}

@media print,
screen and (min-width: 1024px) {
  .sp-on {
    display: none;
  }
}

.inner2 {
  padding: 0 2em
}

@media print,
screen and (min-width: 1024px) {
  .inner {
    max-width: 984px;
    width: 100%;
    margin: 0 auto
  }

  .inner2 {
    /*max-width: 750px;*/
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    padding: 0
  }
}

a {
  transition: .2s
}

@media only screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #000
  }
}

.wrapper {
  position: relative
}

.topBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: block;
  background: #0b499d;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 11px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 22px;
  border-radius: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  z-index: 999;
}

.topBtn:before {
  content: '\25B2';
  position: absolute;
  top: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 20px;
}

.topBtn:hover {
  opacity: 0.7;
}

.breadcrumb {
  overflow: hidden;
}

.breadcrumb ul {
  margin: 0 .6em;
  padding: 0;
}

.breadcrumb li {
  float: left;
  list-style: none;
  font-size: 1.2rem;
  line-height: 1.3;
  padding: 1em 0;
}

.breadcrumb li:first-child {
  padding: 1em 0 1em 2em;
  background: url(../img/ico-car.svg) no-repeat 0 center
}

.breadcrumb li:after {
  display: inline-block;
  content: '\003E';
  margin: 0 .6em;
  color: #959fa5;
}

.breadcrumb li:last-child:after {
  content: none;
}

.breadcrumb li em {
  font-style: normal;
}

.breadcrumb li a {
  color: #767676;
  text-decoration: none;
}

.breadcrumb li a:hover {
  color: #000;
}

@media only screen and (min-width: 768px) {
  .breadcrumb ul {
    margin: 0;
  }

  .breadcrumb li {
    font-size: 1.4rem;
  }
}

footer {
  padding: 1em 0 4em;
  background: #0b499d;
  color: #fff;
  letter-spacing: 0.15em;
  font-size: 1.3rem;
}

footer p {
  border-bottom: 1px solid #fff;
  padding: 5px 0;
}

section p,
section dt,
section dd,
section li,
section th,
section td {
  line-height: 1.85em;
}

section p {
  margin: 0 0 1em;
}

section .fs13 {
  font-size: 1.3rem;
}

section .fs14 {
  font-size: 1.4rem;
}

section .fs15 {
  font-size: 1.5rem;
}

section .fs16 {
  font-size: 1.6rem;
}

section .fs17 {
  font-size: 1.7rem;
}

section .fs18 {
  font-size: 1.8rem;
}

section .fs19 {
  font-size: 1.8rem;
}

section .fs20 {
  font-size: 2.0rem;
}

section .txt_c {
  text-align: center;
}

section .txt_l {
  text-align: left;
}

section .txt_r {
  text-align: right;
}

section .txt_head {
  font-size: 1.5rem;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  section .txt_head {
    font-size: 2.0rem;
  }
}

section .txt_head2 {
  font-size: 1.6rem;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  section .txt_head2 {
    font-size: 2.0rem;
    text-align: center;
  }
}


#stamp_head {
  /*background-image: url(../img/main-bgImg.png);
  background-repeat: repeat;*/
  background:url(../img/main-bgImg.png) repeat center 7px;
  position: relative;
}
#stamp_head .inner{
  max-width: 1100px;
  padding: 5px;
}
@media print,
screen and (min-width: 1024px) {
  #stamp_head .inner{
    padding: 20px 0;
  }
}


#stamp_head .mainImg {
  width: 100%;
  height: auto;
  z-index: 1;
  position: relative;
  
  vertical-align: bottom;
}

#rule {
  padding: 0 0 1.5em 0;
}

.sec_head {
  margin: 0 0 1em;
  padding: 2em 0 2.4em 0;
  text-align: center;
  /*background-color: #EC73A4;*/
  /*background-image: url(../img/sec_head.webp);
  background-position: bottom;
  background-repeat: repeat-x;*/
  background-image: linear-gradient(90deg,
		#ef7b19 0px,
  	#ef7b19 15px,
		#ed6c00 15px,
		#ed6c00 35px 
	);
	background-repeat: repeat;
	background-size: 35px auto;
  position: relative;
}
.sec_head::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 22px;
  background: url(../img/ttl_bg_btm.svg) repeat-x center bottom;
  background-size: 360px 22px;
  left: 0;
  bottom: -6px;
}
@media print,
screen and (min-width: 1024px) {
  #rule {
    padding: 0 0 3em 0;
  }
  .sec_head {
    padding: 2.4em 0 2.9em 0;
  }
  .sec_head::before {
    background-size: 360px 22px;
  }
}

:is(#rule, #stamp_present, #stamp_present, #tieups) .sec_head {}


#rule .sec_head h2 {
  width: 86%;
  margin: 0 auto;
  z-index: 1;
  position: relative;
}

#rule .sec_head h2 img {
  width: min(100%, 1000px);
  height: auto
}

#rule p img {
  width: 100%;
  height: auto;
}

#rule h3 {
  background: #00a93a;
  color: #fff;
  /*border-radius: 8px;*/
  border-radius: 10vmax;
  margin: 0 0 1em;
  padding: .6em 2em;
  font-size: 1.8rem;
  font-weight: bold;
  /*display: inline-block;*/
  display: block;
  text-align: center;
}

#rule .day {
  margin-bottom: 0;
  font-size: clamp(2.5rem, 1.25rem + 6.25vw, 6.25rem);
  color: #00a93a;
  font-weight: bold;
  letter-spacing: -.02em;
  display: block;
  position: relative;
  line-height: 1;
}

#rule .day span {
  font-size: clamp(1.25rem, 0.8333rem + 2.0833vw, 2.5rem);
}

#rule .day span.year {
  font-size: clamp(2.5rem, 2.0833rem + 2.0833vw, 3.75rem);
}

#rule .day:last-child {
  /*margin: 0 0 .5em 20px;*/
  margin: 0 0 0 20px;
}

#rule .day:last-child:after {
  content: '';
  width: 15px;
  height: 20px;
  clip-path: polygon(0 0, 100% 50%, 0% 100%);
  background: #00a93a;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

@media print,
screen and (min-width: 1024px) {
  #rule .day {
    display: inline-block;
  }

  #rule .day:last-child:after {
    top: 70%;

  }
}

#rule h3.green {
  background: #004ea2;
}

#rule h4 {
  font-weight: bold;
  font-size: 2rem;
  margin: .6em 0;
  color: #004ea2;
}

#rule .period {
  /*margin: 0 0 1em;*/
  margin: 0;
  display: flex;
}

#rule .kikan {
  background: #004ea2;
  color: #fff;
  width: 40px;
  font-size: 12px;
  border-radius: 8px;
  margin: 1.2em .6em .6em 0;
  padding: .15em .15em;
  font-weight: bold;
  line-height: 1.25;
  aspect-ratio: 1/1;
  display: flex;
  align-self: start;
  align-items: center;
  justify-content: center;
}

#rule .period>div {
  width: calc(100% - 60px);
}

#rule .period .day {
  color: #004ea2;
}

#rule .period .day:last-child::after {
  background-color: #004ea2;
  ;
}

#rule .caution {
  margin: 2em 0;
  padding: .8em 1em .05em;
  text-align: center;
  background-color: #e60012;
  border-radius: 1vmax;
}

#rule .caution p {
  color: #fff;
  font-weight: bold;
  font-size: c2rem;
  line-height: 1.5;
}

#rule .caution p span {
  font-size: 2rem;
}

@media print,
screen and (min-width: 1024px) {

  #rule .sec_head h2 {
    width: auto;
  }

  #rule h4 {
    margin: 0 0 1.2em;
  }

  #rule .kikan {
    margin-top: 0;
    width: 50px;
    font-size: 16px;
    padding: .5em .5em;
    align-self: center;
  }
}

#step {
  background: #fffde5;
  padding: 1em 0 0;
}

#step dl {
  width: 100%;
  margin: 0;
  padding: 2em 0 0;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  justify-content: space-between;
  position: relative;
}

#step dl dt {
  margin-bottom: 2em;
  width: 55px;
}

#step dl dd {
  margin-bottom: 2em;
  padding-left: 1em;
  width: calc(100% - 55px);
}

#step dl dd h2 {
  margin-bottom: .5em;
  font-size: clamp(1.875rem, 1.3542rem + 2.6042vw, 3.4375rem);
  color: #ed6c00;
  font-weight: bold;
  transform: skewX(-10deg);
  letter-spacing: -0.05em;
  line-height: 1.25;
}

@media print,
screen and (min-width: 1024px) {
  #step {
    padding: 2em 0 0;
  }
  #step dl {
    text-align: left;
    justify-content: space-between;
  }

  #step dl dt {
    width: 95px;
  }

  #step dl dd {
    width: calc(100% - 95px);
  }

}

#step .caution {
  padding: .8em 1.2em .8em 1.2em;
  border: 3px dashed #ed6c00;
  border-radius: 1vmax;
  color: #ed6c00;
  font-weight: bold;
  line-height: 1.5;
}

#step .caution h3 {
  font-weight: bold;
  margin: 0 0 .5em;
}

#step .img100 {
  width: 100%;
  height: auto;
}

#rule_tuika {
  padding: 2em 0
}

#rule_tuika h2 {
  text-align: center;
  margin: 0 0 1em;
  padding: 0;
  font-size: clamp(1.875rem, 1.3542rem + 2.6042vw, 3.4375rem);
  color: #00a6d8;
  position: relative;
}
#rule_tuika h2::before,
#rule_tuika h2::after {
  content: '';
  width: 100%;
  height: 70%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
#rule_tuika h2::before {
  background-color: #d1eaf7;
}

#rule_tuika h2::after {
  background-color: #fff;
  width: 7em;
  margin: auto;
  left: 0;
}

:is(#rule_tuika, #tieups) .line {
  padding: .1em .2em;
  width: 100px;
  background: #FFED3F;
}

#rule_tuika .h3-step {
  margin-bottom: 1em;
  font-size: clamp(1.25rem, 0.8333rem + 2.0833vw, 2.5rem);
  color: #00a6d8;
  line-height: 1.5;
}

#rule_tuika .h3-step span {
  width: 100px;
  padding: .15em .5em .05em;
  margin-bottom: .5em;
  background: #FFED3F;
  color: #00a6d8;
  border-radius: 50vmax;
  display: inline-block;
  text-align: center;
  font-size: 20px;
}

#rule_tuika .jyouken {
  background: #d1eaf7;
  border-radius: 20px;
  margin: 2em 0 2em;
  padding: 1em;
  position: relative;
}

#rule_tuika .jyouken::before {
  content: '';
  position: absolute;
  top: -30px;
  left: 50px;
  width: 50px;
  height: 50px;
  z-index: -1;
  background: url("../img/rule_tuika_jyouken_in_arrow.svg");
}

#rule_tuika .jyouken h3 {
  display: inline-block;
  letter-spacing: .2em;
  margin: 0 0 .5em 0;
  white-space: nowrap;
  font-size: 1.8rem;
}

#rule_tuika .jyouken h3 span {
  background: #00a6d8;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: .1em 1em .2em 1.2em;
}

#rule_tuika .jyouken .jyouken-in p {
  margin: 0;
  font-weight: bold;
}

#rule_tuika .jyouken .jyouken-in ol {
  counter-reset: num;
  list-style-type: none !important;
  padding: 0;
  margin: 0 0 .2em;
  overflow: hidden;
}

#rule_tuika .jyouken .jyouken-in ol li {
  position: relative;
  line-height: 1.5em;
  list-style: none;
  margin-right: 1em;
  padding: 0.1em 0.1em 0 26px;
  font-weight: bold;
  float: left;
}

#rule_tuika .jyouken .jyouken-in ol li::before {
  position: absolute;
  counter-increment: num;
  content: counter(num);
  display: inline-block;
  background: #00a6d8;
  color: #FFF;
  font-size: 14px;
  border-radius: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: 4px;
}

#rule_tuika .jyouken .jyouken-in .jk_txt {
  color: #00a6d8;
  font-weight: bold;
  z-index: 1;
  position: relative;
}

#rule_tuika .jyouken .jyouken-in .jk_txt span {
  margin: 0 10px 0 6px;
  color: #fff;
  font-size: 14px;
  position: relative;
}

#rule_tuika .jyouken .jyouken-in .jk_txt span::after {
  position: absolute;
  content: '';
  background: #00a6d8;
  color: #FFF;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  top: -1px;
  left: -6px;
  z-index: -1;
}

#rule_tuika img {
  width: 100%;
  height: auto;
}

#rule_tuika .caution {
  border: 3px solid #d02828;
  padding: .8em 1em;
  text-align: left;
  border-radius: 20px;
}

#rule_tuika .caution p {
  color: #d02828;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.35;
  margin: 0;
}

@media print,
screen and (min-width: 1024px) {
  #rule_tuika .jyouken {
    padding: .6em;
    display: flex;
    align-items: center;
  }

  #rule_tuika .jyouken h3 {
    margin: 0 1.5em 0 1em
  }

  #rule_tuika .caution {
    text-align: center;
  }

  #rule_tuika .caution p {
    font-size: 2.4rem;
  }
}

#stamp_present {
  padding: 2em 0;
}

#stamp_present .sec_head {
  /*background-color: #26b658;*/
  position: relative;
  /*background-image: url(../img/sec_head2.svg);*/
  margin: 0 0 1em;
  padding: 1.2em 0 2em 0;
  text-align: center;
  /*background-color: #EC73A4;*/
  /*background-image: url(../img/sec_head.webp);
  background-position: bottom;
  background-repeat: repeat-x;*/
  background-image: linear-gradient(90deg,
		#00addb 0px,
  	#00addb 15px,
		#00a5d8 15px,
		#00a5d8 35px 
	);
	background-repeat: repeat;
	background-size: 35px auto;
}

@media print,
screen and (min-width: 1024px) {
  #stamp_present .sec_head {
    padding: 1.6em 0 3em 0;
  }
}

#stamp_present h2 {
  position: relative;
  z-index: 1;
}

#stamp_present h2 img {
  /*width: min(90%, 770px);*/
  width: min(90%, 850px);
  height: auto;
}

#stamp_present h3 img {
  margin: 0 auto 2em;
  width: min(100%, 750px);
  height: auto;
  display: block;
}

#stamp_present h4 {
  margin-bottom: .5em;
  /*width: 76%*/
  width: 90%;
}

#stamp_present h4 img {
  width: 100%;
  height: auto;
}

.present_date img{
  margin: 1em auto 0;
  width: min(100%, 820px);
  height: auto;
}

.prize_list {
  max-width: 560px;
  margin: 0 auto;
  width: 100%;
}

.prize_list dl {
  width: 100%;
  text-align: left;
}

.prize_list:nth-of-type(6) dl {
  margin: 0 0 2em;
}

.prize_list dl dt {
  float: left;
  width: 26%;
}

.prize_list dl dt img {
  width: 100%;
  height: auto;
}

.prize_list dl dd {
  margin-left: 26%;
  font-size: 1.7rem;
  padding: 0 0 0 .5em;
}

.prize_list .syou2_detail {
  font-size: 1.7rem;
  margin: -10px 0 0;
  padding: 0 0 0 2em;
}

#stamp_present .notice {
  border: 1px solid #707070;
  margin: 3em 0 0;
  padding: 1.4em 1.5em .6em 1.5em;
}

#stamp_present .notice h5 {
  color: #00a6d8;
  font-weight: bold;
  font-size: 1.8rem;
  padding: .2em 0;
}
#stamp_present .notice h5 span{
  color: #e0b52b;
}
#stamp_present .notice p.h5_sub {
  color: #00a6d8;
}

#stamp_present .notice .bold {
  font-weight: bold;
}

#stamp_present .notice ol{
  list-style: none;
  counter-reset: my-cnt;
  padding-left: 0;
  margin-bottom: 1em;
}
#stamp_present .notice ol li{
  counter-increment: my-cnt;
  display: flex;
  align-items: flex-start;
}
#stamp_present .notice ol li::before{
  content: counter(my-cnt);

  display: flex;
  justify-content: center;
  align-items: center;
  
  width: 1.6em;
  height: 1.6em;
  margin-right: 8px;
  
  border: 1.5px solid #000;
  border-radius: 50%;
  
  font-size: 0.8em;
  flex-shrink: 0;  
  
  line-height: .8;
  margin-top: 4px;
}

#stamp_present .notice ul{
  list-style: none;
  margin-bottom: 1em;
}
#stamp_present .notice ul li{
  padding-left: 1.5em;
  position: relative;
}
#stamp_present .notice ul li::before{
  content: '';
  position: absolute;
  top: 1em;
  left: 4px;
  width: 100%;
  height: 100%;
  background: #000;
  border-radius: 50%;

  width: 1.6em;
  height: 1.6em;
  margin-right: 8px;
  
  border: 1.5px solid #000;
  border-radius: 50%;
  
  font-size: 0.5em;
}


@media print,
screen and (min-width: 1024px) {
  #stamp_present h4 {
    width: auto;
  }

  #stamp_present h4 img {
    width: auto;
  }

  .prize_list dl {
    width: 100%;
    margin: 0 0 1.6em;
    text-align: left;
  }

  .prize_list dl dt {
    float: left;
    width: 33%;
  }

  .prize_list dl dt img {
    width: auto;
  }

  .prize_list dl dd {
    margin-left: 36%;
    font-size: 2rem;
    padding: .4em 0 0;
  }

  .prize_list .syou2_detail {
    font-size: 2rem;
    margin: -18px 0 0;
    padding: 0 0 0 5em;
  }
  .present_date img{
    margin: 2em auto;
  }
}

#tieups {
  padding: 2em 0;
}

#tieups .sec_head {
  /*background-color: #004ea2;
  position: relative;
  background-image: url(../img/sec_head3.svg);*/
  padding: 1.6em 0;
  background-image: linear-gradient(90deg,
		#eb74a3 0px,
  	#eb74a3 15px,
		#e95f98 15px,
		#e95f98 35px 
	);
	background-repeat: repeat;
	background-size: 35px auto;
}

#tieups .sec_head h2 {
  margin: auto;
  z-index: 1;
  position: relative;
}

#tieups .sec_head h2 img {
  width: min(100%, 270px);
  height: auto;
}

@media print,
screen and (min-width: 1024px) {
  #tieups .sec_head {
    padding: 2.4em 0;
  }
  #tieups .sec_head h2 img {
    width: min(100%, 445px);
  }
}

#tieups .tieup_list {
  margin: 0 0 2em;
}

#tieups .tieup_list h3 {
  padding: .75em 1em .5em 1em;
  text-align: center;
  background: #e95f98;
  border-radius: 10px 20px 0 0;
  font-size: clamp(1.25rem, 0.8333rem + 2.0833vw, 2.5rem);
  color: #fff;
}

#tieups .tieup_list .inner {
  border: 3px solid #e95f98;
  padding: 1em;
  position: relative;
  border-radius: 0 0 10px 10px;
}

#tieups .tieup_list .inner h4 {
  color: #e95f98;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.25;
  margin: 0 0 .6em;
}

#tieups .tieup_list .inner h4 span {
  font-size: 1.8rem;
}

#tieups .tieup_list .inner h5 {
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 .5em;
  color: #e95f98;
}
#tieups .tieup_note {
  background: rgba(205, 96, 150, 0.2);
  color: #e95f98;
  border-radius: 10vmax;
  margin: 0 0 1em;
  padding: .6em 2em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}


#tieups .tieup_list .inner .mei {
  position: absolute;
  top: -48px;
  right: -5px;
  width: 60px;
}

#tieups .tieup_list .inner .mei img {
  width: 100%;
  height: auto;
}

#tieups .tieup_list .inner dl {
  width: 100%;
  margin: 0 0 1.6em;
  text-align: left;
}

#tieups .tieup_list .inner dl dt {
  width: 100%;
  padding: 1.5em;
}

#tieups .tieup_list .inner dl dt img {
  width: 100%;
  height: auto;
}

#tieups .tieup_list .inner dl dt img.photo_hatagoya {
  padding: 0 4.5em;
}

#tieups .tieup_list .inner dl dd {
  margin-left: 0%;
}

@media print,
screen and (min-width: 1024px) {
  #tieups .tieup_list .inner .mei {
    position: absolute;
    top: -60px;
    right: -40px;
    width: 100px;
  }

  #tieups .tieup_list .inner dl {
    width: 100%;
    margin: 0 0 1.6em;
    text-align: left;
  }

  #tieups .tieup_list .inner dl dt {
    float: left;
    width: 36%;
    padding: 0 1.5em;
  }

  #tieups .tieup_list .inner dl dt img {
    width: 100%;
    height: auto;
  }

  #tieups .tieup_list .inner dl dt img.photo_hatagoya {
    padding: 2.4em;
  }

  #tieups .tieup_list .inner dl dd {
    margin-left: 36%;
  }
}