@charset "UTF-8";
/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: '';
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

/* サジェストのリストのフォント */
.ui-menu .ui-menu-item-wrapper {
  font-family: "YoGo-Medium","游ゴシック体", "Yu Gothic", YuGothic, Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif !important;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

figure {
  padding: 0;
  margin: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: 0;
  outline: none;
}

/* clearfix */
.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.dsn-main {
  display: block;
  height: calc(100vh - 70px);
  overflow-x: hidden;
  /*横向きのスクロール禁止*/
  overflow-y: scroll;
  /*縦向きのスクロール許可*/
  -webkit-overflow-scrolling: touch;
}

a:hover {
  cursor: pointer;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* iPhone 対応 */
input {
  -webkit-appearance: none;
}

/*----------------*/
/* 　　共通設定　　　*/
/*----------------*/
html {
  font-size: 62.5%;
  font-family: "YoGo-Medium","游ゴシック体", "Yu Gothic", YuGothic, Arial,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Helvetica, sans-serif;
  color: #272A2E;
  height: 100%;
}

@media all and (-ms-high-contrast: none) {
  html {
    font-family: "メイリオ", Meiryo, Helvetica, sans-serif;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  html:not(:target) {
    font-family: "メイリオ", Meiryo, Helvetica, sans-serif\9;
  }
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  -webkit-transition: .2s .1s;
  transition: .2s .1s;
  position: relative;
  min-height: 100%;
  width: 100%;
  padding-bottom: 0;
}

/*# sourceMappingURL=main.css.map */
.dsn-header {
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 100;
}

.dsn-header_title {
  color: #fff;
  font-size: 2rem;
  text-align: left;
  padding: 0.8em;
}

body::-webkit-scrollbar {
  display: none;
}
body{
  overflow-y: hidden;
}

.dsn_frame::-webkit-scrollbar {
  width: 10px;
}

.dsn_frame::-webkit-scrollbar-thumb {
  background: rgb(194, 194, 194);
  border-radius: 7px;
}

.dsn_google_info {
  margin-left: auto;
  margin-right: auto;
  max-width: 600px;
}
.dsn_sub_title {
  font-weight: bolder;
}
.dsn_frame { 
  padding: 10px;
  height: calc(100vh - 70px);
  overflow-x: hidden;
  /*横向きのスクロール禁止*/
  overflow-y: scroll;
  /*縦向きのスクロール許可*/
  -webkit-overflow-scrolling: touch;
}
