@charset "utf-8";
/* summary ------------------------------------------------------
 reset
 base
 structure
 header
 footer
 contents
-------------------------------------------------------------- */
/**************************************
 reset
**************************************/
html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%
}
*, ::before, ::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit
}
* {
  background-repeat: no-repeat;
  padding: 0;
  margin: 0
}
audio:not([controls]) {
  display: none;
  height: 0
}
hr {
  overflow: visible
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block
}
summary {
  display: list-item
}
small {
  font-size: 80%
}
[hidden], template {
  display: none
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}
a:active, a:hover {
  outline-width: 0
}
code, kbd, pre, samp {
  font-family: monospace, monospace
}
b, strong {
  font-weight: bolder
}
dfn {
  font-style: italic
}
mark {
  background-color: #ff0;
  color: #000
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -0.25em
}
sup {
  top: -0.5em
}
input, select, textarea {
  border-radius: 0
}
button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer !important
}
[disabled] {
  cursor: default
}
[type="number"] {
  width: auto
}
[type="search"] {
  -webkit-appearance: textfield
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}
textarea {
  overflow: auto;
  resize: vertical
}
button, input, optgroup, select, textarea {
  font: inherit
}
optgroup {
  font-weight: bold
}
button {
  overflow: visible
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0
}
button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText
}
button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}
button, select {
  text-transform: none
}
button, input, select, textarea {
  background-color: transparent;
  border-style: none;
  color: inherit
}
select {
  outline: none;
  text-indent: 0.01px;
  text-overflow: '';
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
select::-ms-expand {
  display: none;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
img {
  border-style: none
}
progress {
  vertical-align: baseline
}
svg:not(:root) {
  overflow: hidden
}
audio, canvas, progress, video {
  display: inline-block
}
@media screen {
  [hidden ~ ="screen"] {
    display: inherit
  }
  [hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important
  }
}
[aria-busy="true"] {
  cursor: progress
}
[aria-controls] {
  cursor: pointer
}
[aria-disabled] {
  cursor: default
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none
}
menu, ol, ul {
  list-style: none
}
table, thead, tbody, tfoot, tr, th, td {
  border: none;
  border-collapse: collapse;
  border-spacing: 0
}
td, th {
  padding: 0
}
caption, th {
  text-align: left
}
/**************************************
 base
**************************************/
html {
  font-size: 10px;
}
html.lt-ie10 {
  font-size: 62.5%;
}
body {
  color: #333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
}
input, button, select, textarea {
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
span, a, strong, h1, h2, h3, h4, h5, h6, p, i, dt, dd, li, th, td, textarea {
  line-height: 1.5;
}
a {
  color: #035bb9;
  transition: all .3s;
}
a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:hover {
  color: #3280de;
  text-decoration: none;
}
a:active {
  color: #3280de;
  text-decoration: none;
}
/* clearfix */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
ul:before, ul:after, ol:before, ol:after {
  content: "";
  display: table;
}
ul:after, ul:after {
  clear: both;
}
ul, ol {
  *zoom: 1;
}
/* speech */
.speech {
  position: absolute;
  top: -99999px;
  left: -99999px;
  overflow: hidden;
  font-size: 0;
  height: 0;
  width: 0;
}
/**************************************
 structure
**************************************/
body {
  width: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
	
}
#id-header {
  margin: 0 auto;
  padding: 0 20px;
  background-color: #fff;
}
#contents {
  width: 1000px;
  margin: 10px auto 0 auto;
  padding: 10px 0 40px 0;
  background-color: #fff;
  text-align: left;
	padding-top: 75px;
}
#id-footer {
  width: 100%;
  margin: 0 auto;
  margin-top: auto;
  background-color: #666;
}
/**************************************
 default
**************************************/
.align-c {
  text-align: center !important;
}
.align-l {
  text-align: left !important;
}
.align-r {
  text-align: right !important;
}
.margin-t5 {
  margin-top: 5px !important;
}
.margin-t10 {
  margin-top: 10px !important;
}
.margin-t15 {
  margin-top: 15px !important;
}
.margin-t20 {
  margin-top: 20px !important;
}
.margin-t25 {
  margin-top: 25px !important;
}
.margin-t30 {
  margin-top: 30px !important;
}
.margin-t35 {
  margin-top: 35px !important;
}
.margin-t40 {
  margin-top: 40px !important;
}
.margin-t45 {
  margin-top: 45px !important;
}
.margin-t50 {
  margin-top: 50px !important;
}
.margin-t55 {
  margin-top: 55px !important;
}
.margin-t60 {
  margin-top: 60px !important;
}
.margin-t65 {
  margin-top: 65px !important;
}
.margin-t70 {
  margin-top: 70px !important;
}
.margin-t75 {
  margin-top: 75px !important;
}
.margin-t80 {
  margin-top: 80px !important;
}
.margin-t85 {
  margin-top: 85px !important;
}
.margin-t90 {
  margin-top: 90px !important;
}
.margin-t95 {
  margin-top: 95px !important;
}
.margin-t100 {
  margin-top: 100px !important;
}
.margin-t105 {
  margin-top: 105px !important;
}
.margin-t110 {
  margin-top: 110px !important;
}
.margin-t115 {
  margin-top: 115px !important;
}
.margin-t120 {
  margin-top: 120px !important;
}
.margin-t125 {
  margin-top: 125px !important;
}
.margin-t130 {
  margin-top: 130px !important;
}
.margin-t135 {
  margin-top: 135px !important;
}
.margin-t140 {
  margin-top: 140px !important;
}
.margin-t145 {
  margin-top: 145px !important;
}
.margin-t150 {
  margin-top: 150px !important;
}
.margin-b5 {
  margin-bottom: 5px !important;
}
.margin-b10 {
  margin-bottom: 10px !important;
}
.margin-b15 {
  margin-bottom: 15px !important;
}
.margin-b20 {
  margin-bottom: 20px !important;
}
.margin-b25 {
  margin-bottom: 25px !important;
}
.margin-b30 {
  margin-bottom: 30px !important;
}
.margin-b35 {
  margin-bottom: 35px !important;
}
.margin-b40 {
  margin-bottom: 40px !important;
}
.margin-b45 {
  margin-bottom: 45px !important;
}
.margin-b50 {
  margin-bottom: 50px !important;
}
.margin-b55 {
  margin-bottom: 55px !important;
}
.margin-b60 {
  margin-bottom: 60px !important;
}
.margin-b65 {
  margin-bottom: 65px !important;
}
.margin-b70 {
  margin-bottom: 70px !important;
}
.margin-b75 {
  margin-bottom: 75px !important;
}
.margin-b80 {
  margin-bottom: 80px !important;
}
.margin-b85 {
  margin-bottom: 85px !important;
}
.margin-b90 {
  margin-bottom: 90px !important;
}
.margin-b95 {
  margin-bottom: 95px !important;
}
.margin-b100 {
  margin-bottom: 100px !important;
}
.margin-b105 {
  margin-bottom: 105px !important;
}
.margin-b110 {
  margin-bottom: 110px !important;
}
.margin-b115 {
  margin-bottom: 115px !important;
}
.margin-b120 {
  margin-bottom: 120px !important;
}
.margin-b125 {
  margin-bottom: 125px !important;
}
.margin-b130 {
  margin-bottom: 130px !important;
}
.margin-b135 {
  margin-bottom: 135px !important;
}
.margin-b140 {
  margin-bottom: 140px !important;
}
.margin-b145 {
  margin-bottom: 145px !important;
}
.margin-b150 {
  margin-bottom: 150px !important;
}
.margin-r5 {
  margin-right: 5px !important;
}
.margin-r10 {
  margin-right: 10px !important;
}
.margin-r15 {
  margin-right: 15px !important;
}
.margin-r20 {
  margin-right: 20px !important;
}
.margin-r25 {
  margin-right: 25px !important;
}
.margin-r30 {
  margin-right: 30px !important;
}
.margin-r35 {
  margin-right: 35px !important;
}
.margin-r40 {
  margin-right: 40px !important;
}
.margin-r45 {
  margin-right: 45px !important;
}
.margin-r50 {
  margin-right: 50px !important;
}
.margin-r55 {
  margin-right: 55px !important;
}
.margin-r60 {
  margin-right: 60px !important;
}
.margin-r65 {
  margin-right: 65px !important;
}
.margin-r70 {
  margin-right: 70px !important;
}
.margin-r75 {
  margin-right: 75px !important;
}
.margin-r80 {
  margin-right: 80px !important;
}
.margin-r85 {
  margin-right: 85px !important;
}
.margin-r90 {
  margin-right: 90px !important;
}
.margin-r95 {
  margin-right: 95px !important;
}
.margin-r100 {
  margin-right: 100px !important;
}
.margin-r105 {
  margin-right: 105px !important;
}
.margin-r110 {
  margin-right: 110px !important;
}
.margin-r115 {
  margin-right: 115px !important;
}
.margin-r120 {
  margin-right: 120px !important;
}
.margin-r125 {
  margin-right: 125px !important;
}
.margin-r130 {
  margin-right: 130px !important;
}
.margin-r135 {
  margin-right: 135px !important;
}
.margin-r140 {
  margin-right: 140px !important;
}
.margin-r145 {
  margin-right: 145px !important;
}
.margin-r150 {
  margin-right: 150px !important;
}
.margin-l5 {
  margin-left: 5px !important;
}
.margin-l10 {
  margin-left: 10px !important;
}
.margin-l15 {
  margin-left: 15px !important;
}
.margin-l20 {
  margin-left: 20px !important;
}
.margin-l25 {
  margin-left: 25px !important;
}
.margin-l30 {
  margin-left: 30px !important;
}
.margin-l35 {
  margin-left: 35px !important;
}
.margin-l40 {
  margin-left: 40px !important;
}
.margin-l45 {
  margin-left: 45px !important;
}
.margin-l50 {
  margin-left: 50px !important;
}
.margin-l55 {
  margin-left: 55px !important;
}
.margin-l60 {
  margin-left: 60px !important;
}
.margin-l65 {
  margin-left: 65px !important;
}
.margin-l70 {
  margin-left: 70px !important;
}
.margin-l75 {
  margin-left: 75px !important;
}
.margin-l80 {
  margin-left: 80px !important;
}
.margin-l85 {
  margin-left: 85px !important;
}
.margin-l90 {
  margin-left: 90px !important;
}
.margin-l95 {
  margin-left: 95px !important;
}
.margin-l100 {
  margin-left: 100px !important;
}

