
/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header / Navigation
3. Forms
4. Elements
5. Extra
-------------------------------------------------------------------*/


/* [1. BODY] */

body {
  background-color: #f5f7fa;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #585858;
  font-size: 15px;
  line-height: 1.6em;
}

h1,h2,h3,h4,h5,h6{color:#3B3B3B;}
h1 {
  margin-top: 20px;
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 38px;
  font-weight: 700;
}
h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 34px;
  font-weight: 700;
}
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  
}
p {
  margin-bottom: 5px;
  color: #585858;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
  line-height: 1.6em;
}
a {
  width: 100%;
  color: #0054ac;
  text-decoration: underline;
}
small{
	font-size: 80%;
	line-height: 1em;
}
strong,b{
	font-weight: bold;
}
.button {
  display: block;
  padding: 4px 15px;
  background-color: black;
  color: white;
  text-align: center;
  text-decoration: none;
}
.navbar {
  z-index: 5;
  height: 55px;
  background-color: rgba(255,255,255,0);
  color: #333;
}
.navbar.transparent {
  background-color: transparent;
}
.mobile-wrapper {
  position: relative;
  width: 342px;
  height: 570px;
  margin-right: auto;
  margin-left: auto;
  background-color: #f5f7fa;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: none;
}

.al-c{ text-align: center; }
.al-r{ text-align: right; }
.al-l{ text-align: left; }

/* [2. HEADER] */

