/*------------------------------------*\
 #GENERIC
\*------------------------------------*/

/**
 * ??????
 */

 html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}
@media (min-width: 768px) {
  html {
    font-size: 100%;
  }
}

body {
  background-color: #f5f5f5;
  color: #2b2b2b;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

*, *::before, *::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

#wrapper {
  background-color: #FFF;
  max-width: 768px;
  margin: 0 auto;
  border-left: solid 4px #e6e6e6;
  border-left: solid 4px #e6e6e6;
}


/**
 * #Headings.............H1–H6 styles.
 */

h1 { font-size: 2.4rem; }

h2 { font-size: 2rem; }

h3 { font-size: 1.6rem; }

h4 { font-size: 1.4rem; }

h5 { font-size: 1.2rem; }

h6 { font-size: 1rem; }

/**
 * #subhead
 */

.subhead, .box__title {
  background: #eff7e2;
  border: solid .1rem #a0d157;
  border-radius: .5rem;
  color: #262626;
  padding: .5rem;
  position: relative;
  text-align: center
}

.subhead::before, .box__title::before {
  border: solid 1px #fff;
  border: solid .1rem #fff;
  border-radius: 4px;
  border-radius: .4rem;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}


/**
 * #list
 */

.list {
  list-style: none;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 0
}

.list li {
  border-top: solid 1px #d6ebb7;
}

.list li:last-child {
  border-bottom: solid 1px #d6ebb7;
}

.list li {
  background-size: 128px auto;
  background-position: calc(100% + 2rem) center;
  background-repeat: no-repeat;
}

.list li:nth-child(4n+1) {
  background-image: url(../img/bg_list_1.png);
}

.list li:nth-child(4n+2) {
  background-image: url(../img/bg_list_2.png);
}

.list li:nth-child(4n+3) {
  background-image: url(../img/bg_list_3.png);
}

.list li:nth-child(4n+4) {
  background-image: url(../img/bg_list_4.png);
}

.list li a.list__item {
  padding-right: 3rem;
  position: relative;
}

.list li a.list__item::before {
  margin-top: -.5em;
  position: absolute;
  top: 50%;
  right: .5em;
}

.list .list__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 1rem;
}

.list .list__item .list__thumbnail {
  display: block;
  width: 8rem;
}

.list .list__item .list__thumbnail img.avatar{
  //border-radius: 1rem;
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

.list .list__item .list__content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1 1 0%;
  overflow: hidden;
  margin-left: 1rem;
}

.list .list__item .list__content .affiliated {
  margin-bottom: .5rem;
}
.list .list__item .list__content .affiliated span {
  display: block;
  font-size: 1rem;
  line-height: 1.2em;
}
.list .list__item .list__content .list__content__header::after {
  content:"";
  display:block;
  clear:both;
}

.list .list__item .list__content .list__content__header .title {
  float: left;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: .5rem;
  max-width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
}
.list .list__item .list__content .list__content__header .title small {
  font-size: 1rem;
  font-weight: normal;
  margin-right: .5em;
}

.list .list__item .list__content .list__content__header .byline, ol.list .list__item .list__content .list__content__header .byline, ol.list--rich .list__item .list__content .list__content__header .byline {
  float: right;
  font-size: 1rem;
  margin-bottom: .5rem;
}

.list .list__item .list__content .list__content__header .byline .byline__author, ol.list .list__item .list__content .list__content__header .byline .byline__author, ol.list--rich .list__item .list__content .list__content__header .byline .byline__author {
  color: #333;
  font-size: 1.2em;
}

.list .list__item .list__content .list__content__header .byline .byline__updated, ol.list .list__item .list__content .list__content__header .byline .byline__updated, ol.list--rich .list__item .list__content .list__content__header .byline .byline__updated {
  background-color: #438c00;
  border-radius: .2em;
  color: #FFF;
  display: inline-block;
  margin-left: .5em;
  padding: .3em .5em;
  line-height: 1;
}