.margin-l105 {
  margin-left: 105px !important;
}
.margin-l110 {
  margin-left: 110px !important;
}
.margin-l115 {
  margin-left: 115px !important;
}
.margin-l120 {
  margin-left: 120px !important;
}
.margin-l125 {
  margin-left: 125px !important;
}
.margin-l130 {
  margin-left: 130px !important;
}
.margin-l135 {
  margin-left: 135px !important;
}
.margin-l140 {
  margin-left: 140px !important;
}
.margin-l145 {
  margin-left: 145px !important;
}
.margin-l150 {
  margin-left: 150px !important;
}
/**************************************
 header
**************************************/
#id-header {
  border-bottom: 2px solid #ddd;
  box-shadow: 0px 3px 6px -5px rgba(150, 150, 150, 0.5);
}
#id-header .header-wrapper {
  width: 1000px;
	height: 60px;
  margin: 0 auto;
    display: -webkit-flex;
    display: flex;
	align-items: center;
}
#id-header .logo {
    margin-right: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	justify-content:space-between;	
  align-items: center;
	font-size: 1
}
#id-header .logo img {
  height: 30px;
	margin-right: 10px;
}
#id-header .logo span {
    font-size: 1.3rem;
    padding-top: 4px;
}
#id-header .name {
font-size: 1.4rem;
	margin-left: 10px;
}

#id-header nav {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
	justify-content:space-between;	
  align-items: center;
}
#id-header nav ul {
	margin-right: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

#id-header nav ul li {
	margin-right: 15px;
}
#id-header nav ul li div {
	height: 20px;
    margin: auto;
	text-align: center;
}
#id-header nav ul li p {
	text-align: center;
	padding-top: 3px;
	font-size:1.4rem;
	font-weight: 700;
}
#id-header nav ul li p a {
	color: #333;
}
#id-header nav .humbugermenu {
}
#id-header nav .humbugermenu div {
	height: 20px;
    margin: auto;
	text-align: center;
}
#id-header nav .humbugermenu p {
	text-align: center;
	padding-top: 3px;
	font-size:1.2rem;
	font-weight: 700;
}
nav.mypage .wrapper {
	width: 1000px;
	margin: 0 auto;
	padding: 20px 0;
    display: -webkit-flex;
    display: flex;
}
nav.mypage dl {
	width: 260px;
}
nav.mypage dl dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
	font-weight: 700;
  color: #fff;
}
nav.mypage dl dd li {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #fff;
}
nav.mypage dl a {
  color: #fff;
}
nav.mypage dl a:hover {
  color: #ddd;
}

/** ナビ **/
header#id-header  {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 60px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    box-sizing: border-box;
}
.menu-trigger {
		cursor: pointer;
	}
div.menu-trigger {
    display: block;
    position: relative;
    width: 27px;
    height: 20px;
    vertical-align: middle;
    cursor: pointer;
}
div.menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333;
    transition: all .5s .2s;
}
div.menu-trigger.active span {
    background-color: #333;
}
div.menu-trigger span:nth-of-type(1) {
    top: 0;
}
div.menu-trigger.active span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
}
div.menu-trigger span:nth-of-type(2) {
    top: 8px;
}
div.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(45deg);
}
nav.mypage {
    width: 100%;
	margin-top: 60px;
    background-color: rgba(0, 0, 0, 1);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
  z-index: 98;
}
/**************************************
 footer
**************************************/
#id-footer .wrapper {
	width: 1000px;
  padding: 20px 5px;
	margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
#id-footer .logo {
	width: 250px;
}
#id-footer nav {
    display: -webkit-flex;
    display: flex;
}
#id-footer nav dl {
	width: 250px;
}
#id-footer nav dl dt {
  font-size: 1.8rem;
  margin-bottom: 10px;
	font-weight: 700;
  color: #fff;
}
#id-footer nav dl dd li {
  font-size: 1.5rem;
  margin-bottom: 5px;
  color: #fff;
}
#id-footer nav dl a {
  color: #fff;
}
#id-footer nav dl a:hover {
  color: #ddd;
}
#id-footer .copyright {
  padding: 10px;
  background-color: #333;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}