.header{
	background-color: #0d0625;
}
.navbar-button {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 0px;
  color: #ccc;
  line-height: 49px;
  text-align: center;
}
.navbar-button.left {
  float: left;
}
.navbar-button.left.w--open {
  background-color: transparent;
}
.navbar-button.right {
  float: right;
}
.navbar-button.right:active {
  color: #333;
}
.navbar-button.right.bigger {
  font-size: 16px;
}
.icon.ion-ios-more.bigger {
  font-size: 21px;
}
.icon.ion-ios-arrow-left.bigger {
  font-size: 21px;
}
.navbar-button-icon {
  width: 45px;
  height: 45px;
  font-size: 40px;
}
.navbar-button-icon.home-icon {
  display: inline-block;
  width: 27px;
  height: auto;
  margin-top: 18px;
  margin-left: 5px;
}
.navbar-button-icon.smaller {
  font-size: 28px;
}
.navbar-button-icon.ion-ios-search {
  font-size: 27px;
}
.navbar-title {
  position: absolute;
  display: block;
  width: 100%;
  height: 55px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 55px;
  text-align: center;
}
.hero-slider {
  height: 190px;
}
.hero-slider.bigger {
  height: 300px;
}
.slider-bullets {
  font-size: 8px;
}
.arrow-icon {
  width: 53px;
  font-size: 20px;
  text-shadow: rgba(0, 0, 0, 0.32) 1px 1px 1px;
}
.w-slider-arrow-right, .w-slider-arrow-left{
  text-shadow: rgba(0, 0, 0, 0.32) 1px 1px 1px;
}
.w-slider.home-slider{
  height: 270px;
}
.n-p-l{
  padding-left: 0px !important;
}
.n-p-r{
  padding-right: 0px !important;
}
.slide {
  overflow-x: hidden;
  overflow-y: hidden;
  background-image: url('../images/placeholder.png');
  background-position: 42% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.slide.bg2 {
  background-image: url('../images/placeholder.png');
  background-size: cover;
  background-position: 60% 0px;
}
.slide.bg3 {
  background-image: url('../images/placeholder.png');
  background-size: cover;
}
.list-title{
	padding: 5px 20px;
	background: #f1f1f1;
	border-top: 1px solid #e7e7e9;
	border-bottom: 1px solid #e7e7e9;
	font-weight: bold;
}
.list {
  padding-left: 0px;
  background-color: white;
  list-style-type: none;
}
.list.list-messages {
  border-top: 1px solid #e7e7e9;
}
.list.list-chats {
  padding-top: 24px;
  padding-bottom: 65px;
  border-top: 1px solid #e7e7e9;
}
.list-item {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 60px;
  border-bottom: 1px solid #e7e7e9;
  border-left: 3px solid transparent;
  background-color: white;
  padding: 0 25px 0 10px;
  border-bottom: 1px solid #ccc;
}
.list-item::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.list-item:active {
  background-color: #f7f7f7;
}
.list-item.grey {
  border-left: 3px solid transparent;
  background-color: #f7f7f7;
}
.list-item.highlighted {
  border-left: 3px solid #ff274a;
}
.icon-list {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #574586;
  font-size: 40px;
  line-height: 60px;
  text-align: center;
}
.icon-list.highlighted {
  color: #ff274a;
}
.title-list {
  display: inline-block;
  float: left;
  font-size: 14px;
  line-height: 60px;
}
.highlighted {
  color: #c2c2c2;
}
.nav-menu {
  position: absolute;
  display: none;
  width: 92%;
  padding-right: 22px;
  padding-left: 22px;
  background-color: white;
}
.nav-menu.bg-gradient.visible {
  display: block;
  overflow-x: scroll;
  overflow-y: scroll;
  height: 550px;
  background-image: -webkit-linear-gradient(107deg, #574586, black 82%);
  background-image: linear-gradient(343deg, #574586, black 82%);
}
.nav-menu-header {
  height: 137px;
  padding-top: 50px;
}
.nav-menu-link {
  display: block;
  height: 50px;
  padding: 0px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
  text-decoration: none;
  border-top:solid 1px #999;
  border-bottom:solid 1px #999;
}
.nav-menu-link:active {
  color: white;
}
.nav-menu-link.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.nav-menu-link.dropdown {
  height: auto;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.nav-menu-titles {
  display: inline-block;
  float: left;
  line-height: 48px;
  text-align: left;
  color: rgba(255, 255, 255, 0.84);
}
.icon-list-menu {
  display: inline-block;
  width: 40px;
  height: 50px;
  float: left;
  color: rgba(255, 255, 255, 0.34);
  font-size: 24px;
  line-height: 48px;
  text-align: left;
}
.nav-menu-text-right {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-top: 14px;
  float: right;
  border-radius: 12px;
  background-color: #ff274a;
  color: white;
  font-size: 11px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}
.logo {
  padding-top: 20px;
  padding-bottom: 8px;
  font-size: 20px;
  text-align: center;
}
.slogan {
  color: #c2c2c2;
  font-size: 11px;
  text-align: left;
}
.wrapper-mask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  margin-top: -15px;
  opacity: 0;
}
.hero-image {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 173px;
  background-color: black;
}
.hero-image-img {
  height: 100%;
  opacity: 0.62;
}
.hero-image-title {
  position: absolute;
  left: 50px;
  bottom: 30px;
  z-index: 1;
  color: white;
}
.h3-title{
	background: #574586;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 2px #40324a;
	padding: 10px 20px;
	margin: 0;
	line-height: 1;
}
.h4-title{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b397cb+0,9269b5+100 */
background: #b397cb; /* Old browsers */
background: -moz-linear-gradient(top,  #b397cb 0%, #9269b5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b397cb 0%,#9269b5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b397cb 0%,#9269b5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b397cb', endColorstr='#9269b5',GradientType=0 ); /* IE6-9 */

	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 2px #40324a;
	padding: 5px 20px;
	margin: 0;
}

.news-list{
	padding: 20px 0;
	border-bottom: solid 1px #dcdcdc;
}

/* [3. FORMS] */

.logo-login {
  height: 211px;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: 121px;
  background-repeat: no-repeat;
}
.logo-login.smaller {
  height: 97px;
  background-size: 70px;
}
.logo-login.bigger {
  height: 304px;
}
.bottom-section {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-bottom: 5px;
}
.padding {
  padding-right: 28px;
  padding-left: 28px;
  background-color: transparent;
  opacity: 1;
}
.padding.smaller {
  padding-right: 16px;
  padding-left: 16px;
}
.padding.smaller.search-fixed {
  position: fixed;
  z-index: 3;
  height: 130px;
  -webkit-transform: translate(0px, -69px);
  -ms-transform: translate(0px, -69px);
  transform: translate(0px, -69px);
}
.link-upper {
  display: inline-block;
  color: rgba(255, 255, 255, 0.4);
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}
.link-upper.dark {
  color: #c2c2c2;
}
.b-link {
  color: white;
  font-weight: 400;
}
.b-link:active {
  color: #4fd2c2;
}

.label-form {
  margin-bottom: 0px;
  color: #444;
  font-size: 15px;
}
.label-form.middle {
  display: inline-block;
  float: left;
  line-height: 36px;
}
.label-form.light {
  color: rgba(255, 255, 255, 0.34);
}
.input-form {
  display: inline-block;
  width: 100%;
  height: 40px;
  padding:12px 10px;
  border: solid 1px #aaa;
  border-radius: 5px;
  background-color: transparent;
  color: #555;
  font-size: 16px;
  font-weight:bold;
  margin:10px 0;
}
.input-form:focus {
  border-bottom-width: 1px;
  border-bottom-color: #ff274a;
}
.input-form.left {
  width: 100%;
  color: #9e9696;
}
.input-form.one-line {
  height: 55px;
  margin-bottom: 3px;
}
.input-form.last {
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.input-form.in-grey {
  height: 42px;
  padding-bottom: 12px;
}
.input-form.in-grey-last {
  margin-bottom: 15px;
  border-bottom-style: none;
  border-bottom-width: 0px;
}
.input-form.search-input {
  height: 38px;
  margin-bottom: 15px;
  padding-right: 35px;
  padding-left: 10px;
  background-color: white;
}
.input-form.light {
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.12);
  color: white;
}
.input-form.textarea {
  height: 80px;
}
.input-form.select {
  background-image: -webkit-linear-gradient(transparent, transparent);
  background-image: linear-gradient(transparent, transparent);
}
.separator-button-input {
  height: 30px;
}
.separator-fields {
  height: 15px;
}
.right-input-link {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 40%;
  height: 37px;
  color: #ccc;
  font-size: 11px;
  line-height: 37px;
  text-align: right;
  text-decoration: none;
}
.right-input-link:active {
  color: #333;
}
.block-input-combined {
  position: relative;
}
.sub-title-small {
  padding-top: 6px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 11px;
}
.w50 {
  width: 50%;
  float: left;
}
.w50.left {
  padding-right: 20px;
}
.radio-button {
  position: relative;
  display: inline-block;
  margin-left: 31px;
  float: right;
}
.radios-container {
  padding-top: 9px;
  line-height: 21px;
}
.radio-bullet {
  margin-left: -23px;
  opacity: 0;
}
.radio-bullet-replacement {
  position: absolute;
  left: -4px;
  top: 4px;
  width: 13px;
  height: 13px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
}
.radio-bullet-replacement.checked {
  border-color: #ff274a;
  border-bottom-width: 1px;
  background-color: #ff274a;
}
.checkbox-field {
  position: relative;
  float: right;
}
.checkbox-label {
  display: inline-block;
  width: 35px;
  height: 15px;
  min-width: 30px;
  margin-top: 3px;
  border-radius: 15px;
  background-color: #ededed;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.checkbox-label.checked {
  background-color: #e7bec5;
}
.checkbox-handle {
  position: absolute;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  background-color: #d6d6d6;
  -webkit-transition: all 150ms ease-out;
  transition: all 150ms ease-out;
}
.checkbox-handle.checked {
  background-color: #ff274a;
  -webkit-transform: translate(16px, 0px);
  -ms-transform: translate(16px, 0px);
  transform: translate(16px, 0px);
}
.checkbox-input {
  display: none;
}


/* [4. ELEMENTS] */

.background-grey {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 79px;
  margin-top: -16px;
  margin-left: -28px;
  background-color: #f7f7f7;
}
.background-grey.last {
  height: 71px;
}
.background-grey.search {
  height: 69px;
  margin-left: -16px;
}
.row-input-list {
  position: relative;
}
.row-input-list.search {
  margin-top: 0px;
}
.right-input-icon {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 37px;
  height: 37px;
  color: #dbdbdb;
  font-size: 18px;
  line-height: 36px;
  text-align: right;
}
.right-input-icon.color {
  margin-right: 0px;
  color: #ff274a;
  text-align: center;
}
.right-input-icon.search {
  margin-right: 0px;
  padding-top: 2px;
  padding-right: 3px;
  text-align: center;
}
.page-content {
  position: absolute;
  width: 100%;
  height: 100%;
}
.page-content.loading-mask {
  position: fixed;
  z-index: 50;
  display: none;
  background-color: black;
  opacity: 0.6;
  -webkit-transition: opacity 250ms linear;
  transition: opacity 250ms linear;
  text-align: center;
  color: rgba(255, 255, 255, 0.72);
}
.page-content.loading-mask.stop-loading {
  opacity: 0;
}
.page-content.bg-gradient {
  background-color: #1f2532;
  background-image: -webkit-linear-gradient(107deg, #574586, black 98%);
  background-image: linear-gradient(343deg, #574586, black 98%);
}
.loading-icon {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  bottom: 50%;
  display: block;
  width: 44px;
  height: 40px;
  margin-right: auto;
  margin-left: auto;
  font-size: 40px;
}
.loading-icon.splash {
  top: 70%;
  width: 30px;
  color: rgba(255, 255, 255, 0.17);
  font-size: 36px;
}
.text-centered {
  text-align: center;
}
.version-text {
  padding-bottom: 40px;
  color: #a1a1a1;
  font-size: 11px;
}
.separator-bottom {
  height: 15px;
}
.splash-logo {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-image: url('../images/logo.png');
  background-position: 50% 38%;
  background-size: 121px;
  background-repeat: no-repeat;
}
.separator-big {
  height: 95px;
}
.toolbar-top-button {
  display: inline-block;
  width: 49.33%;
  padding-top: 22px;
  padding-bottom: 9px;
  border-bottom: 3px solid white;
  background-color: white;
  font-size: 10px;
  text-align: center;
  text-decoration: none;
}
.toolbar-top-button.w--current {
  border-bottom-width: 3px;
  border-bottom-color: #ff274a;
  background-color: white;
}
.tabs-content {
  background-color: whitesmoke;
}
.group-block {
  width: 50%;
  padding-top: 10px;
  padding-right: 4px;
  float: left;
}
.group-block.last {
  margin-right: 0px;
  padding-right: 0px;
  padding-left: 6px;
}
.group-image {
  height: 164px;
  background-image: url('../images/placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.group-image.bg1 {
  background-image: url('../images/placeholder.png');
  background-size: cover;
}
.group-image.bg2 {
  background-image: url('../images/placeholder.png');
  background-position: 0px 50%;
  background-size: cover;
}
.group-image.bg3 {
  background-image: url('../images/placeholder.png');
  background-size: cover;
}
.group-image.bg4 {
  background-image: url('../images/placeholder.png');
  background-position: 0px 50%;
  background-size: cover;
}
.group-image.bg5 {
  background-image: url('../images/placeholder.png');
  background-size: cover;
}
.group-title {
  height: 68px;
  background-color: white;
  text-align: center;
}
.title-text {
  line-height: 68px;
}
.tab-pane {
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.list-news {
  display: inline-block;
  padding-left: 0px;
  list-style-type: none;
}
.list-item-new {
  margin-bottom: 25px;
  box-shadow: #e3e3e3 0px 0px 6px 0px;
}
.image-new {
  position: relative;
  height: 200px;
  background-image: url('../images/placeholder.png');
  background-position: 50% 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-new.bg1 {
  background-image: url('../images/placeholder.png');
  background-size: cover;
}
.image-new.bg2 {
  background-image: url('../images/placeholder.png');
  background-size: cover;
}
.text-new {
  padding: 20px;
}
.text-new.borders {
  border-style: none;
  border-width: 0px;
}

.text-new.midashi {
  background-color: #362957;
  background-image: url(../images/site-head_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  background-position: 0 50%, 100%;
  color: #fff;
}

.text-new.purple {
  background-color: #362957;
   background-size: contain;
  -webkit-background-size: contain;
  background-position: 0 50%, 100%;
  color: #fff;
}
.text-new.navy {
  background-color: #060226;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: 0 50%, 100%;
  color: #fff;
}
.text-new.midashi p,
.text-new.purple p,
.text-new.navy p{
  padding-right: 0;
  padding-left: 0;
  color: #fff;
}

.text-new.n-b-b {
  border-bottom: 1px none black;
}
.title-new {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 1.6em;
}
.description-new {
  padding-right: 0px;
  padding-left: 0px;
  font-size: 11px;
}
.description-new.larger {
  font-size: 13px;
}
.news-container {
  position: relative;
  display: inline-block;
  margin-top: 77px;
  padding-right: 15px;
  padding-left: 15px;
  background-color: white;
}
.news-container.item-new {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.news-container.home {
  margin-top: 0px;
}
.category-link {
  display: inline-block;
  width: auto;
  height: 20px;
  margin-top: 10px;
  margin-right: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 15px;
  background-color: #ededed;
  color: #878787;
  font-size: 8px;
  line-height: 21px;
  text-decoration: none;
}
.news-mask {
  position: fixed;
  z-index: 2;
  display: none;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.61);
  opacity: 0;
}
.options-new {
  padding: 18px 20px 16px;
  background-color: #fafafa;
}
.options-new.tighter {
  position: absolute;
  top: 0px;
  right: -3px;
  display: inline-block;
  padding: 10px 0px 5px 10px;
  float: left;
  background-color: rgba(0, 0, 0, 0);
}
.options-new.less-padding-sides{
  padding: 11px 11px 5px;
}
.options-new.less-padding-sides-blog{
  padding: 18px 15px 16px;
}
.options-new.border-top{
  border-top: 1px solid #e6e6e6;
}
.small-button {
  width: auto;
  margin-right: 12px;
  padding: 7px 16px;
  border-radius: 2px;
  background-color: #ff274a;
  color: white;
  font-size: 10px;
  text-decoration: none;
}
.small-button.icon-only {
  padding-right: 7px;
  padding-left: 7px;
  text-align: center;
}
.small-button.icon-only.grey {
  background-color: #e8e8e8;
  color: #878787;
}
.small-button.icon-only.grey.right {
  margin-right: 0px;
  margin-left: 16px;
  float: right;
}
.small-button.icon-only.grey.p-r {
  margin-right: 5px;
}
.small-button.icon-only.grey.p-r.selected2 {
  background-color: #fafafa;
}
.small-button.icon-only.grey.selected {
  background-color: #fafafa;
}
.small-button.icon-only.social-squared.facebook {
  background-color: #3b5998;
}
.small-button.icon-only.social-squared.twitter {
  background-color: #4099ff;
}
.small-button.icon-only.social-squared.pinterest {
  background-color: #c92228;
}
.small-button.icon-only.social-squared.dribbble {
  background-color: #ea4c89;
}
.small-button.icon-only.social-squared.mail {
  background-color: #1f81c2;
}
.small-button.grey {
  background-color: #e8e8e8;
  color: #878787;
}
.small-button.grey.right {
  float: right;
}
.small-button.grey.last {
  margin-right: 0px;
}
.small-button.social {
  margin-right: 7px;
  margin-bottom: 7px;
  padding-right: 12px;
  padding-left: 12px;
}
.small-button.social.facebook {
  background-color: #3b5998;
}
.small-button.social.twitter {
  background-color: #4099ff;
}
.icon-button {
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 20px;
  height: 15px;
  padding-bottom: 20px;
  float: left;
  font-size: 13px;
}
.icon-button.bigger {
  font-size: 20px;
}
.text-button {
  display: inline-block;
  padding-top: 1px;
  float: left;
  line-height: 19px;
}
.grey-header {
  overflow: hidden;
  position: relative;
  padding: 10px 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  background-color: #fafafa;
}
.grey-heading-title {
  font-size: 16px;
}
.square-map {
  height: 300px;
}
.hero-map {
  height: 280px;
}
.image-message {
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 48px;
  height: 48px;
  margin-top: 7px;
  border-radius: 25px;
}
.column-left {
  position: relative;
  display: block;
  width: 77px;
  height: 62px;
  float: left;
  text-align: center;
}
.message-title {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 5px;
  font-size: 14px;
}
.list-message {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e7e7e9;
}
.list-message:active {
  background-color: #f7f7f7;
}
.column-right {
  padding-right: 20px;
}
.column-right.chat {
  overflow-x: hidden;
  overflow-y: hidden;
  margin-right: 50px;
}
.column-right.chat.right {
  position: relative;
  margin-right: 10px;
  margin-left: 100px;
  padding-left: 20px;
}
.message-text {
  display: block;
  padding-bottom: 3px;
  color: #a3a3a3;
  font-size: 11px;
  line-height: 1.6em;
  text-decoration: none;
}
.list-chat {
  margin-bottom: 8px;
}
.chat-text {
  display: inline-block;
  margin-top: 7px;
  padding: 12px 15px;
  float: left;
  border-radius: 0px 12px 12px;
  background-color: #f0f0f0;
  color: #333;
  font-size: 12px;
  line-height: 17px;
}
.chat-text.right {
  float: right;
  border-top-left-radius: 12px;
  border-top-right-radius: 0px;
  background-color: #102a3b;
  color: white;
}
.arrow-globe {
  position: absolute;
  width: 0px;
  height: 0px;
  margin-top: 7px;
  margin-left: -12px;
  border-right: 12px solid #f0f0f0;
  border-bottom: 6px solid transparent;
}
.arrow-globe.right {
  top: 0px;
  right: 9px;
  border-right: 0px none transparent;
  border-left: 12px solid #102a3b;
}
.chat-time {
  display: block;
  padding-left: 12px;
  float: left;
  clear: left;
  color: #cfcfcf;
  font-size: 9px;
  line-height: 19px;
}
.chat-time.right {
  padding-right: 15px;
  float: right;
  clear: both;
}
.input-chat-block {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  height: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  border-top: 1px solid #ebebeb;
  background-color: #f2f2f2;
}
.input-chat {
  width: 82%;
  height: 39px;
  float: left;
  border-style: solid;
  border-width: 0px 0px 1px;
  border-color: black black #e3e3e3;
  border-radius: 0px;
  font-size: 11px;
}
.input-chat:focus {
  border-bottom-color: #4fd2c2;
}
.chat-button {
  width: 18%;
  padding: 9px 0px;
  float: right;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background-color: #102a3b;
  color: white;
  font-size: 12px;
}
.slider-element-test {
  padding-top: 90px;
  color: white;
  font-size: 19px;
  line-height: 1.6em;
  text-align: center;
}
.social-block {
  display: inline-block;
  float: left;
}
.bar-home-icon {
  width: 100%;
  height: 1px;
  margin-bottom: 7px;
  background-color: #ccc;
}
.bar-home-icon.top {
  width: 80%;
}
.bar-home-icon.middle {
  width: 60%;
}
.bar-home-icon.bottom {
  width: 40%;
}
.shadow-layer {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  display: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  box-shadow: rgba(0, 0, 0, 0.34) 0px 0px 15px -2px;
}
.shadow-layer.white {
  background-color: white;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
}
.stop-loading22 {
  opacity: 0;
}
.todelete {
  position: absolute;
  display: none;
  width: 287px;
  height: 52px;
  background-color: black;
}
.todelete.top {
  left: 104px;
  top: -207px;
  width: 145px;
  height: 156px;
}
.light {
  color: white;
}
.light-semitransparent {
  color: rgba(255, 255, 255, 0.66);
}
.bg-gradient {
  background-image: -webkit-linear-gradient(107deg, #4c68b1, black 82%);
  background-image: linear-gradient(343deg, #4c68b1, black 82%);
}
.list-calendar-events {
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 20px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e9;
}
.calendar-col-left {
  width: 100%;
  float: left;
}
.calendar-col-right {
  position: absolute;
  display: inline-block;
  width: 32px;
  margin-left: -32px;
  float: left;
}
.image-calendar-event {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 28px;
  height: 28px;
  margin-top: 4px;
  float: right;
  border-radius: 16px;
}
.calendar {
  padding: 10px;
  background-color: #151d31;
}
.calendar-days {
  padding-right: 0px;
  padding-left: 0px;
  list-style-type: none;
}
.calendar-cell-day {
  width: 14.28%;
  height: 50px;
  float: left;
  text-align: center;
}
.text-calendar-event {
  color: white;
  line-height: 50px;
}
.text-calendar-event:hover {
  background-color: white;
  color: #102a3b;
}
.text-calendar-event:active {
  background-color: white;
}
.text-calendar-event.header {
  color: rgba(255, 255, 255, 0.30);
  font-size: 12px;
}
.text-calendar-event.header:hover {
  background-color: rgba(255, 255, 255, 0.04);
}
.text-calendar-event.semitrans {
  background-color: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.30);
}
.text-calendar-event.semitrans:hover {
  color: rgba(255, 255, 255, 0.5);
}
.event-bullet {
  display: block;
  width: 5px;
  height: 5px;
  margin-top: -12px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 4px;
  background-color: #ff274a;
}
.left-text-icon {
  display: inline-block;
  width: 22px;
  height: 20px;
  float: left;
  color: #a3a3a3;
  font-size: 18px;
}
.event-title {
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 10px;
}
.event-text {
  display: inline-block;
  margin-right: 20px;
  float: left;
  color: #a3a3a3;
  font-size: 12px;
  line-height: 1.6em;
}
.portfolio-item {
  width: 50%;
  padding-right: 10px;
  padding-bottom: 10px;
  float: left;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.portfolio-gallery {
  padding-top: 10px;
  padding-left: 10px;
}
.portfolio-gallery.inline {
  padding-left: 20px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-top: 0;
}
.portfolio-image {
  width: 100%;
  padding-top: 100%;
  background-image: url('../images/placeholder.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.portfolio-image.bg1 {
  background-image: url('../images/placeholder.png');
  background-position: 0px 0px;
  background-size: cover;
}
.portfolio-image.bg2 {
  background-image: url('../images/placeholder.png');
  background-position: 0px 50%;
  background-size: cover;
}
.portfolio-image.bg3 {
  background-image: url('../images/placeholder.png');
  background-position: 0px 0px;
  background-size: cover;
}
.portfolio-image.bg4 {
  background-image: url('../images/placeholder.png');
  background-position: 0px 0px;
  background-size: cover;
}
.portfolio-image.bg5 {
  background-image: url('../images/placeholder.png');
  background-position: 0px 0px;
  background-size: cover;
}
.icon-grid-cols {
  margin-top: 4px;
  margin-left: 2px;
}
.icon-grid-cols.p-l {
  margin-left: 4px;
}
.icon-grid-item {
  width: 3px;
  height: 3px;
  margin-right: 2px;
  margin-bottom: 2px;
  float: left;
  background-color: #333;
}
.icon-grid-item.last {
  margin-right: 0px;
}
.icon-grid-item._2-cols {
  width: 6px;
  height: 5px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.icon-grid-item._1-col {
  width: 15px;
  height: 2px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.grid-1-column {
  width: 100%;
}
.grid-2-columns {
  width: 50%;
}
.grid-3-columns {
  width: 33.333%;
}
.home-content {
background-color: #f5f7fa;
}
.title-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
}
.news-slider {
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}
.news-slider.grey {
  border-bottom: 1px solid #e6e6e6;
  background-color: #fafafa;
}
.news-slide {
  height: 100%;
}
.news-arrows {
  margin-top: 90px;
  font-size: 25px;
}
.news-arrows.left {
  margin-left: 35px;
}
.news-arrows.right {
  margin-right: 35px;
}
.news-slidenav {
  top: 169px;
  bottom: auto;
  font-size: 6px;
}
.portfolio-image-hidden {
  display: none;
  background-image: url('../images/');
  background-position: 0px 0px;
}
.portfolio-video-icon {
  position: absolute;
  display: inline-block;
}
.link-blog-list {
  display: block;
}
.footer-copyright {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e6e6e6;
  text-align: center;
}
.social-media-centered {
  text-align: center;
}
.drop-down-list {
  position: relative;
  display: none;
  margin: 8px -22px;
  padding: 8px 22px 8px 45px;
  background-color: rgba(255, 255, 255, 0.02);
}
.dropdown-icon {
  margin-right: 6px;
}
html.w-mod-js *[data-ix="menu-mask"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="list-item"] {
  opacity: 0;
  -webkit-transform: translate(-26px, 0px);
  -ms-transform: translate(-26px, 0px);
  transform: translate(-26px, 0px);
}
@media (max-width: 991px) {
}
@media (max-width: 767px) {
}
@media (max-width: 479px) {
  .mobile-wrapper {
    width: 100%;
  }
}


/* [5. EXTRA] */

.navbar{
    width:inherit;
}
.radio-bullet-replacement, .checkbox-handle, .loading-mask, .shadow-layer{
    pointer-events:none;
}
input[type=text], textarea {
    outline: none;
}
input[type=text]:focus, textarea:focus {
    outline: none;
}
*{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
*:not(input):not(textarea){
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.loading-icon {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 2500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 2500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 2500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 2500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@-moz-keyframes spin {
    from { -moz-transform: rotate(0deg); }
    to { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}
.loading-mask{
    display:block !important;
}
.w-input.light::-webkit-input-placeholder { /* WebKit browsers */
    color: #ffffff;
}
.w-input.light:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 1;
}
.w-input.light::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 1;
}
.w-input.light:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #ffffff;
}
.navbar, .page-content, .news-mask, .search-fixed, .input-chat-block, .loading-mask, .shadow-layer{
    width:inherit;
}
.nav-menu{
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.small-button.social.last{
  margin-right: 0;
}
.small-button.icon-only.grey.right.last{
  margin-left: 0;
}

/* breadcrumb */

.breadcrumb{
	margin: 0 0 0.6em 0;
}
.cd-breadcrumb{
    list-style: none;
    padding: 0;
}
.cd-breadcrumb li {
    display: inline-block;
    float: left;
    margin: 0.2em 0;
    font-size: 12px;
}

.cd-breadcrumb li a{
	color: #1E3894;
}
.cd-breadcrumb li::after, .cd-multi-steps li::after {
  display: inline-block;
  content: '\00bb';
  margin: 0 .6em;
  color: #1E3894;
}

.cd-breadcrumb li.current::after{
	content: none!important;
}

.cd-breadcrumb::after {
    clear: both;
    content: "";
    display: table;
}

/* footer */

.global-footer{
	background: #2d344b;
	color: #fff;
	font-size: 80%;
}
.global-footer .footer-bottom {
    text-align: center;
    padding: 10px 0;
    line-height: 18px;
}
.bottom-menu{
	display: block;
	border-top: solid #aaa 1px;
}
.footer-nav{
	background-color: #ededef;
	width: 100%;
	list-style: none;
	padding: 0;
}
.footer-nav li{
    width: 100%;
}
.footer-nav li {
    border-bottom: 1px solid #aaa;
}
.footer-nav li a, .footer-nav li span{
    display: table-cell;
    vertical-align: middle;
    padding-right: 20px;
    width: 100%;
    color: #333;
    text-decoration: none;
    line-height: 1.33;
}
.footer-nav li a {
    position: relative;
    padding-left: 18px;
    height: 38px;
    font-size: 80%;
	color: #333;
}

.footer-nav li a::after {
	content: "";
    display: inline-block;
    margin-left: 6px;
    border-top: 6px solid currentColor;
    border-right: 6px solid transparent;
    border-bottom: 0;
    border-left: 6px solid transparent;
}

/* ラジオボタン */
.radiobottom .button{
	background-color: #fff;
}
.radiobottom input[type="radio"] {
  display: none;
}
.radiobottom .toggle-radio {
  padding-top: 10px;
  text-align: center;
}
.radiobottom #button-1:checked ~ .toggle-radio label[for='button-1'], .radiobottom #button-2:checked ~ .toggle-radio label[for='button-2'],.radiobottom #button-3:checked ~ .toggle-radio label[for='button-3'], .radiobottom #button-4:checked ~ .toggle-radio label[for='button-4'],.radiobottom #button-5:checked ~ .toggle-radio label[for='button-5'], .radiobottom #button-6:checked ~ .toggle-radio label[for='button-6'] {
  color: #fff;
  background: #8174ce;
}
.radiobottom .toggle-radio label:first-of-type {
  border-left: 1px solid;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
.radiobottom .toggle-radio label:last-of-type {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
.radiobottom .button{
	width: 100%;
	display: block;
	padding: 0;
}
.radiobottom .button label {
  width: 50%;
}
.radiobottom .toggle-radio label {
  display: inline-block;
  padding: 12px 0 12px;
  font-size: 12px;
  background: #dedbf6;
  text-align: center;
  cursor: pointer;
  color: #fff;
}

/* アコーディアオン */
.accordion .child {
	display: none;
}
.accordion{
	padding-left: 0;
	background-color: #362957;
}
.accord-a{
	display:table-cell;
	vertical-align: middle;
}
.accord-a span{
	color:#666;
	font-size: 0.9em;
}
.accordion li{
	position: relative;
	display: block;
	border-top: solid 1px #f8f8f8;
	border-bottom: solid 1px #e2e2e2;
	cursor: pointer;
	background-color: #fff;
}
.accordion li a{
	width: 100%;
	padding: 18px 25px 18px 20px;
	display: block;
	position: relative;
	color:#333;
	
}
.accordion li ul{
	padding-left: 0;
}
.accordion li ul.inner li{
	padding: 0;
}
.accordion li ul.inner p{
	color: #333;
	padding: 0 15px;
}
.sodan-title{
	background: #ecebf1;
	color: #333;
	padding: 10px 15px;
	line-height: 1;
	margin-bottom: 20px;
}
.accordion li a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -7px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.accordion a.menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.accordion li li {
	position: relative;
	display: block;
	padding: 10px;
	border-bottom: none;
	color:#ffffff;
}

.accordion li li::after {
	border: none
}


.sectionbody {
	background-color: #362957;
}
.sectionbody p{
	color: #fff;
}

.kekka_top {
	background-color: #000000;
	background-image: url('../images/kekka_heder_bg_01.png');
	background-size: 100%;
	background-position:top center;
	background-repeat:no-repeat;
	color: #fff;
	
}
.sectionbody{
	color: #fff;
}


.sec-title{
	background: #574586;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 0px 2px #40324a;
	padding: 10px 20px;
	margin: 0;
	text-align: center;
	font-size: 18px;
	letter-spacing: 1px;
	line-height: 1;
}

.navbar-title img{
	width: 110px;
}

.aisho_top{
	background-image: url(../images/aisho_top_bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/*.aiho_bg{
	background-image: url(../images/aisho_heart_bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}*/

@-webkit-keyframes bigAssButtonPulse{from{background-color:#749a02;-webkit-box-shadow:0 0 25px #333;}50%{background-color:#91bd09;-webkit-box-shadow:0 0 50px #91bd09;}to{background-color:#749a02;-webkit-box-shadow:0 0 25px #333;}}
@-webkit-keyframes greenPulse{from{background-color:#3ac09c;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#5bcea1;-webkit-box-shadow:0 0 18px #5bcea1;}to{background-color:#3ac09c;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes bluePulse{from{background-color:#007d9a;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#2daebf;-webkit-box-shadow:0 0 18px #2daebf;}to{background-color:#007d9a;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes redPulse{from{background-color:#db447b;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#e95586;-webkit-box-shadow:0 0 18px #e95586;}to{background-color:#db447b;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes magentaPulse{from{background-color:#630030;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#a9014b;-webkit-box-shadow:0 0 18px #a9014b;}to{background-color:#630030;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes orangePulse{from{background-color:#d45500;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#ff5c00;-webkit-box-shadow:0 0 18px #ff5c00;}to{background-color:#d45500;-webkit-box-shadow:0 0 9px #333;}}
@-webkit-keyframes orangellowPulse{from{background-color:#eba838;-webkit-box-shadow:0 0 9px #333;}50%{background-color:#ebbc38;-webkit-box-shadow:0 0 18px #ebbc38;}to{background-color:#eba838;-webkit-box-shadow:0 0 9px #333;}}
a.button{-webkit-animation-duration:2s;-webkit-animation-iteration-count:infinite;}
.green.button{-webkit-animation-name:greenPulse;-webkit-animation-duration:4s;}
.blue.button{-webkit-animation-name:bluePulse;-webkit-animation-duration:4s;}
.red.button{-webkit-animation-name:redPulse;-webkit-animation-duration:4s;}
.magenta.button{-webkit-animation-name:magentaPulse;-webkit-animation-duration:2s;}
.orange.button{-webkit-animation-name:orangePulse;-webkit-animation-duration:3s;}
.orangellow.button{-webkit-animation-name:orangellowPulse;-webkit-animation-duration:5s;}
.wall-of-buttons{text-align:center;margin-top:2em;margin-bottom:2em;}


a.button {
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: block;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    -webkit-appearance: none;
    background-color: #2daebf;
    border-color: #238896;
    color: white;
    font-size: 1.1em;
    border-radius: 30px;
    -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
}


a.pink.button{
	background-color:#db447b;
}

button.button {
    cursor: pointer;
    font-family: inherit;
    font-weight: bold;
    line-height: normal;
    margin: 0 0 1.25em;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-left: 1.5em;
    -webkit-appearance: none;
    font-size: 1.2em;
    background-color: #2daebf;
    border-color: #238896;
    color: white;
    border-radius: 30px;
    -moz-box-shadow: 0 -2px 0 rgba(0,0,0,0.2) inset;
}
.gold.button{
  background: #6948cd;
  width: 100%
}


button.button::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.sectionsent{
	padding: 10px 20px;
	color: #fff;
}

.pageNav ul{
	margin: 0 0 10px;
	padding: 30px 10px 5px;
	text-align: center;
}

.pageNav ul li {
	display: inline-block;
	margin: 0 2px;
	padding: 0;
}

.pageNav ul li span {
	display: block;
	margin-bottom: 5px;
	padding: 6px 13px 4px 13px;
	background: #b092c9;
	text-decoration: none;
	vertical-align: middle;
}

.pageNav ul li a {
	display: inline-block;
	margin-bottom: 5px;
	padding: 5px 13px;
	background: #eeeff7;
	text-decoration: none;
	vertical-align: middle;
}

.koumoku img{
	padding: 10px 0 10px 0 ;
}


/*============================================================
フキダシデザイン 
============================================================*/
.arrow_answer,
.arrow_question {
    position: relative;
    background: #dad4bc;
    border: 1px solid #c8c8c8;
    padding: 10px 15px;
    border-radius: 10px;
    width: 60%;
    font-size: 13px;
    margin: 0 10px;
}
.arrow_question p{
	color: #333;
	padding: 5px 8px;
	font-size: 0.9em;
}
.arrow_answer p{
	color: #333;
	padding: 5px 8px;
	font-size: 0.9em;
}
.arrow_question {
    float: right;
    margin-right: 20px;
}
.arrow_answer:after,
.arrow_answer:before,
.arrow_question:after,
.arrow_question:before {
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.arrow_question:after,
.arrow_question:before { right: 100%; }
.arrow_answer:after,
.arrow_answer:before { left: 100%; }
.arrow_answer:after,
.arrow_question:after {
    border-color: rgba(255, 255, 255, 0);
    border-width: 15px;
    margin-top: -15px;
}
.arrow_answer:after { border-left-color: #dad4bc ; }
.arrow_question:after { border-right-color: #dad4bc ; }
.arrow_answer:before,
.arrow_question:before {
    border-color: rgba(200, 200, 200, 0);
    border-width: 16px;
    margin-top: -16px;
}
.arrow_answer:before { border-left-color: #c8c8c8; }
.arrow_question:before { border-right-color: #c8c8c8; }
.question_image { float: left; }
.answer_image {
    float: right;
    margin-right: 20px;
}
.answer_image img,
.question_image img { border-radius: 50px; }
.question_Box {
    margin-bottom: 25px;
    overflow: hidden;
}

.button-area{
	padding-top: 15px;
	padding-bottom: 15px;
}

ul.sns-tag{
	list-style-type: none;
	padding: 20px 0; 
}
ul.sns-tag li{
	display: inline-block;
	vertical-align:top;
	text-align: center;
	padding: 0 8px;
	line-height: 0;
}

.season table{
	width:320px;
	border-spacing: 0;
	table-layout: fixed;
	
}

.season table tr:nth-child(even) {
    background: #64407c;
   
}

.season table tr th{
	font-weight: normal;
}

.season table tr td{
	text-align:center;
	padding: 5px;
	color: #fff;
}


.season td:nth-child(1){
	width:100px;
	text-align:right;
}
.season td:nth-child(2){
	width:60px;
	border-right:solid 1px;
	padding-right:30px;
	
		
}
.season td:nth-child(3){
	width:95px;
	text-align:right;
	padding-right:10px;
}
.season td:nth-child(4){
	width:65px;
	padding-right:50px;
}

.season table tr th{
	text-align:center;
	padding: 5px 0 5px 0;
	color: #fff;
}

.season th:nth-child(3n+1){
	width:40px;
	text-align:right;
	padding-right:5px;
}

.season th:nth-child(3n+2){
	width:50px;
	text-align:right;
}
.season th:nth-child(3n+3){
	width:55px;
	padding-right:25px;
}

.season h3{
	margin: 20px 0 10px 20px;
}

.geino-list {
  padding-left: 0px;
  list-style-type: none;
  background: #362957;
  padding-bottom: 10px;
}
.geino-list.geino-list-messages {
  border-top: 1px solid #e7e7e9;
}
.geino-list.geino-list-chats {
  padding-top: 24px;
  padding-bottom: 65px;
  border-top: 1px solid #e7e7e9;
}
.geino-list-item {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 80px;
  margin: 5px 10px;
  border-left: 3px solid #e54678;
  background-color: white;
  padding: 0 25px 0 10px;
}
.geino-list-item::after {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 1px solid #888;
	border-right: 1px solid #888;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.geino-list-item:active {
  background-color: #f7f7f7;
}
.geino-list-item.grey {
  border-left: 3px solid transparent;
  background-color: #f7f7f7;
}
.geino-list-item.highlighted {
  border-left: 3px solid #ff274a;
}
.geino-icon-list {
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  color: #574586;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
}
.geino-icon-list.highlighted {
  color: #ff274a;
}
.geino-title-list {
  display: inline-block;
  float: left;
  padding-left: 10px;
  font-size: 14px;
  padding-top:18px;
  line-height: 1.6;
}

.sectionbody2{
	background:#fef0ee;
}

.geino-rank{
	margin: 10px;
	border: solid 1px #c19534;
	background: #fff;
	text-align: center;
}
.geino-rank .geino-rank-title{
	background: #c19534;
	color: #fff;
	padding: 5px 20px;
	font-size: 0.8em
}
.geino-rank .geino-rank-number{
	padding: 8px 20px 5px 20px;
}
.geino-rank .geino-rank-number span{
	font-size: 1.8em;
	color: #c19534;
	font-family: serif;
}

.pattern2 {
  background: #e691a6;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 8px 20px 5px 20px;
  margin: 25px 10px;
}

.geino-table{
	width: 100%;
	table-layout:fixed;
	text-align: center;
	background: #fff;
	margin-bottom: 20px;
}

.geino-table td{
	padding: 20px;
	font-size: 1.1em;
}
.geino-table td{
	border: solid 1px #ddd;
}

.geino-table2{
	width: 100%;
	table-layout:fixed;
	text-align: center;
	margin-bottom: 20px;
}

.geino-table2 td{
	padding: 20px 0 0 0;
}
.geino-table2 td{
	border: none;
}

.sectionbody3{
background: rgb(237,143,167);
background: -moz-linear-gradient(left, rgba(237,143,167,1) 0%, rgba(106,130,184,1) 100%);
background: -webkit-linear-gradient(left, rgba(237,143,167,1) 0%,rgba(106,130,184,1) 100%);
background: linear-gradient(to right, rgba(237,143,167,1) 0%,rgba(106,130,184,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed8fa7', endColorstr='#6a82b8',GradientType=1 );}

.rank-contents{
	border: solid 1px #CAB880;
	margin: 15px;
	padding: 0 10px 10px 10px;
	background: rgba(46,25,55,0.7) ;
	box-shadow: 0px 0px 50px 20px #25102f inset;
}

.rank-contents img{
	padding: 0 15px;
}

.rank-contents .rank-contents-inner{
	padding: 0 10px 10px 10px;
}
.rank-contents .rank-contents-inner h5{
background: -moz-linear-gradient(left, rgba(86,72,132,0) 0%, rgba(86,72,132,1) 50%, rgba(86,72,132,0) 100%);
background: -webkit-linear-gradient(left, rgba(86,72,132,0) 0%,rgba(86,72,132,1) 50%,rgba(86,72,132,0) 100%);
background: linear-gradient(to right, rgba(86,72,132,0) 0%,rgba(86,72,132,1) 50%,rgba(86,72,132,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00564884', endColorstr='#00564884',GradientType=1 );
padding: 10px;
text-align: center;
}

.rank-contents .rank-contents-inner p{
	padding: 0;
}

.rank-title{
	background-image:url(../images/rank1-0.png);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat; 
	text-align: center;
	color: #333;
	padding: 20px 0;
}

.rank-table{
	display: table;
	width: 100%;
	margin: 0;
	padding: 0;
}

.rank-table li{
	list-style: none;
	margin: 0;
	padding: 0;
	display: table-cell;
}

.rank-table li.main1{
	width: 35%;
}

.rank-table li.main2{
	width: 65%;
}


.insta_btn2{/*ボタンの下地*/
  color: #FFF;/*文字・アイコン色*/
  border-radius: 4px;/*角丸に*/
  position: relative;
  display: inline-block;
  height: 30px;/*高さ*/
  width: 190px;/*幅*/
  text-align: center;/*中身を中央寄せ*/
  font-size: 14px;/*文字のサイズ*/
  line-height: 30px;/*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
  overflow: hidden;/*はみ出た部分を隠す*/
  text-decoration:none;/*下線は消す*/
  margin-bottom: 15px;
}

.insta_btn2:before{/*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;/*全体を覆う*/
  height: 100%;/*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram{/*アイコン*/
  font-size: 20px;/*アイコンサイズ*/
  position: relative;
  top: 2px;/*アイコン位置の微調整*/
}

.insta_btn2 span {/*テキスト*/
  display:inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span{/*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}
