@charset "utf-8";

/******************************************************************************/
/***                                                                        ***/
/***                                                                        ***/
/***     column.css                                                         ***/
/***                                                                        ***/
/***    【内容】                                                            ***/
/***                                                                        ***/
/***     ・コラム専用のスタイルを記述する                                   ***/
/***                                                                        ***/
/***                                                                        ***/
/******************************************************************************/

.ichioshi {
  color: #231815;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 1.8;
  margin-bottom: 40px;
}
.ichioshi .pc_vis {
  display: inline-block !important;
}
.ichioshi .sp_vis {
  display: none !important;
}
.ichioshi .main_img {
  border-left: none;
  line-height: 0;
  margin: 0 0 70px;
  padding: 0;
}
.ichioshi h3 {
  background: none;
  padding-left: 0;
}
.ichioshi .overview {
  background-color: #FFFEE3;
  padding-bottom: 70px;
}
.ichioshi .overview .lead {
  color: #6A3906;
  margin: 0 0 80px;
  line-height: 2.0;
  text-align: center;
}
.ichioshi .overview .lead strong {
  color: #ED5057;
  font-weight: 800;
}
.ichioshi .overview .flow_title {
  margin-bottom: 20px;
  text-align: center;
}
.ichioshi .overview .flow_step {
  border: 3px solid #774636;
  border-radius: 20px;
  background-color: #FFFFFF;
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: 620px;
}
.ichioshi .overview .flow_step.this_time {
  background-color: #FACF12;
  position: relative;
  width: 750px;
}
.ichioshi .overview .flow_step.this_time:before {
  background: url("ichioshi_pic01.png") no-repeat;
  background-size: 123px 143px;
  content: "";
  position: absolute;
  top: -66px;
  left: -15px;
  width: 123px;
  height: 143px;
  z-index: 1;
}
.ichioshi .overview .flow_step.this_time:after {
  background: url("ichioshi_pic02.png") no-repeat;
  background-size: 58px 44px;
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 58px;
  height: 44px;
}
.ichioshi .overview .flow_step.this_time strong.vs::before {
  background: url("ichioshi_pic05.png") no-repeat;
  background-size: 32px 96px;
  content: "";
  position: absolute;
  left: 70px;
  bottom: 0;
  width: 32px;
  height: 96px;
}
.ichioshi .overview .flow_step.this_time strong.vs::after {
  background: url("ichioshi_pic06.png") no-repeat;
  background-size: 32px 96px;
  content: "";
  position: absolute;
  right: 70px;
  bottom: 0;
  width: 32px;
  height: 96px;
}
.ichioshi .overview .flow_step p {
  color: #6A3906;
  font-size: 1.5em;
  line-height: 1.4;
  letter-spacing: 0.0em;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
}
.ichioshi .overview .flow_step.this_time p {
  color: #774634;
  font-size: 2.0em;
  text-shadow: 
    3px 3px 3px #FFF,
    -3px -3px 3px #FFF,
    -3px 3px 3px #FFF,
    3px -3px 3px #FFF,
    3px 0 3px #FFF,
    -3px 0 3px #FFF,
    0 3px 3px #FFF,
    0 -3px 3px #FFF;
}
.ichioshi .overview .flow_step p strong {
  font-size: 1.1em;
  font-weight: 800;
}
.ichioshi .overview .flow_step.this_time p strong.runoff_vote {
  position: relative;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.2;
  color: #6A3906;
  display: block;
}
.ichioshi .overview .flow_step.this_time p strong.vs {
  position: relative;
  font-size: 1.0em;
  font-weight: 800;
  line-height: 1.2;
	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;
}
.ichioshi .overview .flow_step.this_time p strong .hokkaido {
	margin-right: 5px;
	color: #6EA92B;
}
.ichioshi .overview .flow_step.this_time p strong .nationwide {
	margin-left: 5px;
	color: #E73360;
}
.ichioshi .overview .flow_step.this_time p small {
	margin-top: 10px;
	font-size: 0.45em;
	font-weight: 900;
	line-height: 1.62;
	display: block;
	text-shadow: none;
	color: #6A3906;
}
.ichioshi .overview .flow_step .selection {
  color: #EB5979;
}
.ichioshi .overview .flow_step .vs {
  font-size: 0.7em;
}
.ichioshi .overview .arrow {
  line-height: 0;
  margin: 15px auto;
  padding: 0;
  text-align: center;
}
.ichioshi .overview .arrow img {
  margin: 0;
  padding: 0;
}
.ichioshi .entry {
  background: url("ichioshi_bg01.png") repeat;
  padding-top: 40px;
  padding-bottom: 40px;
}
.ichioshi .entry .entry_title {
  margin-bottom: 40px;
  text-align: center;
}
.ichioshi .entry .entry_box {
  position: relative;
  background-color: #FFFFFF;
  border: 8px solid #B28500;
  border-radius: 20px;
  margin: 0 50px;
  z-index: 1;
}
.ichioshi .entry .entry_box + .entry_box {
  margin-top: 95px;
}
.ichioshi .entry .entry_box::before {
	content: "";
	position: absolute;
	top: 12px;
	left: 0;
	right: 0;
	width: 100%;
	height: 5px;
	background-color: #B28500;
	display: block;
}
.ichioshi .entry .entry_box::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 12px;
	width: 100%;
	height: 5px;
	background-color: #B28500;
	display: block;
}
.ichioshi .entry .entry_box .product_name h4 {
	margin-top: -75px;
	margin-bottom: 0;
	text-align: center;
	line-height: 0;
}
.ichioshi .entry .entry_box .product_name {
	position: relative;
	max-width: 613px;
	margin-left: auto;
	margin-right: auto;
}
.ichioshi .entry .entry_box .product_name::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 46px;
	height: 110px;
	background: url("ichioshi_pic07.png") no-repeat center center / contain;
	display: block;
}
.ichioshi .entry .entry_box .product_name::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: -10px;
	width: 46px;
	height: 110px;
	background: url("ichioshi_pic08.png") no-repeat center center / contain;
	display: block;
}
.ichioshi .entry .entry_box .product_name h5 {
  color: #6A3906;
  font-size: 2.1em;
  font-weight: 800;
  text-align: center;
  margin-bottom: 0px;
  line-height: 1.2;
}
.ichioshi .entry .entry_box hr {
  border-bottom: 2px dotted #B28500;
  margin: 15px 40px 20px;
}
.ichioshi .entry .entry_box .product_img {
  margin-bottom: 20px;
  text-align: center;
}
.ichioshi .entry .entry_box .product_info {
  color: #774635;
  font-size: 0.95em;
  margin: 0 40px;
  padding-bottom: 20px;
}
.ichioshi .entry .guidance1 {
  margin-top: 80px;
  color: #774634;
  font-size: 1.6em;
  text-align: center;
  line-height: 1.8;
  text-shadow: 
    4px 4px 3px #FFFFFF,
    -4px -4px 3px #FFFFFF,
    -4px 4px 3px #FFFFFF,
    4px -4px 3px #FFFFFF,
    4px 0 3px #FFFFFF,
    -4px 0 3px #FFFFFF,
    0 4px 3px #FFFFFF,
    0 -4px 3px #FFFFFF;
}
.ichioshi .entry .guidance1 strong {
  color: #ED5057;
  font-weight: 900;
}
.ichioshi .deadline {
  color: #774635;
  font-size: 1.1em;
  margin: 60px auto 0;
  text-align: center;
}
.ichioshi .deadline .big {
  font-size: 1.5em;
}
.ichioshi .vote_btn {
  margin: 0 auto 80px;
  text-align: center;
}
.ichioshi .vote_btn a img {
  margin: 0 auto 80px;
}
.ichioshi .vote_btn a img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.ichioshi .exchange {
  background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 30px, #FFF4D2 28px, #FFF4D2 56px);
  border-radius: 20px;
  margin: 130px auto 30px;
  padding-bottom: 40px;
  position: relative;
}
.ichioshi .exchange .exchange_bg {
  background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 30px, #FFF4D2 28px, #FFF4D2 56px);
  border-radius: 50%;
  margin: 0 auto;
  width: 754px;
  height: 361px;
  position: absolute;
  top: -100px;
  left: calc(50% - (754px / 2));
  z-index: -1;
}
.ichioshi .exchange .exchange_title {
  position: absolute;
  top: -55px;
  left: calc(50% - (622px / 2) + 55px);
}
.ichioshi .exchange .product_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
  padding-top: 130px;
}
.ichioshi .exchange .product_list .product_item {
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 3px solid #FF5900;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  margin: 0 10px 10px;
  padding: 20px;
  width: 436px;
}
.ichioshi .exchange .product_list .product_item .product_img {
  line-height: 0;
  margin-bottom: 10px;
  text-align: center;
}
.ichioshi .exchange .product_list .product_item .product_name {
  color: #6A3906;
  font-size: 1.0em;
  margin-bottom: 10px;
  text-align: center;
}
.ichioshi .exchange .product_list .product_item .exchange_btn {
  margin-top: auto;
  margin-bottom: 0;
  text-align: center;
}
.ichioshi .exchange .product_list .product_item .exchange_btn a {
  background-color: #FF5900;
  border-radius: 9999px;
  color: #FFFFFF;
  display: inline-block;
  font-size: 1.1em;
  padding: 10px 50px;
}
.ichioshi .exchange .product_list .product_item .exchange_btn a:hover {
  transform: scale(1.05);
  transition: 0.3s;
  text-decoration: none;
}
.ichioshi .next,
.ichioshi .info {
  color: #774635;
  font-size: 0.9em;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.ichioshi .info {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ichioshi .pc_vis {
    display: none !important;
  }
  .ichioshi .sp_vis {
    display: inline-block !important;
  }
  .ichioshi .main_img {
    margin: 0 -20px 30px;
  }
  .ichioshi .overview {
    margin: 0 -20px;
    padding: 0 20px 30px;
  }
  .ichioshi .overview .lead {
    margin: 0 0 30px;
    text-align: left;
  }
  .ichioshi .overview .flow_title {
    margin-bottom: 10px;
  }
  .ichioshi .overview .flow_step {
    padding: 10px 0;
    width: auto;
  }
  .ichioshi .overview .flow_step.this_time {
    padding: 15px 0;
    width: auto;
  }
  .ichioshi .overview .flow_step.this_time:before {
   background-size: calc(123px * 0.5) calc(143px * 0.5);
    top: -34px;
    left: -15px;
    width: calc(123px * 0.5);
    height: calc(143px * 0.5);
  }
  .ichioshi .overview .flow_step.this_time:after {
    background-size: 29px 22px;
    top: -20px;
    right: -20px;
    width: 29px;
    height: 22px;
  }
  .ichioshi .overview .flow_step.this_time strong.vs::before {
    background-size: calc(32px * 0.8) calc(96px * 0.8);
    left: 40px;
    bottom: 0;
    width: calc(32px * 0.8);
    height: calc(96px * 0.8);
  }
  .ichioshi .overview .flow_step.this_time strong.vs::after {
    background-size: calc(32px * 0.8) calc(96px * 0.8);
    right: 40px;
    bottom: 0;
    width: calc(32px * 0.8);
    height: calc(96px * 0.8);
  }  
  .ichioshi .overview .flow_step p {
    font-size: 1.0em;
  }
  .ichioshi .overview .flow_step.this_time p strong.runoff_vote {
    font-size: 0.7em;
  }
  .ichioshi .overview .flow_step.this_time p strong.vs {
	margin-top: 10px;
	font-size: 0.65em;
	text-align: center;
	display:block;
	line-height: 1.2;
  }
  .ichioshi .overview .flow_step.this_time p strong .hokkaido {
	margin-right: 0;
	margin-bottom: 5px;
	color: #6EA92B;
	display: block;
  }
  .ichioshi .overview .flow_step.this_time p strong .nationwide {
	margin-top: -5px;
	margin-left: 0;
	color: #E73360;
	display: block;
  }
  .ichioshi .overview .flow_step.this_time strong.vs img {
	width: 30px;
	height: 30px;
  }
  .ichioshi .overview .flow_step.this_time p small {
	font-size: 0.35em;
  }
  .ichioshi .overview .arrow {
    margin: 10px auto;
  }
  .ichioshi .overview .arrow img {
    width: 27px;
    height: 14px;
  }
  .ichioshi .entry {
    background-size: 100%;
    margin: 0 -20px;
    padding-top: 30px;
  }
  .ichioshi .entry .entry_title {
    margin: 0 10px 40px;
  }
  .ichioshi .entry .entry_box {
    border-width: 5px;
    margin: 0 20px 20px;
  }
  .ichioshi .entry .entry_box::before {
	top: 10px;
	height: 3px;
  }
  .ichioshi .entry .entry_box::after {
	bottom: 10px;
	height: 3px;
  }
  .ichioshi .entry .entry_box + .entry_box {
  	margin-top: 70px;
  }

  .ichioshi .entry .entry_box .product_name p {
    vertical-align: top;
    width: 90px;
    height: 70px;
  }
  .ichioshi .entry .entry_box .product_name p img {
    padding-left: 15px;
    padding-right: 15px;
    width: 90px;
    height: 70px;
  }
  .ichioshi .entry .entry_box .product_name h4 {
    font-size: 1.2em;
    margin-top: 5px;
  }
  .ichioshi .entry .entry_box .product_name h4 {
	margin-top: -50px;
	width: calc(360px * 0.7);
	margin-left: auto;
	margin-right: auto;
  }
  .ichioshi .entry .entry_box .product_name {
	position: relative;
	max-width: 613px;
	margin-left: auto;
	margin-right: auto;
  }
  .ichioshi .entry .entry_box .product_name::before {
	left: 20px;
	bottom: -10px;
	width: calc(46px * 0.6);
	height: calc(110px * 0.6);
  }
  .ichioshi .entry .entry_box .product_name::after {
	right: 20px;
	bottom: -10px;
	width: calc(46px * 0.6);
	height: calc(110px * 0.6);
  }
  .ichioshi .entry .entry_box .product_name h5 {
    font-size: 1.3em;
  }
  .ichioshi .entry .entry_box hr {
    margin: 15px 20px 20px;
  }
  
  .ichioshi .entry .entry_box .product_img {
    margin: 0 20px 10px;
  }
  .ichioshi .entry .entry_box .product_info {
    margin: 0 20px;
    padding-bottom: 10px;
  }
  .ichioshi .entry .entry_box .product_info p {
    margin-bottom: 30px;
  }
  .ichioshi .entry .guidance1 {
    font-size: 1.0em;
	margin-top: 40px;
    padding: 0 20px;
    text-align: left;
  }
  .ichioshi .deadline {
    font-size: 1.0em;
    line-height: 1.2;
    margin: 40px auto 20px;
    text-align: center;
  }
  .ichioshi .vote_btn {
    margin: 0 auto 40px;
  }

  .ichioshi .exchange {
    background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 15px, #FFF4D2 14px, #FFF4D2 28px);
    border-radius: 20px;
    margin: 60px -20px 30px;
    padding-bottom: 40px;
  }
  .ichioshi .exchange .exchange_bg {
    background: repeating-linear-gradient(90deg, #FFF7DF, #FFF7DF 15px, #FFF4D2 14px, #FFF4D2 28px);
    width: 100%;
    top: -80px;
    left: 0px;
    right: 0px;
  }
  .ichioshi .exchange .exchange_title {
    top: -60px;
    left: calc(50% - (311px / 2) + 28px);
  }
  .ichioshi .exchange .exchange_title img {
    width: 311px;
  }
  .ichioshi .exchange .product_list {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .ichioshi .exchange .product_list .product_item {
    background-color: #FFFFFF;
    border: 3px solid #FF5900;
    border-radius: 20px;
    margin: 0 20px 20px;
    padding: 20px;
    width: 100%;
  }
  .ichioshi .exchange .product_list .product_item .product_img {
    padding: 0 20px;
  }
  .ichioshi .exchange .product_list .product_item .product_img img {
    width: 100%;
  }
  .ichioshi .exchange .product_list .product_item .exchange_btn {
    padding: 0 20px;
  }
  .ichioshi .exchange .product_list .product_item .exchange_btn a {
    width: 100%;
  }
  .ichioshi .exchange:before {
    background: url("ichioshi_bg09.png") no-repeat;
    background-size: 68px 70px;
    content: "";
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 68px;
    height: 70px;
  }
  .ichioshi .exchange:after {
    background: url("ichioshi_bg10.png") no-repeat;
    background-size: 68px 70px;
    content: "";
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 68px;
    height: 70px;
  }
  .ichioshi .next,
  .ichioshi .info {
    font-size: 0.85em;
    text-align: left;
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .sp_menu_panel,
  .page_top {
    display: none;
  }
}
