@charset "UTF-8";
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ フォントの設定
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html:root {
  font-size: 62.5%;
  background-color: #F2F2F2;
}

body {
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6, p, a, blockquote, pre, abbr, address, cite, code, dt, dd, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure {
  color: #101010;
  font-family: "游ゴシック体", "YuGothic", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  line-height: 1.4em;
  font-weight: 300;
  letter-spacing: 0;
  list-style-type: none;
  word-wrap: break-word;
}

/*------------------------------------------
テキスト
------------------------------------------*/
.em10 {
  font-size: 10%;
}

.em20 {
  font-size: 20%;
}

.em30 {
  font-size: 30%;
}

.em40 {
  font-size: 40%;
}

.em50 {
  font-size: 50%;
}

.em60 {
  font-size: 60%;
}

.em70 {
  font-size: 70%;
}

.em80 {
  font-size: 80%;
}

.em90 {
  font-size: 90%;
}

/* center
------------------------------------------*/
.center01 {
  text-align: center;
}

/* bold
------------------------------------------*/
.bold01 {
  font-weight: 600;
}

.bold02 {
  color: #3E3E3E;
  font-weight: 600;
}

/* small
------------------------------------------*/
.small01 {
  color: #6B6B6B;
  font-size: 1.3rem;
  font-weight: 300;
}

/* link
------------------------------------------*/
.link01 {
  color: #559AF2;
  font-weight: 600;
  text-decoration: underline;
}

/* red
------------------------------------------*/
.red {
  color: #F90000;
}

/* notice
------------------------------------------*/
.notice01 {
  font-size: 1.3rem;
  font-weight: 600;
  color: #F90000;
}

.noticeText {
  color: #444;
  font-size: 1.2rem;
  position: relative;
  padding-left: 1.25em;
  letter-spacing: 0.095em;
}

.noticeText:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}

/* icon
------------------------------------------*/
.icon01, .icon01 > * {
  width: .85em;
  margin-right: 2.5px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ 基本    
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
html, body {
  overflow-x: hidden;
  position: relative;
}

#main > * {
  margin-bottom: 20px;
}

.box + .box {
  margin-top: 15px;
}

.card.white .column {
  width: 100%;
  display: table;
}

.card.white .column__item {
  padding: 5px;
  display: table-cell;
  vertical-align: middle;
}