/**************************************
 contents
**************************************/
/* breadcrumbs */
ul.breadcrumbs {
  padding: 0 20px 25px 20px;
}
ul.breadcrumbs li {
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 1.4rem;
}
ul.breadcrumbs li::before {
  content: " ＞ ";
}
ul.breadcrumbs li:first-child::before {
  content: "";
}
.topics-text ul {
  margin-bottom: 30px;
}
.topics-text li {
  margin-bottom: 10px;
  font-size: 1.5rem;
}
.topics-text li span {
  display: inline-block;
  width: 100px;
  margin-right: 5px;
  padding: 2px 0;
  background: #FF9900;
  border-radius: 3px;
  font-size: 1.3rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.topics-text li a {
  color: #333;
	font-weight: 700;
	text-decoration: underline;
}
.topics-text li a:hover {
  color: #999;
	text-decoration: none;
}

.pickup-event {
	height: 255px;
}
.pickup-event .swiper-container {
    overflow:inherit!important;
}
.pickup-event .swiper-wrapper{
display: block;
}
.pickup-event .swiper-slide {
  float: left;
	width: auto;
  margin: 0 0 9px 10px;
}
.pickup-event .swiper-slide img {
  vertical-align: top;
  width: 240px;
  height: 108px;
    object-fit: cover;
}
.pickup-event .swiper-slide:first-child {
  margin: 0;
}
.pickup-event .swiper-slide:first-child img {
  width: 500px;
  height: 225px;
    object-fit: cover;
}
.topics-banner {
  margin-bottom: 40px;
  text-align: center;
}
footer .topics-banner {
  margin-bottom: 20px;
  text-align: center;
}
footer .topics-banner img {
	width: 500px;
}
.about-text {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    font-size: 1.6rem;
    text-align: center;
}
.about {
  margin-bottom: 40px;
  border: 1px solid #efefef;
  box-shadow: 5px 5px 6px 0px rgba(150, 150, 150, 0.5);
}
.about h2 {
  padding: 10px;
  background: #efefef;
  font-size: 1.6rem;
  font-weight: 700px;
}
.about .wrapper {
  margin-bottom: 10px;
  padding: 20px 5px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  text-align: center;
}
.about .wrapper div {
  width: 23%;
}
.about .wrapper p {
  margin-top: 5px;
  text-align: left;
  font-size: 1.5rem;
}
.about .wrapper p.link {
	text-align: center;
	font-weight: 700;
}

.about button {
  display: block;
  width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.about button a {
  display: block;
  padding: 10px 0;
  background-color: #3B88DA;
  border: 1px solid #3B88DA;
  border-radius: 5px;
  font-size: 2.0rem;
  color: #fff;
  transition: all .18s ease;
}
.about button a:hover {
  background-color: #fff;
  border: 1px solid #3B88DA;
  color: #3B88DA;
}

.about h3 {
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700px;
	text-align: center;
}
.about .link-menu {
  margin-bottom: 20px;
	text-align: center;
}
.about .link-menu li {
	display: inline-block;
	margin: 0 10px;
  font-size: 1.6rem;
	font-weight: 700;
}.about .link-menu li a {
	color: #3B88DA;
	text-decoration: underline;
}
.about .link-menu li a:hover {
	text-decoration: none;
}
.quick-menu {
  margin-bottom: 40px;
}
.quick-menu .link-menu {
  margin-bottom: 20px;
	text-align: center;
}
.quick-menu .link-menu li {
	display: inline-block;
	margin: 0 10px;
  font-size: 1.6rem;
	font-weight: 700;
}.quick-menu .link-menu li a {
	color: #3B88DA;
	text-decoration: underline;
}
.quick-menu .link-menu li a:hover {
	text-decoration: none;
}
.service-list {
	margin-bottom: 20px;
	background: #efefef;
	padding: 20px;
}
.service-list .service-list-title {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: center;
	margin-bottom: 10px;
}
.service-list .title h2 {
    font-size: 1.6rem;
    font-weight: 700px;
}
.service-list button {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.service-list button a {
  display: block;
  padding: 8px 0;
  background-color: #3B88DA;
  border: 1px solid #3B88DA;
  border-radius: 5px;
  font-size: 1.5rem;
  color: #fff;
  transition: all .18s ease;
}
.service-list button a:hover {
  background-color: #fff;
  border: 1px solid #3B88DA;
  color: #3B88DA;
}

.service-list .wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  align-items: center;
}
.service-list .wrapper div {
  width: 130px;
}
.service-list .wrapper div.button {
  width: 160px;
}



.survey-list {
    margin-bottom: 20px ;
}
.survey-list ul li {
    margin-bottom: 10px ;
}
.survey-list ul li a {
    font-size: 1.4rem;
	font-weight: 700;
	color: #333;
}
.survey-list ul li span {
    width: 95px;
    margin-right: 5px;
    display: inline-block;
    padding: 2px 0;
    background: #fff;
    border: 1px solid #333;
    font-size: 1.2rem;
    color: #333;
    text-align: center;
    font-weight: bold;
}



#tokusen, #event, #shopping, #present, #survey, #news  {
  display: block;
  height: 60px;
  margin-top: -60px;
  content: "";
}

.item-list {
	margin: 40px 0;
}

.item-list .title-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;  
    margin-bottom: 20px;
    padding: 10px;
    background: #efefef;
    border-left: 5px solid #3B88DA;
}

.item-list .title-wrapper h2 {
	font-size: 2.0rem;
}
.item-list .title-wrapper a {
  position: relative;
  display: inline-block;
  text-decoration: none;
	color: #333;
  padding-right: 15px;
	font-size: 1.5rem;
	font-weight: 700;
}
.item-list .title-wrapper a:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #3B88DA;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

.item-list nav {
	margin-bottom: 20px;
	background: #fff;
}
.item-list nav hr {
  border:none;
	margin-top: -2px;
	margin-bottom: 20px;
	border-bottom:2px solid #ddd;
	z-index: 96;
}
.item-list nav .swiper-slide {
	width: 33%;
	font-size: 1.8rem;
	text-align: center;
	z-index: 99;
	cursor: pointer;
}
.item-list nav .swiper-slide:last-child {
	width: 34%;
}
.item-list nav .swiper-slide.selected {
	font-weight: 700;
	border-bottom:4px solid #3B88DA;
}
.item-list .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
}

.item-list .wrapper::after {
display: block;
content:"";
width: 300px;
}
.item-list .item {
	width: 300px;
	margin-bottom: 40px;
}
.item-list .item a {
	color: #333;
}
.item-list .item a:hover {
  color: #999;
}
.item-list .pic {
  width: 300px;
  height: 300px;
	background: #F6F6F6;
}
.item-list .pic img {
  width: 300px;
  height: 300px;
    object-fit: contain;
}


.item-list .icon-default {
	width: 95px;
	margin:10px 5px 10px 0;
	display: inline-block;
	padding: 2px 0;
	background: #fff;
	border: 1px solid #333;
	font-size: 1.2rem;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.item-list .icon-default.status-01 {
	background: #ff0000;
	border: 1px solid #ff0000;
	color: #fff;
}
.item-list .icon-default.status-02 {
	background: #fff;
	border: 1px solid #ff0000;
	color: #ff0000;
}
.item-list .icon-default.status-03 {
	background: #fff;
	border: 1px solid #999;
	color: #999;
}
.item-list .title {
  margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 700;
}
.item-list .date,
.item-list .place{
  margin-bottom: 5px;
	font-size: 1.4rem;
}
.item-list .date .status,
.item-list .place .status{
	color: #ff0000;
}
.item-list .date i::after {
    background-image: url(images/icon_calendar.png);
	margin-right: 5px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}
.item-list .place i::after {
    background-image: url("images/icon_map.png");
	margin-right: 5px;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
}


.topics-list {
	margin-bottom: 40px;
}
.topics-list .wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	flex-wrap: wrap;
}
.topics-list .wrapper::after {
display: block;
content:"";
width: 490px;
}
.topics-list .item {
	width: 490px;
	margin-bottom: 20px;
    display: -webkit-flex;
    display: flex;
}