.list .list__item .list__content .list__content__body, ol.list .list__item .list__content .list__content__body, ol.list--rich .list__item .list__content .list__content__body {
  color: #404040;
  font-size: 1.2rem;
  text-align: justify;
  text-justify: inter-ideograph;
}

.list .list__item .list__content .list__content__body p, ol.list .list__item .list__content .list__content__body p, ol.list--rich .list__item .list__content .list__content__body p {
  font-size: 1.2rem;
}

.list .list__item .list__content .list__content__body :first-child, ol.list .list__item .list__content .list__content__body :first-child, ol.list--rich .list__item .list__content .list__content__body :first-child {
  margin-top: 0;
}

.list .list__item .list__content .list__content__body :last-child, ol.list .list__item .list__content .list__content__body :last-child, ol.list--rich .list__item .list__content .list__content__body :last-child {
  margin-bottom: 0;
}

.list .list__item .alert, ol.list .list__item .alert, ol.list--rich .list__item .alert {
  width: 100%;
  text-align: center;
}

.list a.list__item::before {
  content: "\F054";
}

.list-more {
  background-color: #e6e6e6;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px rgba(0, 0, 0, .15);
          box-shadow: 0 2px rgba(0, 0, 0, .15);
  color: #4d4d4d;
  display: block;
  padding: 1rem;
  margin: 1rem;
  text-align: center;
}

.list-more::after {
  color: #333;
  content: "\F0D7";
  margin-left: .25em;
}


/**
 * #Tags.............Default tag styles.
 */

a {
  color: #1359aa;
  text-decoration: none;
}

p {
  font-size: 1.4rem;
  line-height: 1.5;
}

p:first-child {
  margin-top: 0;
}

img {
  vertical-align: bottom;
}

strong.marker {
  color: #0d0d0d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(255, 133, 180, .6)));
  background: -webkit-linear-gradient(transparent 50%, rgba(255, 133, 180, .6) 50%);
  background: -o-linear-gradient(transparent 50%, rgba(255, 133, 180, .6) 50%);
  background: linear-gradient(transparent 50%, rgba(255, 133, 180, .6) 50%);
}

strong.marker-blu {
  color: #0d0d0d;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, rgba(133, 204, 255, .6)));
  background: -webkit-linear-gradient(transparent 50%, rgba(133, 204, 255, .6) 50%);
  background: -o-linear-gradient(transparent 50%, rgba(133, 204, 255, .6) 50%);
  background: linear-gradient(transparent 50%, rgba(133, 204, 255, .6) 50%);
}


/**
 * #alert
 */