.card.white .column.breakingNews {
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.card.white .column .breakingNews__text * {
  color: #005ac7;
  font-weight: 600;
  font-size: 1.8rem;
}

/*====================================================================================
ブロック
====================================================================================*/
.block {
  background-color: #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

.block .inner {
  padding: 10px;
}

.block .inner > *:not(:last-child) {
  margin-bottom: 15px;
}

.block.clear {
  background-color: transparent;
  box-shadow: none;
}

.block.clear .inner {
  padding: 20px;
}

/*------------------------------------------
オプション
------------------------------------------*/
.shadowOff {
  box-shadow: none !important;
}

/*====================================================================================
カード
====================================================================================*/
.card {
  margin-left: 10px;
  margin-right: 10px;
}

.cardContent {
  overflow: hidden;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

.card .inner {
  padding: 10px;
}

.title-content + .cardContent {
  margin-top: 3px;
}

.cardContent + .textLink {
  margin-top: 10px;
}

/*------------------------------------------
オプション
------------------------------------------*/
.card.ver02 .cardContent {
  border-radius: 4px;
}

.card.white .cardContent {
  background-color: #fff !important;
}

.card.white .cardContent * {
  color: #000;
}

/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼
▼ パーツ
▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼*/
/*====================================================================================
タイトル
====================================================================================*/
/*------------------------------------------
ミッションのタイトル
------------------------------------------*/
.title-block01 {
  text-align: center;
  color: #1F59BA;
  font-size: 1.7rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-block01 .text {
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
}

.title-block01 .sub {
  display: block;
  font-size: 1.5rem;
  padding-top: 5px;
}

.title-block01 .sub.sakura {
  color: #FF35E0;
}

/*------------------------------------------
タイトル2
------------------------------------------*/
.title-block02 {
  text-align: center;
  color: #1F59BA;
  font-size: 1.7rem;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 10px;
}

.title-block02 .text {
  display: block;
  border-bottom: 1px solid #D8D8D8;
  padding-bottom: 5px;
}

.title-block02 .sub {
  display: block;
  font-size: 1.5rem;
  padding-top: 5px;
}

.title-block02 .sub.sakura {
  color: #FF35E0;
}

/*------------------------------------------
カード&ブロック上のタイトル
------------------------------------------*/
.title-content {
  font-weight: 600;
}

/*====================================================================================
ボタン
====================================================================================*/
/*------------------------------------------
テキストリンク
------------------------------------------*/
.textLink {
  text-align: right;
}

.textLink > * {
  color: #559AF2;
  font-weight: 600;
  text-decoration: underline;
}

/*------------------------------------------
ボタン2行
------------------------------------------*/
.btn01 {
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: .25s;
  transition: .25s;
}

.btn01 a {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  display: block;
  line-height: 1em;
  text-align: center;
  padding: 10px 0;
  position: relative;
}

.btn01 a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: .35em solid transparent;
  border-left: .3em solid #fff;
  border-right: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn01 *[class*="small"] {
  color: #fff;
  font-size: 1.5rem;
  display: block;
}

.btn01.orange {
  background-color: #FF7000;
}

.btn01.blue {
  background-color: #438FEC;
}

*[disabled="disabled"] {
  opacity: .5;
  -webkit-transition: .25s;
  transition: .25s;
}

/*------------------------------------------
ボタン1行
------------------------------------------*/
.btn02 {
  width: 100%;
  display: block;
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: .25s;
  transition: .25s;
}

.btn02 > * {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: block;
  line-height: 1em;
  text-align: center;
  padding: 18px 0;
  position: relative;
}

.btn02 > *:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: .35em solid transparent;
  border-left: .3em solid #fff;
  border-right: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn02.orange {
  background-color: #FF7000;
}

.btn02.blue {
  background-color: #438FEC;
}

/*------------------------------------------
トグルボタン
------------------------------------------*/
.toggleBtn__input {
  position: absolute;
  box-sizing: border-box;
  height: 0;
  width: 0;
  font-size: inherit;
  margin: 0;
  border: none;
  z-index: 1;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.toggleBtn__label {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  width: 40px;
  height: 20px;
  border-radius: 1.5em;
  background: #f8f8f8;
  box-shadow: inset 0 0 0 0 #13bf11, 0 0 0 0.2rem #ddd;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toggleBtn__label:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 1.5em;
  background: #fff;
  box-shadow: 0 0.375em 0.375em rgba(0, 0, 0, 0.2), 0 0 0 0.2rem #ddd;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.toggleBtn__input:checked + .toggleBtn__label {
  box-shadow: inset 0 0 0 1.5em #13bf11, 0 0 0 0.2rem #13bf11;
}

.toggleBtn__input:checked + .toggleBtn__label:before {
  -webkit-transform: translateX(2rem);
          transform: translateX(2rem);
  box-shadow: 0 0 0 0.2rem transparent, 0 0.375em 0.375em rgba(0, 0, 0, 0.3);
}

/*====================================================================================
ページサムネイル
====================================================================================*/
.pageThumb {
  overflow: hidden;
  position: relative;
}

.pageThumb__title {
  color: #fff;
  font-size: 1.9rem;
  font-weight: 600;
  padding: 5px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 2;
  top: 5px;
  left: 5px;
}

.pageThumb__title small {
  display: block;
  font-size: 1.5rem;
  border-bottom: 1px solid #fff;
}

.pageThumb__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.pageThumb.small {
  height: 120px;
}

.pageThumb.medium {
  height: 160px;
}

/*====================================================================================
テキストエリア
====================================================================================*/
/*------------------------------------------
通常のテキストエリア
------------------------------------------*/
.textArea01 > *:not(:last-child) {
  margin-bottom: 10px;
}

.textArea01 ul li {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 1.25em;
}

.textArea01 ul li:not(:last-child) {
  margin-bottom: 1em;
}

/*------------------------------------------
内側に寄せた文字
------------------------------------------*/
.textArea02 {
  max-width: 225px;
  margin-left: auto;
  margin-right: auto;
}

.textArea02 > *:not(:last-child) {
  margin-bottom: 10px;
}

/*====================================================================================
ミッションボックス
====================================================================================*/
.missionBox {
  padding: 15px 10px;
  background-color: #FFFFC0;
}

.missionBox .title-missionBox {
  font-weight: 600;
  font-size: 1.7rem;
  text-align: center;
  margin-bottom: 5px;
}

.missionBox .title-missionBox.blue {
  color: #1F59BA;
}

.missionBox .title-missionBox.orange {
  color: #C06000;
}

.missionBox > *:not(:last-child) {
  margin-bottom: 15px;
}

.block .missionBox {
  border-radius: 4px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

.block.clear .missionBox {
  border-radius: 0px;
  box-shadow: none;
}

/*====================================================================================
ポイント
====================================================================================*/
.missionPoint {
  display: table;
  table-layout: fixed;
  margin: 10px auto 0;
}

.missionPoint * {
  font-weight: 600;
}

.missionPoint__item {
  display: table-row;
}

.missionPoint__item > * {
  display: table-cell;
}

.missionPoint__title {
  text-align: left;
}

.missionPoint__text:before {
  content: ":";
  margin: 0 5px;
}

.missionPoint__title:empty + .missionPoint__text:before {
  display: none;
}

/*====================================================================================
リンクリスト
====================================================================================*/
.linkList__inner {
  width: 100%;
  display: table;
  position: relative;
}

.linkList__inner > * {
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
}

.linkList__inner:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-right: 3px solid #C0C0C0;
  border-bottom: 3px solid #C0C0C0;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.linkList__item {
  border-bottom: 1px solid #E0E0E0;
}

.linkList__icon {
  width: 55px;
  text-align: center;
  padding-right: 0;
}

.linkList__icon img {
  width: 35px;
}

.linkList__text {
  font-weight: 600;
  line-height: 1em;
}

.linkList__text *[class*="small"] {
  display: block;
  margin-top: 3px;
}

/*------------------------------------------
リスト
------------------------------------------*/
.linkList02 {
  width: 100%;
  display: table;
  table-layout: fixed;
}

.linkList02__item {
  display: table-cell;
  padding: 5px;
}

.linkList02__item > * {
  display: block;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  background-color: #fff;
  position: relative;
}

/*====================================================================================
イメージ01
====================================================================================*/
.img01 img {
  width: 100%;
}

.img01.tate {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.img02 {
  padding: 0 20px;
}

.img02 img {
  width: 100%;
}

.figcaption {
  color: #303030;
  font-size: 1.3rem;
  text-align: center;
  margin-top: 3px;
}

/*====================================================================================
B.選択肢
====================================================================================*/
/*------------------------------------------
ラジオリスト
------------------------------------------*/
.radioList {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0;
}

.radioList__item {
  display: table-cell;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.25);
  vertical-align: middle;
  border-radius: 8px;
  overflow: hidden;
}

.radioList__item span {
  display: block;
}

.radioList__item.off {
  -webkit-transition: .25s;
  transition: .25s;
  opacity: .5;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
}

.radioList__item.on {
  -webkit-transition: .25s;
  transition: .25s;
  background-color: #fffdc1;
}

.radioList__input {
  display: none;
}

.radioList__label {
  display: block;
  line-height: 1.25em;
  padding: 10px 0;
}

.radioList__input:checked + .radioList__label {
  font-weight: 600;
  -webkit-transition: .25s;
  transition: .25s;
}

/*------------------------------------------
ラジオ
------------------------------------------*/
.taku4__input {
  display: none;
}

.taku4__item {
  color: #101010;
  font-weight: 600;
  display: block;
  padding: 10px;
  background-color: #fff;
  border: 2px solid #eee;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  position: relative;
}

.taku4__item.blue {
  border-color: #3E3AFF;
}

.taku4__item.red {
  border-color: #FA3435;
}

.taku4__item.green {
  border-color: #4DFF00;
}

.taku4__item.yellow {
  border-color: #FFFF30;
}

.taku4__item:after {
  content: "";
  display: block;
  width: 7px;
  height: 10px;
  border-right: 2px solid #eee;
  border-bottom: 2px solid #eee;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.taku4__item:not(:last-child) {
  margin-bottom: 8px;
}

.taku4__input:checked + .taku4__item {
  -webkit-transition: .25s;
  transition: .25s;
  box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.35);
}

.taku4__input:checked + .taku4__item:after {
  -webkit-transition: .45s;
  transition: .45s;
}

.taku4__input:checked + .taku4__item.blue {
  color: #fff;
  background-color: #3E3AFF;
}

.taku4__input:checked + .taku4__item.blue:after {
  border-color: #fff;
}

.taku4__input:checked + .taku4__item.red {
  color: #fff;
  background-color: #FA3435;
}

.taku4__input:checked + .taku4__item.red:after {
  border-color: #fff;
}

.taku4__input:checked + .taku4__item.green {
  color: #114b07;
  background-color: #4DFF00;
}

.taku4__input:checked + .taku4__item.green:after {
  border-color: #114b07;
}

.taku4__input:checked + .taku4__item.yellow {
  color: #563c00;
  background-color: #FFFF30;
}

.taku4__input:checked + .taku4__item.yellow:after {
  border-color: #563c00;
}

.radio {
  font-size: 0;
}

.radio__input {
  display: none;
}

.radio__item {
  width: 31%;
  display: inline-block;
  text-align: center;
  margin: 1%;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #fff;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
}

.radio__item > * {
  display: block;
  width: 100%;
  font-weight: 600;
  background-color: #fff;
  position: relative;
  padding: 10px 0;
}

.radio__input:checked + .radio__item {
  -webkit-transition: .25s;
  transition: .25s;
  border-color: #aaa;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.45);
}

/*------------------------------------------
判例
------------------------------------------*/
*[class*="choice"] {
  width: 1em;
  height: 1em;
  display: inline-block;
  background-color: #eee;
  border-radius: 100px;
  vertical-align: middle;
  margin-right: 3px;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}

.choice--blue {
  background-color: #3E3AFF;
}

.choice--red {
  background-color: #FA3435;
}

.choice--green {
  background-color: #4DFF00;
}

.choice--yellow {
  background-color: #FFFF30;
  border: 1px solid #ccc;
}

/*------------------------------------------
セレクト
------------------------------------------*/
.select01 {
  display: block;
  border-radius: 8px;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  background-color: #fff;
  position: relative;
}

.select01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-top: 6px solid #3569C0;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 0;
}

.select01 select {
  display: block;
  padding: 10px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.select01.time {
  display: inline-block;
  width: 3em;
}

.select01.time:after {
  right: 5px;
}

.select01.time select {
  padding: 10px 7px;
}

/* 時間
------------------------------------------*/
.timeArea > * {
  display: inline-block;
}

.timeArea > *:not(:last-child) {
  margin-right: 5px;
}

/*------------------------------------------
マップ
------------------------------------------*/
.map {
  position: relative;
}

.map__inner {
  border: 1px solid #ccc;
}

.map img {
  width: 100%;
}

/*------------------------------------------
テキストエリア
------------------------------------------*/
.textarea {
  width: 100%;
  height: 90px;
  padding: 5px;
  background-color: #FAFAFA;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}

/*------------------------------------------

------------------------------------------*/
input.text {
  width: 100%;
  padding: 5px;
  background-color: #FAFAFA;
  border: 1px solid #C0C0C0;
  border-radius: 4px;
}

/*------------------------------------------
凡例
------------------------------------------*/
.legend {
  width: 100%;
  display: table;
  background-color: #fafafa;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
}

.legend * {
  font-size: 1.3rem;
  font-weight: 600;
}

.legend__item {
  display: table-row;
}

.legend__item > * {
  padding: 2px 0;
  display: table-cell;
}

.legend__num {
  text-align: right;
}

/*------------------------------------------
スイッチ
------------------------------------------*/
.switch {
  width: 100%;
  display: table;
  table-layout: fixed;
  overflow: hidden;
}

.switch__content[data-act="off"] {
  display: none;
}

.switch .switch__item {
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  width: 100%;
  display: table-cell;
}

.switch .switch__item span {
  display: block;
  padding: 8px 0;
  border: 1px solid #ccc;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.switch .switch__item:first-child span {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.switch .switch__item:last-child span {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.switch .switch__item[data-act="on"] span {
  color: #fff;
  background: #438FEC;
  border-color: #438FEC;
  box-shfadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
}

.switch .switch__item[data-act="off"] span {
  opacity: .65;
}

/*====================================================================================
10天
====================================================================================*/
/*------------------------------------------
コメントリスト
------------------------------------------*/
.commentList__item {
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}

.commentList__item:not(:last-child) {
  margin-bottom: 15px;
}

.commentList__name {
  margin-top: 5px;
  text-align: right;
}

/*------------------------------------------
緯度経度
------------------------------------------*/
.position {
  position: relative;
  padding-left: 40px;
}

.position:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background-image: url("https://site.weathernews.jp/site/guerrilla/images/kansyajo/icon_s_search.svg");
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*------------------------------------------
天気
------------------------------------------*/
.weatherFcst__item {
  width: 100%;
  display: table;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}

.weatherFcst__item > * {
  display: table-cell;
  text-align: left;
}

.weatherFcst__time {
  font-weight: 600;
  text-align: center;
}

.weatherFcst__icon {
  width: 50px;
}

.weatherFcst__icon img {
  width: 50px;
}

.weatherFcst__state {
  padding-left: 15px;
  text-align: left;
}

/*====================================================================================
コメントボックス
====================================================================================*/
.commentBox__title {
  font-weight: 600;
  font-size: 1.6rem;
  position: relative;
}

.commentBox__title .text {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding-right: 10px;
}

.commentBox__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  right: -10px;
  z-index: 0;
}

.commentBox__textArea {
  margin-top: 25px;
}

.commentBox__textArea > *:not(:last-child) {
  margin-bottom: 1em;
}

.commentBox__textArea .commentBox__title {
  line-height: 1.25em;
  margin-bottom: 0.45em;
}

.commentBox__textArea * {
  line-height: 1.75em;
}

/*====================================================================================
H1
====================================================================================*/
.photoArea {
  display: table;
  table-layout: fixed;
}

.photoArea__item {
  display: table-cell;
  vertical-align: middle;
}

.photoArea__item.icon {
  width: 20%;
}

.photoArea__item.icon img {
  width: 100%;
}

.photoArea__item.text {
  width: 80%;
  padding-left: 15px;
}

.pin {
  width: 14px;
}

.legend.kansui {
  background-color: transparent;
  border: none;
  text-align: right;
  padding: 5px 0;
}

.legend.kansui * {
  font-size: 1.2rem;
}

.choice--kansui {
  background-color: #22a4e1;
  border: 2px solid #fff;
  box-shadow: 0px 2px 2px 0 rgba(0, 0, 0, 0.25);
}