.topics-list .item a {
	color: #333;
}
.topics-list .item a:hover {
  color: #999;
}
.topics-list .pic {
  width: 120px;
  height: 120px;
	margin-right: 10px;
	background: #F6F6F6;
}
.topics-list .pic img {
  width: 120px;
  height: 120px;
    object-fit: contain;
}
.topics-list p {
	font-size: 1.4rem;
}
.topics-list p.title {
	font-size: 1.6rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.menu {
  margin: 0 20px 40px 20px;
}
.menu dl {
  float: left;
  width: 300px;
  margin: 0 30px 0 0;
}
.menu dl.help {
  margin: 0;
}
.menu dl dt {
  padding: 10px 10px 10px 40px;
  background-color: #3b88da;
  font-size: 1.8rem;
  color: #fff;
}
.menu dl.member dt {
  background-image: url(images/icon_menu_001.png);
  background-position: 10px -141px;
  background-size: 50px auto;
}
.menu dl.service dt {
  background-image: url(images/icon_menu_001.png);
  background-position: 10px -186px;
  background-size: 50px auto;
}
.menu dl.help dt {
  background-image: url(images/icon_menu_001.png);
  background-position: 10px -240px;
  background-size: 50px auto;
}
.menu dl dd {
  height: 132px;
  padding: 10px 10px 0 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-top: none;
}
.menu dl dd ul li {
  margin: 0 0 5px 0;
  font-size: 1.6rem;
}
.menu dl dd ul li:last-child {
  margin: 0;
}
.menu dl dd ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  color: #333;
}
.menu dl dd ul li a:hover {
  color: #999;
}
.menu dl dd ul li a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: solid 5px transparent;
  border-left: solid 5px #035bb9;
}
.contents-wrapper {
  position: relative;
  padding: 0 50px;
}
/* title */
.title-common-01 {
  margin: 0 0 25px 0;
  border-top: 2px solid #3b88da;
}
.title-common-01 p, .title-common-01 h1, .title-common-01 h2, .title-common-01 h3, .title-common-01 h4, .title-common-01 h5 {
  width: 450px;
  padding: 10px 20px;
  background-color: #3b88da;
  font-size: 2.0rem;
  font-weight: 700;
  color: #fff;
}
.title-common-02 {
  position: relative;
  margin: 0 0 10px 0;
}
.title-common-02 p, .title-common-02 h1, .title-common-02 h2, .title-common-02 h3, .title-common-02 h4, .title-common-02 h5 {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: 700;
}
.title-common-03 {
  position: relative;
  margin: 0 0 10px 0;
}
.title-common-03 p, .title-common-03 h1, .title-common-03 h2, .title-common-03 h3, .title-common-03 h4, .title-common-03 h5 {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
}
.title-common-03 button {
  display: inline-block;
  padding: 3px 10px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #fff;
  transition: all .18s ease;
}
.title-common-03 button:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
.title-common-03 .button-right button {
  margin: 0 0 0 10px;
}
.title-common-04 {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;  
    margin-bottom: 20px;
    border-bottom: 2px solid #333;
}
.title-common-04 h1,
.title-common-04 h2 {
    font-size: 2.2rem;
}
.title-common-04 nav ul:before, .title-common-04 nav ul:after {
    content: "";
    display: none;
}
.title-common-04 nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;  
}
.title-common-04 nav ul li {
    font-size: 1.5rem;
    margin-left: 25px;
	font-weight: 700;
}
.title-common-04 nav ul li a {
	color: #3B88DA;
}
/* text */
.text-common-01 {
  margin: 0 0 25px 0;
  font-size: 1.6rem;
}
.text-common-01b {
  margin: 0 0 25px 0;
  font-size: 1.6rem;
  font-weight: 700;
}
.text-common-02 {
  margin: 0 0 25px 0;
  font-size: 1.4rem;
}
.text-common-02b {
  margin: 0 0 25px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.text-common-03 {
  margin: 0 0 25px 0;
  padding: 50px 100px;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.text-common-04 {
  margin: 0 0 10px 0;
  font-size: 2.2rem;
  font-weight: 700;
}


.underline-01 {
  text-decoration: underline;
}

p.error-message {
  color: #dd0000;
}
.attention-message {
  margin: 0 40px 40px 40px;
  padding: 20px;
  border: 1px solid #dd0000;
}
.attention-message h2 {
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  background-image: url(images/icon_attention_001.png);
  background-position: left 3px;
  background-size: 23px auto;
  font-size: 2.0rem;
  color: #dd0000;
}
.attention-message p {
  font-size: 1.6rem;
}
.attention-message-02 {
  margin-bottom: 40px ;
}
.attention-message-02 h2 {
  margin: 0 0 10px 0;
  padding: 0 0 0 30px;
  background-image: url(images/icon_attention_001.png);
  background-position: left 3px;
  background-size: 23px auto;
  font-size: 2.0rem;
  color: #dd0000;
}
.attention-message-02 p {
  font-size: 1.6rem;
}
.attention-message-03 {
  margin: 0 0 40px 0;
  padding: 20px 20px 0 20px;
  border: 3px solid #999;
	background: #efefef;
}
.attention-message-03 .strong {
  font-size: 2.0rem;
	font-weight: 700;
}
.attention-message-03 .button {
	display: block;
	margin: 0 auto 40px auto;
}
.attention-message-03 .button a {
  padding: 10px 20px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 5px;
    font-size: 1.7rem;
  color: #fff;
  transition: all .18s ease;
	display: inline-block;
}
.attention-message-03 .button a:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
.infomation-message {
  margin: 0 0 40px 0;
  padding: 20px 20px 0 20px;
  border: 1px solid #ccc;
}
.infomation-message p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
}
.infomation-message dl dt {
  margin: 0 0 5px 0;
  font-size: 2.0rem;
  font-weight: 700;
}
.infomation-message dl dd {
  margin: 0 0 20px 2.0rem;
  font-size: 1.6rem;
}
/* list */
.list-common-01 {
  margin: 0 0 25px 1.6em;
}
.list-common-01 li {
  font-size: 1.6rem;
  margin: 0 0 5px 0;
  text-decoration: underline;
}
/* button */
.button-wrapper {
  position: relative;
  height: 55px;
}
.button-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
.button-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
.button-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.button-01 {
  min-width: 300px;
  padding: 10px 20px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 5px;
    font-size: 2.4rem;
  color: #fff;
  transition: all .18s ease;
}
.button-01:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
.button-02 {
  min-width: 130px;
  padding: 8px 20px;
  background-color: #666;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 1.6rem;
  color: #fff;
  transition: all .18s ease;
}
.button-02:hover {
  background-color: #fff;
  border: 1px solid #666;
  color: #666;
}
.button-03 {
  width: 300px;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  background-color: #a62d2d;
  border: 1px solid #a62d2d;
  border-radius: 5px;
  font-size: 2.0rem;
  color: #fff;
  transition: all .18s ease;
}
.button-03:hover {
  background-color: #fff;
  border: 1px solid #a62d2d;
  color: #a62d2d;
}
.button-04 {
  width: 300px;
  margin: 0 0 20px 0;
  padding: 10px 20px;
  background-color: #a1a1a1;
  border: 1px solid #999;
  border-radius: 5px;
  font-size: 2.0rem;
  color: #fff;
  transition: all .18s ease;
  cursor: default;
}
.text-link {
	text-align: center;
}
.text-link button, .text-link a  {
  font-size: 1.7rem;
	text-decoration:underline;
	color: #035bb9;
	display: inline;
}
.text-link button:hover, .text-link a:hover {
	text-decoration: none;
}
.button-wrapper-center {
  position: relative;
  text-align: center;
  height: 55px;
}
.button-wrapper-center .button-01 {
    margin: 0 10px;
    padding: 0;
    width: auto;
    min-width: 250px;
    height: 55px;
}
.icon-01, .icon-02, .icon-03, .icon-04, .icon-05, .icon-06, .icon-07, .icon-08 {
  min-width: 80px;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.4rem !important;
  text-align: center;
  font-weight: 700;
  z-index: 99;
}
.icon-01 {
  background-color: #dd0000;
}
.icon-02 {
  background-color: #0000dd;
}
.icon-03 {
  background-color: #ff9933;
}
.icon-04 {
  background-color: #ffcc00;
}
.icon-05 {
  background-color: #99cc00;
}
.icon-06 {
  background-color: #A300D9;
}
.icon-07 {
  background-color: #EF6173;
}
.icon-08 {
  background-color: #20BBDD;
}
/* フォーム　*/
div.form-01 {
  display: block;
  margin: 0;
  font-size: 1.6rem;
}
div.form-01 p.title-01 {
  display: inline-block;
  width: 100px;
}
label.label-textarea {
  display: block;
  position: relative;
  margin: 0 0 15px 0;
}
label.label-textarea textarea {
  display: block;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
label.label-textarea.common-01 textarea {
  width: 100%;
  height: 200px;
}
label.label-textarea.leave-01 {
  width: 80%;
  margin: 0 auto 40px auto;
}
label.label-textarea.leave-01 textarea {
  width: 100%;
  height: 200px;
}
label.label-text {
  display: inline-block;
  position: relative;
  margin: 0 0 15px 0;
}
label.label-text span {
  display: inline-block;
}
label.label-text input[type="text"], label.label-text input[type="email"], label.label-text input[type="password"] {
  padding: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
}
label.label-text.common-01 input[type="text"], label.label-text.common-01 input[type="email"], label.label-text.common-01 input[type="password"] {
  width: 400px;
}
label.label-text.common-02 input[type="text"], label.label-text.common-02 input[type="email"], label.label-text.common-02 input[type="password"] {
  width: 200px;
}
label.label-text.common-03 input[type="text"], label.label-text.common-03 input[type="email"], label.label-text.common-03 input[type="password"] {
  width: 100px;
}
label.label-text.common-04 input[type="text"], label.label-text.common-04 input[type="email"], label.label-text.common-04 input[type="password"] {
  width: 60px;
}
label.label-text.login-01 input[type="text"], label.label-text.login-01 input[type="email"], label.label-text.login-01 input[type="password"] {
  width: 300px;
}
label.label-text.zipcode-01 input[type="text"] {
  width: 60px;
}
label.label-text.zipcode-01 button {
  margin: 0 0 0 10px;
  padding: 3px 10px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 2px;
  font-size: 88%;
  color: #fff;
  transition: all .18s ease;
}
label.label-text.zipcode-01 button:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
label.label-text.name-01 {
  display: inline-block;
}
label.label-text.name-01 input[type="text"] {
  width: 195px;
  margin: 0 10px 0 0;
}
label.label-selectbox {
  position: relative;
  display: inline-block !important;
  margin: 0 0 15px 0;
}
label.label-selectbox::before {
  z-index: 1;
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  width: 10px;
  height: 10px;
  margin-top: -7px;
  pointer-events: none;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
label.label-selectbox select {
  padding: 5px 35px 5px 5px;
  border: 1px solid #ccc;
}
input[type="checkbox"], input[type="radio"] {
  display: none;
}
label.label-checkbox, label.label-radio {
  position: relative;
  display: inline-block;
  margin: 0 25px 15px 0;
  padding: 0 0 0 30px;
}
label.label-radio span::before, label.label-checkbox span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: #fff;
}
label.label-checkbox span::before {
  border: 2px solid #ccc;
}
label.label-radio span::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}
label.label-radio input[type="radio"]:checked + span::after, label.label-checkbox input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}
label.label-radio input[type="radio"]:checked + span::after {
  left: 5px;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  background: #333;
  border-radius: 50%;
}
label.label-checkbox input[type="checkbox"]:checked + span::after {
  left: 3px;
  width: 18px;
  height: 10px;
  margin-top: -8px;
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
label.label-checkbox.common-01 {
  width: 270px;
}
/* table汎用 */
table .required {
  display: block;
  width: 50px;
  margin-top: 5px;
  padding: 1px 8px;
  background-color: #dd0000;
  border-radius: 2px;
  font-size: 88%;
  font-weight: 100;
  color: #fff;
  text-align: center;
}
table td.error {
  background-color: #fce2de;
}
table p.text-01 {
  margin: 0 0 15px 0;
  font-size: 1.6rem;
}
table p.text-01b {
  margin: 0 0 15px 0;
  font-size: 1.6rem;
  font-weight: 700;
}
table p.text-02 {
  margin: 0 0 15px 0;
  font-size: 1.4rem;
}
table p.text-03 {
  display: inline-block;
  margin: 0 0 0 5px;
  font-size: 1.4rem;
}
table div.image-01 {
  margin: 0 0 15px 0;
}
table div.image-01 img {
  vertical-align: middle;
}
/* 登録・確認・ログイン・ */
table.table-01 {
  width: 100%;
}
table.table-01 th, table.table-01 td {
  padding: 15px 15px 0 15px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
table.table-01 th {
  padding: 15px;
  width: 30%;
  background-color: #efefef;
}
table.table-01 td {
  vertical-align: middle;
}
table.table-01 button {
  padding: 3px 10px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #fff;
  transition: all .18s ease;
}
table.table-01 button:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
table.table-02 {
  width: auto;
  min-width: 30%;
  margin: 0 auto;
}
table.table-02 th, table.table-02 td {
  padding: 15px 30px 0 30px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  text-align: center;
}
table.table-02 .width10 {
  width: 10%;
}
table.table-02 .width20 {
  width: 20%;
}
table.table-02 .width30 {
  width: 30%;
}
table.table-02 .width40 {
  width: 40%;
}
table.table-02 .width50 {
  width: 50%;
}
table.table-02 th {
  padding: 15px;
  background-color: #efefef;
}
/* 商品 */
table.table-item-01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
table.table-item-01 th, table.table-item-01 td {
  padding: 15px 15px 0 15px;
  font-size: 1.6rem;
  font-weight: 100;
  vertical-align: middle;
  text-align: center;
}
table.table-item-01 .width10 {
  width: 10%;
}
table.table-item-01 .width20 {
  width: 20%;
}
table.table-item-01 .width30 {
  width: 30%;
}
table.table-item-01 .width40 {
  width: 40%;
}
table.table-item-01 .width50 {
  width: 50%;
}
table.table-item-01 .pic-01 {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 5px auto;
}
table.table-item-01 .pic-01 img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
}
table.table-item-01 .icon {
  display: block;
  margin: 0 auto 15px auto;
  width: 100px;
}
table.table-item-01 th {
  width: 20%;
  color: #000;
}
table.table-item-01 thead th {
  background-color: #75808c;
  color: #fff;
  font-weight: 700;
}
table.table-item-01 tbody tr {
  background: #efefef;
}
table.table-item-01 tbody tr:nth-child(2n+1) {
  background: #f9f9f9;
}
table.table-item-01 button {
  margin: 0 0 15px 0;
  padding: 3px 10px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #fff;
  transition: all .18s ease;
}
table.table-item-01 button:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
table.table-information-01 {
  width: 100%;
}
table.table-information-01 th, table.table-information-01 td {
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 1.6rem;
}
table.table-information-01 th {
  padding: 15px;
  background-color: #efefef;
}
table.table-information-01 td {
  vertical-align: middle;
}
table.table-information-01 .width10 {
  width: 10%;
}
table.table-information-01 .width20 {
  width: 20%;
}
table.table-information-01 .width30 {
  width: 30%;
}
table.table-information-01 .width40 {
  width: 40%;
}
table.table-information-01 .width50 {
  width: 50%;
}
table.table-information-01 th {
  padding: 15px;
  background-color: #efefef;
}
/* Eチケット */
.ticket-01 {
  width: 960px;
  margin: 0 auto 40px auto;
  padding: 20px;
  background-color: #f9f9f9;
}
.ticket-01 .ticket {
  width: 440px;
  min-height: 600px;
  float: left;
  background-color: #fff;
}
.ticket-01 .ticket .main-visual {
  margin: 0;
}
.ticket-01 .ticket .main-visual img {
  width: 100%;
}
.ticket-01 .ticket .wrapper {
  padding: 20px 20px 40px 20px;
}
.ticket-01 .ticket .title-event-01 {
  padding: 15px;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #333;
}
.ticket-01 .ticket .title-event-01 p {
  font-size: 2.4rem;
  margin: 0 0 15px 0;
  text-align: center;
  font-weight: 700;
}
.ticket-01 .ticket .title-event-01 h1 {
  font-size: 2.6rem;
  font-weight: 700;
}
.ticket-01 .ticket .code {
  width: 250px;
  margin: 0 auto 10px auto;
  font-size: 1.8rem;
  text-align: center;
}
.ticket-01 .ticket .code img {
  display: block;
  width: 100%;
  margin: 0 0 10px 0;
}
.ticket-01 .ticket p.date {
  margin: 0 0 50px 0;
  font-size: 2.0rem;
  text-align: center;
}
.ticket-01 .ticket p.company {
  margin: 0 0 10px 0;
  font-size: 1.6rem;
}
.ticket-01 .ticket p.name {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
}
.ticket-01 .information {
  float: right;
  width: 440px;
}
.ticket-01 .information h2 {
  font-size: 2.0rem;
  margin: 0 0 10px 0;
  font-weight: 700;
}
.ticket-01 .information p {
  padding: 0 0 10px 0;
  font-size: 1.6rem;
}
.ticket-01 .information section {
  margin: 0 0 40px 0;
}
.ticket-01 .overview {}
.ticket-01 .overview table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
}
.ticket-01 .overview table th, .ticket-01 .overview table td {
  padding: 10px;
  font-size: 1.6rem;
  font-weight: 100;
}
.ticket-01 .overview table th {
  width: 30%;
  color: #000;
  font-weight: 700;
}
.ticket-01 .overview table tbody tr {
  background-color: #efefef;
}
.ticket-01 .overview table tbody tr:nth-child(2n+1) {
  background-color: #fff;
}
.ticket-01 .access .map {
  margin: 0 0 20px 0;
  width: 100%;
}
.ticket-01 .access .map iframe {
  width: 100%;
}
.ticket-01 .access .map img {
  width: 100%;
}
body.ticket {
  padding: 20px 0 0 0;
}
@media print {
  body.ticket {
    -webkit-print-color-adjust: exact;
    background-color: #fff !important;
    zoom: 70%;
  }
  body.ticket #contents {
    width: 100%;
    background-color: #fff !important;
  }
  body.ticket .contents-wrapper {
    display: none;
  }
  body.ticket .ticket-01 {
    width: 100%;
    padding: 0;
    background-color: #fff !important;
  }
  body.ticket .ticket-01 .ticket {
    background-color: #fff !important;
  }
  body.ticket .ticket-01 .ticket .wrapper {
    padding: 0;
  }
  body.ticket .ticket-01 .ticket .title-event-01 {
    border-bottom: 1px solid #333 !important;
  }
  body.ticket .ticket-01 .ticket p.name {
    font-size: 3.8rem;
  }
  body.ticket .ticket-01 .ticket, body.ticket .ticket-01 .information {
    width: 48%;
  }
  body.ticket .ticket-01 .overview table tbody tr {
    background-color: #f9f9f9 !important;
  }
  body.ticket .ticket-01 .overview table tbody tr:nth-child(2n+1) {
    background-color: #efefef !important;
  }
}
/* faq */
dl.faq-01 {
  margin: 0 0 40px 0;
}
dl.faq-01 dt, dl.faq-01 dd {
  font-size: 1.6rem;
}
dl.faq-01 dt {
  position: relative;
  background-color: #efefef;
  border-top: 1px solid #fff;
}
dl.faq-01 dt.active {
  font-weight: 700;
}
dl.faq-01 dt a {
  display: block;
  padding: 15px 75px;
  color: #333;
}
dl.faq-01 dt span.question-number {
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
}
dl.faq-01 dt span.arrow {
  display: block;
  position: absolute;
  top: 13px;
  right: 20px;
  width: 15px;
  height: 15px;
  border: 3px solid;
  border-color: transparent transparent #035bb9 #035bb9;
  transform: rotate(-45deg);
}
dl.faq-01 dt.active span.arrow {
  top: 23px;
  border-color: #035bb9 #035bb9 transparent transparent;
  transform: rotate(-45deg);
}
dl.faq-01 dd {
  padding: 15px 75px;
  background-color: #f9f9f9;
}
section.login {
  width: 324px;
  margin: 0 auto;
}
section.login h2 {
  padding: 10px;
  background-color: #3b88da;
  font-size: 1.8rem;
  color: #fff;
}
section.login .wrapper {
  padding: 20px 10px 0 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-top: none;
  border-bottom: 1px dashed #ccc;
}
section.login .wrapper h3 {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
}
section.login label.label-checkbox {
  font-size: 1.4rem;
}
section.login .password-reminder {
  margin: 0 0 10px 0;
  font-size: 1.4rem;
  text-align: center;
}
section.login button {
  width: 300px;
  margin: 0 0 10px 0;
  padding: 5px 20px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #fff;
  transition: all .18s ease;
}
section.login button:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
section.registration {
  width: 324px;
  margin: 0 auto 20px auto;
  padding: 20px 10px 0 10px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-top: none;
}
section.registration h3 {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
}
section.registration button {
  width: 300px;
  margin: 0 0 20px 0;
  padding: 5px 20px;
  background-color: #a62d2d;
  border: 1px solid #a62d2d;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #fff;
  transition: all .18s ease;
}
section.registration button:hover {
  background-color: #fff;
  border: 1px solid #a62d2d;
  color: #a62d2d;
}
section.information {
    position: absolute;
    width: 270px;
    right: 20px;
    bottom: 56px;
}