.alert {
  background-color: #e2eff7;
  border-radius: .5rem;
  color: #004c8c;
  font-size: 1.4rem;
  line-height: 1.43;
  padding: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.alert--success {
  background-color: #d6ebb7;
  color: #438c00;
}

.alert--warnning {
  background-color: #f7f4e2;
  color: #907003;
}

.alert--danger {
  background-color: #f5d6df;
  color: #c7085a;
}

.alert--warnning::before {
  content: "\F06A";
  margin-right: .25em;
}

.alert--success::before {
  content: "\F00C";
  margin-right: .25em;
}

.alert--danger::before {
  content: "\F071";
  margin-right: .25em;
}

.alert ul.note, .alert ol.note {
  margin-top: 0;
}


table {
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.2;
  border-collapse: collapse;
}

table th, table td {
  padding: .5em;
  border: 1px solid #438c00;
}

table th {
  color: #1E5C00;
  background-color: #d6ebb7;
}


/**
 * #button
 */

.button, .button-sm, .button-lg, .button-exp {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#F06100), to(#EE5900));
  background-image: -webkit-linear-gradient(top, #F06100 0%, #EE5900 100%);
  background-image: -o-linear-gradient(top, #F06100 0%, #EE5900 100%);
  background-image: linear-gradient(to bottom, #F06100 0%, #EE5900 100%);
  border: solid 1px #EC4F00;
  border-radius: .5rem;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  padding: .5em 1em;
  position: relative;
  text-align: center;
  text-shadow: -2px -1px 0px rgba(0, 0, 0, .2);
  white-space: nowrap;
  min-width: 128px
}

.button::before, .button-sm::before, .button-lg::before, .button-exp::before {
  border: solid 1px rgba(255, 255, 255, .5);
  border-radius: 4px;
  border-radius: .4rem;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {

  .button, .button-sm, .button-lg, .button-exp {
    border-width: 2px;
    min-width: 204.8px;
  }
}

.button:not([class*="--disabled"]):hover, .button-sm:not([class*="--disabled"]):hover, .button-lg:not([class*="--disabled"]):hover, .button-exp:not([class*="--disabled"]):hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#EC4F00), to(#E94500));
  background-image: -webkit-linear-gradient(top, #EC4F00 0%, #E94500 100%);
  background-image: -o-linear-gradient(top, #EC4F00 0%, #E94500 100%);
  background-image: linear-gradient(to bottom, #EC4F00 0%, #E94500 100%);
  border-color: #E53300;
}

.button-lg {
  border-radius: .8rem;
  display: block;
  font-size: 2rem;
  margin: 1em auto;
  width: 274px
}

.button-lg::before {
  border-radius: 7px;
  border-radius: .7rem;
}

@media (min-width: 768px) {

  .button-lg {
    min-width: 438.4px;
  }
}


img {
  vertical-align: bottom;
}
.full-image img {
  display: block;
  width: 100%;
  height: auto;
}

.inner {
  margin-right: 1rem;
  margin-left: 1rem;
}


.heading, .heading--other, .hbox__title, .accordion__switch {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#64ae0b), to(#438c00));
  background: -webkit-linear-gradient(top, #64ae0b 0%, #438c00 100%);
  background: -o-linear-gradient(top, #64ae0b 0%, #438c00 100%);
  background: linear-gradient(to bottom, #64ae0b 0%, #438c00 100%);
  -webkit-box-shadow: 0 .2rem 0 rgba(0, 0, 0, .1);
          box-shadow: 0 .2rem 0 rgba(0, 0, 0, .1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: .5em;
  padding-bottom: .5em;
  width: 100%
}

.heading:first-child, .heading--other:first-child, .hbox__title:first-child, .accordion__switch:first-child {
  margin-top: 0;
}

.heading__text, .hbox__title span, .accordion__switch span {
  color: #FFF;
  line-height: 1.2;
  margin-left: .25em;
  margin-right: .25em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  text-shadow: -2px -1px 0px rgba(0, 0, 0, .25);
  white-space: nowrap;
}


/**
 * #note
 */

ul.note, ol.note {
  font-size: 1.2rem;
  line-height: 1.25;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0
}

ul.note li, ol.note li {
  display: table;
}

ul.note li + li, ol.note li + li {
  margin-top: .5em;
}

ul.note li::before, ol.note li::before {
  display: table-cell;
  padding-right: .34em;
}

ul.note li::before {
  content: "\203B";
}

/**
 * #hbox
 */

.hbox {
  border-radius: 1rem;
  -webkit-box-shadow: 0 .2rem .2rem .2rem rgba(0, 0, 0, .1);
          box-shadow: 0 .2rem .2rem .2rem rgba(0, 0, 0, .1);
  margin-top: 2rem;
  margin-bottom: 2rem
}

.hbox .hbox__lade {
  background-color: #c7085a;
  color: #FFF;
  padding: .25em .5em;
  margin: 0;
  text-align: center;
}

.hbox .hbox__content {
  background-color: #FFF;
  border: solid .3rem #438c00;
  border-top: none;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.hbox .hbox__content .hbox__content__inner {
  padding: 2rem 1rem;
}

.hbox .hbox__content .hbox__content__inner :last-child {
  margin-bottom: 0;
}

.hbox__title {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  margin-bottom: 0;
  position: relative
}

.hbox__title::after {
  border-top: solid 1px #abf04e;
  border-top: solid .1rem #abf04e;
  border-top-left-radius: 10px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 10px;
  border-top-right-radius: 1rem;
  content: "";
  height: 50%;
  position: absolute;
  top: 1px;
  top: .1rem;
  left: 2px;
  left: .2rem;
  right: 2px;
  right: .2rem;
}



.reflect {
  overflow: hidden;
  position: relative
}
.reflect::after {
  background-image: url(../img/reflect.png);
  background-size: 100% auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  -webkit-animation: skid 4s ease-in-out infinite;
          animation: skid 4s ease-in-out infinite;
}
@-webkit-keyframes skid {
  0% { -webkit-transform: scale(1.1) translateX(-150%); transform: scale(1.1) translateX(-150%); }
  87% { -webkit-transform: scale(1.1) translateX(-150%); transform: scale(1.1) translateX(-150%); }
  100% { -webkit-transform: scale(1.1) translateX(150%); transform: scale(1.1) translateX(150%); }
}
@keyframes skid {
  0% { -webkit-transform: scale(1.1) translateX(-150%); transform: scale(1.1) translateX(-150%); }
  87% { -webkit-transform: scale(1.1) translateX(-150%); transform: scale(1.1) translateX(-150%); }
  100% { -webkit-transform: scale(1.1) translateX(150%); transform: scale(1.1) translateX(150%); }
}


.download {
	width: 100%;
}
.download h3 {
	margin-bottom: 2px;
  text-align: center;
}
.download h3 img {
	width: 90%;
	height: auto;
}
.download a {
	display: block;
	width: 100%;
}
.download a img {
	width: 100%;
	height: auto;
}
.download--andr a {
	background: url("../../images/mobile/top/button_download.png") 100% 0 no-repeat;
	background-size: 200% 200%;
}
.download--andr a:hover {
	background: url("../../images/mobile/top/button_download.png") 100% 100% no-repeat;
	background-size: 200% 200%;
}
.download--ios a {
	background: url("../../images/mobile/top/button_download.png") 0 0 no-repeat;
	background-size: 200% 200%;
}
.download--ios a:hover {
	background: url("../../images/mobile/top/button_download.png") 0 100% no-repeat;
	background-size: 200% 200%;
}

.product-info {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: box;
	padding: 8px;
	margin-top: 4px;
	border: solid 2px #CEDEAE;
	border-radius: 8px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}

.product-info::after {
	content: "";
	display: block;
	width: 38px;
	height: 12px;
	margin-left: -14px;
	background: url("../../images/mobile/top/triangle_top.png") 0 0 no-repeat;
	background-size: 100% auto;
	position: absolute;
	top: -12px;
	left: 50%;
}

.product-info img {
	display: block;
	width: 64px;
	height: 64px;
	margin-right: 8px;
  border-radius: 20%;
}

.product-info dl {
	flex: 1 1 auto;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	-webkit-box-flex: 1;
	margin-top: 4px;
}

.product-info dl dt,
.product-info dl dd {
	display: block;
}

.product-info dl dt {
	color: #242424;
	font-size: 16px;
	font-weight: bold;
}

.product-info dl dd {
	color: #484848;
	font-size: 12px;
	line-height: 16px;
}

.product-info dl dt + dd {
	margin-top: 4px;
}


footer {
	color: #FFF;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	padding: 6px;
	margin-top: 16px;
	background: #64b412;
}

@media (min-width: 480px) {
	.download h3 {
		width: 264px;
		margin: 0 auto 3px;
	}
	.product-info {
		padding: 12px;
		margin-top: 6px;
		border: solid 3px #CEDEAE;
		border-radius: 12px;
	}
	.product-info::after {
		width: 57px;
		height: 18px;
		margin-left: -21px;
		top: -18px;
	}

	.product-info img {
		width: 96px;
		height: 96px;
		margin-right: 12px;
	}
	.product-info dl {margin-top: 6px;}
	.product-info dl dt {font-size: 24px;}
	.product-info dl dd {
		font-size: 18px;
		line-height: 24px;
	}
	.product-info dl dt + dd {margin-top: 6px;}
	footer {
		font-size: 15px;
		line-height: 21px;
		padding: 9px;
		margin-top: 24px;
	}
}

@media (min-width: 768px) {
	.download h3 {
		width: 352px;
		margin: 0 auto 4px;
	}
	.product-info {
		padding: 16px;
		margin-top: 8px;
		border: solid 4px #CEDEAE;
		border-radius: 16px;
	}
	.product-info::after {
		width: 76px;
		height: 24px;
		margin-left: -28px;
		top: -24px;
		left: 50%;
	}
	.product-info img {
		display: block;
		width: 128px;
		height: 128px;
		margin-right: 16px;
	}
	.product-info dl {margin-top: 8px;}
	.product-info dl dt {font-size: 32px;}
	.product-info dl dd {
		font-size: 24px;
		line-height: 32px;
	}
	.product-info dl dt + dd {margin-top: 8px;}
	footer {
		font-size: 20px;
		line-height: 28px;
		padding: 12px;
		margin-top: 32px;
	}
}



.toc {
  background-color: #e8f2fb;
  border: solid 1px #a1c7ee;
  padding: 1em;
  width: calc(100% - 2rem);
  max-width: 640px;
  margin: 2rem auto;
}
.toc h3 {
  color: #34515e;
  margin-top: 0;
  text-align: center;
}
.toc a {
  display: block;
  font-size: 1.2rem;
  font-style: italic;
}
.toc a + a {
  margin-top: 1rem;
}



.hbox {
  position: relative;
}
.hbox .ribon {
  position: absolute;
  top: -2rem;
}
.hbox .alert::before,
.hbox .alert--danger::before {
  content: none;
}
.hbox .alert h3,
.hbox .alert--danger h3 {
  font-size: 1.8rem;
  text-align: center;
}
.hbox .alert > small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.2;
  margin-top: .5em;
}
.hbox .alert p,
.hbox .alert--danger p {
  background: #FFF;
  border-radius: .25em;
  color: #333;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: .5em;
  padding: .2em .4em;
}
.hbox .alert p .fa {
  color: #0062ab;
}
.hbox .alert--danger p .fa {
  color: #a92b29;
}
.hbox .alert p small {
  font-size: 1rem;
  vertical-align: top;
}
.hbox .alert *,
.hbox .alert--danger * {
  margin: 0;
}
.hbox .ribon {
  position: absolute;
  top: -2rem;
  width: 25%;
  height: auto;
  transform: rotate(-10deg);
  left: -1.5rem;
}
.hbox table {
  font-size: 1.2rem;
}
.hbox table th {
  width: 10em;
  text-align: left;
}


.urls h4 {
  margin: 0;
}
.urls ul {
  font-size: 1.2rem;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.urls ul li {
  margin-top: .5em;
  margin-bottom: 0;
}
.urls ul li p {
  font-size: 1.2rem;
  margin-bottom: 0;
}



/**
 * #box
 */

.box {
  background-color: #fff;
  border: solid .3rem #77bd0f;
  border-radius: 1rem;
  -webkit-box-shadow: 0 .2rem .2rem .2rem rgba(0, 0, 0, .1);
          box-shadow: 0 .2rem .2rem .2rem rgba(0, 0, 0, .1);
  margin-top: 1rem;
  margin-bottom: 2rem;
  padding: 1rem
}

.box :first-child {
  margin-top: 0;
}

.box--fill {
  background-color: #8bc733;
  border: solid 3px #77bd0f;
}

.box--fill__title {
  background-color: #347900;
  border-color: #438c00;
  color: #dbffc3
}

.box--fill__title::before {
  opacity: .25;
}
