@charset "shift_jis";

/* -------------------------------------
   ui6078用設定
------------------------------------- */

/* 初期設定
--------------------------------------*/
#ui6078 img {
	height: auto;
	border: none;
}

#ui6078 a:hover {
	text-decoration: none;
}

#ui6078 a:hover img {
	opacity: 0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
}

/* メインビジュアル
------------------------------------- */
#ui6078 h2{
  text-align: center;
}

/* 共通
------------------------------------- */
#ui6078 .section {
	width: 100%;
	margin: 0;
	padding: 0;
}

#ui6078 .section .inner {
	margin: 10px auto 0;
	padding: 0;
}

#ui6078 .section::after,
#ui6078 .section .inner::after {
  content: "";
  display: block;
  clear: both;
}

#ui6078 .btn {
  position: relative;
  display: block;
  color: #fff !important;
  background: #c83232;
  padding: 10px 20px 10px 30px;
  border: solid #c83232 2px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  transition: all 0.2s ease-out;
}

#ui6078 .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 13px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
}

#ui6078 .btn:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 18px;
  width: 0;
  height: 0;
  margin-top: -4px;
  border: 4px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #c83232;
}

#ui6078 .btn:hover {
  text-decoration: none;
  color: #c83232 !important;
  background: #fff;
}

/* セクションごと #section09
------------------------------------- */
#ui6078 #section09 h2 {
	padding: 30px 0 0;
	text-align: center;
	border-bottom: none;
}

#ui6078 #section09 h3 {
    margin: 0 20px 20px;
    padding: 10px 30px;
    font-size: 2.2rem;
    text-align: center;
    font-weight: bold;
}

#ui6078 #section09 .row {
	margin: 0 0 20px 0;
	padding: 20px 0;
}

#ui6078 #section09 .rowinner {
	margin: 0 20px;
	padding: 0 0 20px 0;
	display: flex;
	justify-content: space-between;
}
#ui6078 #section09 .row.cat01 {
	background: #fef5de;
	padding: 20px 0 0;
}

#ui6078 #section09 .row.cat01 h3 {
	background: #febf7b;
}

#ui6078 #section09 .row.cat02 {
	background: #dff6fd;
}

#ui6078 #section09 .row.cat02 h3 {
	background: #b0e9fc;
}

#ui6078 #section09 .row.cat03 {
	background: #e7feb5;
}

#ui6078 #section09 .row.cat03 h3 {
	background: #aef05f;
}

#ui6078 #section09 .item {
	width: 32%;
	padding: 10px;
	background: #FFF;
}

#ui6078 #section09 .item dl {
	margin: 0;
	padding: 0;
}

#ui6078 #section09 .item dt {
	margin: 0;
	padding: 0 0 5px;
}

#ui6078 #section09 .item dd {
	margin: 0;
	padding: 0 0 5px;
	line-height: 1.5;
}

#ui6078 #section09 .item dd:nth-of-type(2n){
  text-align: center;
}

#ui6078 #section09 .item dt {
    font-size: 2rem;
	border-bottom: 1px dotted #ccc;
    margin-bottom: 10px;
}

#ui6078 #section09 .item dd.halfL {
	float: left;
	width: 54%;
}

#ui6078 #section09 .item dd.halfR {
	float: right;
	width: 44%;
}

#ui6078 #section09 .btn {
  font-size: 1.5rem;
}

.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

@media screen and (max-width: 767px) {
  #ui6078 #section09 .rowinner {
	display: block;
}
  #ui6078 #section09 .item {
	width: 100%;
}
  #ui6078 #section09 .item + .item{
    margin-top: 20px;
  }
}