section.social-login {
	margin: 30px 11px 0 11px;
}


section.social-login .title {
    margin: 0 0 20px 0;
    font-size: 1.6rem;
  font-weight: 700;
}

section.social-login button.button‐fb {
width: 300px;
    margin: 0 0 10px 0;
    padding: 8px 20px;
    background-color: #1877F2;
    border: 1px solid #1877F2;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #fff;
    transition: all .18s ease;
    background-image: url(/common/images/v1/icon_facebook.png);
    background-size: 30px 30px;
    background-position: 10px center;
    font-weight: 700;
}
section.information.social-login button.button‐fb:hover {
width: 300px;
    margin: 0 0 10px 0;
    padding: 8px 20px;
    background-color: #1877F2;
    border: 1px solid #1877F2;
    border-radius: 5px;
    font-size: 1.8rem;
    color: #fff;
    transition: all .18s ease;
    background-image: url(/common/images/v1/icon_facebook.png);
    background-size: 30px 30px;
    background-position: 10px center;
    font-weight: 700;
}


section.information dl dt {
  border-bottom: 1px solid #000;
  margin: 0 0 10px 0;
  padding: 0 0 5px 0;
  font-size: 1.6rem;
  color: #000;
  font-weight: 700;
}
section.information dl dd {
  margin: 0 0 20px 0;
  font-size: 1.4rem;
}
section.information dl dd p {
  margin: 0 0 10px 0;
}

/* lead-event */
.lead-event {
  margin: 0 0 40px 0;
}
.lead-event .pic {
  float: left;
  width: 270px;
  height: 270px;
  background-color: #000;
  vertical-align: middle;
  text-align: center;
}
.lead-event .pic img {
  max-width: 270px;
  max-height: 270px;
  vertical-align: middle;
}
.lead-event .caption {
  float: right;
  width: 600px;
  padding: 0 0 0 20px;
}
.lead-event .caption h2 {
  margin: 0 0 20px 0;
  font-size: 2.2rem;
  font-weight: 700;
}
.lead-event .caption p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
}
.lead-event .caption .button {
  text-align: right;
}
.lead-event .caption .button button {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 3px 10px;
  background-color: #035bb9;
  border: 1px solid #035bb9;
  border-radius: 2px;
  font-size: 1.4rem;
  color: #fff;
  transition: all .18s ease;
}
.lead-event .caption .button button:hover {
  background-color: #fff;
  border: 1px solid #035bb9;
  color: #035bb9;
}
/* list-event */
.list-event {
  position: relative;
  margin: 20px auto 40px auto;
}
.list-event .tab div {
  position: relative;
  float: left;
  display: block;
  width: 200px;
  height: 40px;
  margin: 0 5px 0 0;
  padding: 0 20px;
  background-color: #3b88da;
  border: 1px solid #3b88da;
  border-radius: 5px 5px 0 0;
  font-size: 1.8rem;
  line-height: 40px;
  color: #f9f9f9;
  text-align: center;
  cursor: pointer;
}
.list-event .tab div:hover {
  background-color: #5a97d8;
  border: 1px solid #5a97d8;
  transition: all .3s;
}
.list-event .tab div.active {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-bottom: 1px solid #f9f9f9;
  color: #333;
  font-weight: 700;
  cursor: default;
}
.list-event .list {
  margin: -1px 0 0 0;
  padding: 35px 0 0 15px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}
.list-event .list ul li * {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.list-event .list ul li {
  position: relative;
  float: left;
  padding: 0 25px 35px 25px;
}
.list-event .list ul li .icon {
  position: absolute;
  top: -10px;
  left: 8px;
  box-shadow: 1px 1px 1px 0px #666;
}
.list-event .list ul li .event {
  position: relative;
  overflow: hidden;
  width: 270px;
  height: 330px;
  background-color: rgba(0, 0, 0, 1.0);
}
.list-event .list ul li .pic {
  display: table-cell;
  width: 270px;
  height: 270px;
  vertical-align: middle;
  text-align: center;
}
.list-event .list ul li .pic img {
  max-width: 270px;
  max-height: 270px;
  vertical-align: middle;
}
.list-event .list ul li .caption {
  position: absolute;
  top: 270px;
  width: 100%;
  height: 330px;
  padding: 10px;
  background-color: rgba(51, 51, 51, 1.0);
  color: #fff;
}
.list-event .list ul li p {
  font-size: 1.4rem;
}
.list-event .list ul li p span.status {
  display: inline-block;
  margin: 0 0 0 5px;
  padding: 1px 5px;
  background-color: #fff;
  border: 1px solid #dd0000;
  color: #dd0000;
  font-size: 1.3rem;
}
.list-event .list ul li p.lead {
  position: relative;
  overflow: hidden;
  /**
	max-height: 6.2em;
	**/
  margin: 25px 0 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.list-event .list ul li p.title-01 {
  min-height: 63px;
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  font-weight: 700;
}
.list-event .list ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 270px;
  height: 330px;
  z-index: 99;
  cursor: pointer;
}
.list-event .list ul li p.lead a {
  display: inline;
  position: relative;
  width: auto;
  height: auto;
  z-index: 1;
  cursor: pointer;
  color: #fff;
}
.list-event .list ul li .event:hover .caption {
  top: 0;
  padding: 30px 10px 5px 10px;
  background-color: rgba(51, 51, 51, 0.8);
  color: #fff;
}
/* list-service */
.list-service {
  position: relative;
  margin: 0 auto 40px auto;
  width: 960px;
}
.list-service .list {
  padding: 35px 35px 0 35px;
  background-color: #f9f9f9;
  border: 1px solid #ccc;
}
.list-service .list ul {
  margin: 0;
}
.list-service .list ul li {
  margin: 0 0 35px 0;
  padding: 0 0 35px 0;
  border-bottom: 1px dashed #ccc;
}
.list-service .list ul li:last-child {
  border-bottom: none;
  padding: 0;
}
.list-service .list .pic {
  width: 120px;
  float: left;
  margin: 0 0 5px 0;
}
.list-service .list .pic img {
  width: auto;
  height: auto;
  max-width: 100px;
  max-height: 100px;
}
.list-service .list p {
  padding: 0 0 0 120px;
  font-size: 1.6rem;
}
.list-service .list .title-01 {

  margin: 0 0 5px 0;
  font-size: 2.0rem;
  font-weight: 700;
}
/**************************************
 popup
**************************************/
.popup-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 98;
}
/* popup-01 */
.popup-01 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 400px;
  height: 250px;
  padding: 20px;
  background-color: #efefef;
  border: 1px solid #ccc;
  z-index: 99;
}
.popup-01 p {
  font-size: 2.0rem;
  font-weight: 700;
}
.popup-01 .button-wrapper-popup {
  position: absolute;
  width: 100%;
  bottom: 21px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.popup-01 .button-wrapper-popup .button-01 {
  width: 150px;
  min-width: auto;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
}
.popup-01 .button-wrapper-popup .button-02 {
  width: 150px;
  min-width: auto;
  margin: 0 10px;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 1.6rem;
}
/**************************************
 event
**************************************/
body.event {
  width: 100%;
  margin: 0;
  background-color: #fff;
}
body.event #site-header {
  padding-top: 60px;
  border-bottom: none;
}
body.event #site-header .main-visual img {
  display: block;
  max-width: 1000px;
  margin: 0 auto;
}
body.event #site-footer .copyright {
  padding: 10px;
  background-color: #333;
  border-top: none;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
body.event .title-event-01 {
  font-size: 1.6rem;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #333;
}
body.event .title-event-01 h1 {
  font-size: 3.2rem;
  font-weight: 700;
}
body.event .title-event-01 .lead {
	font-size: 2.0rem;
	margin: 5px 0 30px 0;
	font-weight: 700;
}
body.event .title-event-01 dl.schedule {
  margin: 30px 0;
}
body.event .title-event-01 dl.schedule dt {
  display: inline-block;
  width: 100px;
  margin: 0 20px 5px 0;
  font-size: 1.6rem;
  font-weight: 700;
  vertical-align: top;
}
body.event .title-event-01 dl.schedule dd {
  display: inline-block;
  width: 750px;
  margin: 0 0 5px 0;
  font-size: 1.6rem;
  vertical-align: top;
}
body.event .text-area-01 {
  margin: 0 0 40px 0;
}
body.event .text-area-01 img {
  border: 1px solid #ccc;
  max-width: 500px;
}
body.event .text-area-01 img.width-100 {
  border: none;
  max-width: 100%;
}
body.event .text-area-01 p {
  font-size: 1.6rem;
  line-height: 1.8;
}
body.event .text-area-01 p span.title-01 {
  display: block;
  margin: 10px 0;
  font-size: 1.8rem;
  line-height: 1.8;
  font-weight: bold;
}
body.event .text-area-01 p span.remark-01 {
  display: block;
  margin: 10px 0;
  font-size: 1.4rem;
  line-height: 1.8;
}
body.event .text-area-01 .photo-center {
  text-align: center;
  margin: 0 0 20px 0;
}
body.event .text-area-01 .photo-left {
  float: left;
  margin: 0 20px 10px 0;
}
body.event .text-area-01 .photo-right {
  float: right;
  margin: 0 0 10px 20px;
}
body.event .text-area-01 .caption {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #666;
  text-align: left;
}
body.event .text-area-01 .photo-center .caption {
  margin: 0 auto;
  width: 500px;
}
body.event .text-area-01 .photo-list {
  clear: both;
}
body.event .text-area-01 .photo-list .photo {
  width: 420px;
  float: left;
  margin: 0 10px 10px 10px;
  text-align: center;
}
body.event .text-area-01 .photo-list .photo img {
  max-width: 420px;
}
/* イベント */
body.event table.table-event-01 {
  width: 100%;
}
body.event table.table-event-01 th, body.event table.table-event-01 td {
  padding: 15px 15px 0 15px;
  font-size: 1.6rem;
  background-color: #efefef;
  border-bottom: 1px solid #fff;
}
body.event table.table-event-01 th {
  width: 30%;
  background-color: #75808c;
  color: #fff;
}
body.event table.table-event-01 td .map iframe {
  border: 1px solid #666 !important;
}

body.event .flow-01 {
  overflow: hidden;
  text-align: center;
  padding: 0 20px 40px 0;
}
body.event .flow-01 li {
  color: #FFFFFF;
  display: inline-block;
  width: 143px;
  padding: 0 10px 0 35px;
  background-color: #efefef;
  color: #999;
  font-size: 1.3rem;
}
body.event .flow-01 li span {
  display: table-cell;
  width: 125px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
}
body.event .flow-01 li:first-child {
  padding-left: 20px;
}
body.event .flow-01 li::before {
  content: " ";
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  margin-bottom: -30px;
  margin-left: auto;
  margin-right: -25px;
  transform: skew(30deg);
  -o-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -moz-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  background-color: #efefef;
  border-right: 1px solid #fff;
}
body.event .flow-01 li::after {
  content: " ";
  display: block;
  width: 30px;
  height: 30px;
  margin-left: auto;
  margin-right: -25px;
  margin-top: -30px;
  position: relative;
  transform: skew(-30deg);
  -o-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  background-color: #efefef;
  border-right: 1px solid #fff;
}
body.event .flow-01 .finish {
  background-color: #75808c;
  color: #fff;
}
body.event .flow-01 .finish::before, body.event .flow-01 .finish::after {
  background-color: #75808c;
}
body.event .flow-01 .active {
  background-color: #62768b;
  color: #fff;
}
body.event .flow-01 .active::before, body.event .flow-01 .active::after {
  background-color: #62768b;
}



body.event .upload-item-01 {
  margin: 0 20px 40px 20px;
  padding: 15px;
  background: #f7f7f7;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.event .upload-item-01 .title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 40px;
}
body.event .upload-item-01 .lead {
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 20px 20px 20px;
  text-align: center;
}
body.event .upload-item-01 button {
  display: block;
  background: #333;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
  border-radius: 5px;
}
body.event .upload-item-01 .wrapper {
  width: 600px;
}
body.event .upload-item-01 .thumbnail {
  width: 200px;
}
body.event .upload-item-01 img {
  width: 200px;
  height: 100px;
  object-fit: contain;
  margin-bottom: 10px;
	background: #fff;
}
body.event .upload-item-01 .file-name {
  font-size: 1.3rem;
}
body.event .upload-box {
  margin: 0 20px 40px 20px;
  padding: 15px 15px 30px 15px;
  background: #f7f7f7 url("/common/css/v1/images/icon_upload_001.png") no-repeat center 30px;
}
body.event .upload-box .title {
  font-size: 1.9rem;
  font-weight: 700;
  margin-bottom: 40px;
}
body.event .upload-box .lead {
  font-size: 1.7rem;
  font-weight: 700;
  margin: 0 20px 80px 20px;
  text-align: center;
}
body.event .upload-box button {
  display: block;
  background: #333;
  font-size: 1.5rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  padding: 5px 20px;
  text-align: center;
  border-radius: 5px;
}
body.event .upload-item-02 {
  margin: 0 20px 20px 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
body.event .upload-item-02 .title {
  font-size: 1.9rem;
  font-weight: 700;
  margin: 15px 0;
}
body.event .upload-item-02 .wrapper {
  width: 600px;
}
body.event .upload-item-02 .thumbnail {
  width: 200px;
}
body.event .upload-item-02 img {
  width: 200px;
  height: 100px;
  object-fit: contain;
	background: #efefef;
}
body.event .upload-item-02 .file-name {
  font-size: 1.3rem;
}
body.event .upload-text-area {
  margin: 40px 20px;
  border: 1px solid #ccc;
  padding: 20px;
}
body.event .upload-text-area ul li {
  font-size: 1.5rem;
  margin: 10px;
  text-indent: -1.5rem;
}
body.event .upload-text-area ul li::before {
  content: "・";
  font-weight: 700;
}



/**************************************
 sankeinews
**************************************/
body.sankeinews {
  width: 100%;
  margin: 0;
  background-color: #fff;
}
body.sankeinews #site-header {
  position: relative;
  width: 100%;
  height: 101px;
  padding: 10px 0;
  border-bottom: 1px solid #aaa;
}
body.sankeinews #site-header .logo {
  width: 1124px;
  margin: 0 auto;
  padding: 0;
  float: none;
  text-align: center;
}
body.sankeinews #site-header .logo img {
  height: 80px;
}
body.sankeinews #site-header nav {
  float: none;
  position: absolute;
  top: 35px;
  right: 10px;
  width: 500px;
  text-align: right;
}
body.sankeinews #site-header nav ul {
  margin: 0;
}
body.sankeinews #site-header nav ul li {
  display: inline-block;
  margin: 0 0 0 20px;
  font-size: 1.6rem;
  line-height: 1.8;
}
body.sankeinews #site-header nav ul li a {
  color: #333;
}
body.sankeinews #site-header nav ul li a:hover {
  color: #999;
}
body.sankeinews #site-header nav ul li.name {
  margin: 0 40px 0 0;
}
body.sankeinews #site-header nav ul li.login {
  padding: 0 0 0 30px;
  background-image: url(images/icon_menu_001.png);
  background-position: 0px 0px;
  background-size: 50px auto;
}
body.sankeinews #site-header nav ul li.logout {
  padding: 0 0 0 30px;
  background-image: url(images/icon_menu_001.png);
  background-position: 0px -50px;
  background-size: 50px auto;
}
body.sankeinews #site-header nav ul li.help {
  padding: 0 0 0 30px;
  background-image: url(images/icon_menu_001.png);
  background-position: 0px -100px;
  background-size: 50px auto;
}
body.sankeinews #contents {
  width: 1124px;
  margin: 0 auto;
  padding: 25px 0 40px 0;
  background-color: #fff;
  text-align: left;
}
body.sankeinews .contents-wrapper {
  position: relative;
  padding: 0 80px;
}
body.sankeinews .title-common-01 {
  margin: 0 80px 40px 80px;
  border-top: none;
  border-bottom: 5px solid #05517b;
}
body.sankeinews .title-common-01 p, body.sankeinews .title-common-01 h1, body.sankeinews .title-common-01 h2, body.sankeinews .title-common-01 h3, body.sankeinews .title-common-01 h4, body.sankeinews .title-common-01 h5 {
  width: auto;
  padding: 0 0 10px 0;
  background-color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  color: #333;
}
body.sankeinews #site-footer {
  position: relative;
  width: 1124px;
  margin: 40px auto 0 auto;
  background-color: #fff;
  border-top: none;
}
body.sankeinews #site-footer nav {
  padding: 0;
  text-align: center;
}
body.sankeinews #site-footer nav ul li {
  font-size: 1.4rem;
  margin: 0 7px;
}
body.sankeinews #site-footer .copyright {
  padding: 10px 0;
  background-color: #fff;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}
body.sankeinews section.login {
  width: 424px;
  margin: 40px auto 0 auto;
}
body.sankeinews section.login h2 {
  background-color: #15507c;
  font-size: 1.6rem;
}
body.sankeinews section.login .arrow {
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  text-align: center;
}
body.sankeinews section.login a {
  position: relative;
  display: inline-block;
  padding: 0 0 0 10px;
  color: #333;
  cursor: pointer;
}
body.sankeinews section.login .arrow a:hover {
  color: #999;
}
body.sankeinews section.login .arrow a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: solid 5px transparent;
  border-left: solid 5px #035bb9;
}
body.sankeinews section.login label.label-text.login-01 input[type="text"], body.sankeinews section.login label.label-text.login-01 input[type="email"], body.sankeinews section.login label.label-text.login-01 input[type="password"] {
  width: 400px;
}
body.sankeinews section.registration {
  width: 424px;
}
body.sankeinews section.login button {
  width: 300px;
  margin: 0 0 10px 50px;
}
body.sankeinews section.registration button {
  width: 300px;
  margin: 0 0 20px 50px;
}
section.registration h3 {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
}
section.registration button {
  width: 300px;
  margin: 0 0 20px 0;
  padding: 5px 20px;
  background-color: #a62d2d;
  border: 1px solid #a62d2d;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #fff;
  transition: all .18s ease;
}
body.sankeinews section.information {
  position: relative;
  float: none;
  width: 600px;
  margin: 0 auto 20px auto;
}
body.sankeinews section.information p {
  font-size: 1.4rem;
  color: #000;
}
body.sankeinews .text-common-01 .photo-left {
  float: left;
  margin: 0 20px 10px 0;
}
body.sankeinews .text-common-01 .photo-right {
  float: right;
  margin: 0 0 10px 20px;
}
body.sankeinews .border-01 {
  margin: 0 0 20px 0;
  padding: 20px;
  border: 1px solid #ccc;
  background: #efefef;
  font-size: 1.6rem;
  color: #000;
}
body.sankeinews .lead-01 {
    background: #06517B;
    padding: 40px 20px;
    color: #fff;
    margin: 0 auto 40px auto;
	text-align: center;
}
body.sankeinews .lead-01 .text-01 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 30px;
}
body.sankeinews .lead-01 .text-02 {
    font-size: 1.5rem;
}
/**piano**/
.complete .text-common-01 {
  font-size: 1.5rem;
  margin-bottom: 40px;
  text-align: center;
  line-height: 2.0;
}
.complete .text-common-01 img {
	margin: 5px 0 3px 0;
}
.complete .text-common-03 {
  padding-bottom: 20px;
}
.complete strong {
  font-weight: 700;
}
.complete strong.line-01 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(0, #FAFF5A));
  background: linear-gradient(transparent 75%, #FAFF5A 0);
  font-size: 120%;
}
.complete p.link-default {
  margin: 0 0 60px 0;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.complete p.link-default a {
  font-weight: 700;
  color: #496D80;
}
.complete .title-image {
  text-align: center;
  margin-bottom: 30px;
}
.complete .point-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.complete .point {
  width: 320px;
}
.complete .point h3 {
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.complete .point h3 img {
 height: 80px;
  margin-bottom: 0px;
}
.complete .point .image {
  margin-bottom: 20px;
  height: 200px;
  text-align: center;
}
.complete .point .image img {
  height: 200px;
}
.complete .point .image ul img {
  height: 50px;
}
.complete .point .image ul {
  margin: 3px 0;
}
.complete .point .image ul li {
  text-align: center;
  margin: 8px 0;
}
.complete .point .image ul li img {
  height: 50px;
}
.complete .point .image .present-thumbnail {
  width: 200px;
  height: 200px;
  position: relative;
  overflow: visible!important;
}
.complete .point .image .present-thumbnail img {
  object-fit: cover;
  width: 200px !important;
  height: 200px !important;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.complete .point .image .present-thumbnail span {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 3px 5px;
}
.complete .point .text {
  margin-bottom: 20px;
  width: 315px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.complete .subscription .title-subscription {
  position: relative;
  margin: 40px 0 30px 0;
  text-align: center;
}
.complete .subscription .title-subscription:before {
  content: "";
  width: 50%;
  height: 2px;
  background-color: #333;
  position: absolute;
  left: 25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.complete .subscription .title-subscription span {
  text-align: center;
  display: inline-block;
  background-color: #fff;
  position: relative;
  padding: 0 5px;
  font-size: 2.4rem;
  font-weight: 700;
}
.complete .subscription .image {
  margin-bottom: 30px;
  text-align: center;
}
.complete .subscription p.link-subscription {
  margin-bottom: 60px;
  text-align: center;
  font-size: 2.0rem;
}
.complete .subscription p.link-subscription a {
  display: inline-block;
  width: 300px;
  margin: 0 5px;
  padding: 10px;
  background: #F0A003;
  border: 1px solid #F0A003;
  border-radius: 50px;
  color: #fff;
  font-weight: 700;
  transition: 0.3s;
}
.complete .subscription p.link-subscription a:hover {
  background: #fff;
  border: 1px solid #F0A003;
  color: #F0A003;
}
.complete .subscription ul.news-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.complete .subscription ul.news-list li {
  width: 150px;
}
.complete .subscription ul.news-list .news-thumbnail {
  width: 150px;
  height: 100px;
  margin: 0 auto 5px auto;
}
.complete .subscription ul.news-list .news-thumbnail img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 20%;
    object-position: 50% 20%;
    width: 100%;
    height: 100px;
}
.complete .subscription ul.news-list .news-title {
  font-size: 1.4rem;
  font-weight: 700;
}
.complete .subscription ul.news-list a .news-title {
  color: #333;
}
/**************************************
 no-js
**************************************/
.no-js .js-holder {
  display: none;
}
/**************************************
 style for plan application
**************************************/
.plan .plan-main-image {
  display: block;
  text-align: left;
  width: 50%;
  height: auto;
}
.plan .plan-summary {
  margin-top: 20px;
  display: block;
}
.plan .plan-detail-table {
  width: 80%;
}
.plan .plan-detail-table th {
  width: 30%;
  background-color: #75808c;
  color: #fff;
  padding: 15px 15px 0px 15px;
  border-bottom: 1px solid #fff;
}
.plan .plan-detail-table td {
  padding: 15px 15px 0px 15px;
  background-color: #efefef;
  border-bottom: 1px solid #fff;
}
.margin-l0 {
  margin-left: 0px !important;
}
/* 20201022 kakee */
.buttons {
   max-width: 630px;
   margin: auto;
}
.buttons li {
   float: left;
   margin-right: 30px;
}
.buttons li:nth-child(2n) {
    margin-right: 0;
}
.buttons ul:after {
    content: "";
    display: block;
    clear: both;
}