/*共通*/
body,
.maincontent,
p {
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro W3', "Arial", 'Helvetica', 'Lucida Grande', 'Verdana', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', sans-serif!important;
}
.pc {
  display: none;
}
@media (min-width:415px) {
  .pc {
    display: block;
  }
}
.no_m_b {
  margin-bottom: 0;
}
.no_p_b {
  padding-bottom: 0;
}
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.maximg {
  width:100%;
  height: auto;
}
.heightjust {
  display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    border:solid 1px red;
}
.leadjustify {
  text-align: justify;
}
@media (  max-width:414px ) {
  .leadjustify.p_r {
    padding-right: 8vw;
  }
}
/* フッターの波
**********************************************************************/
#ocean_footer {
  margin: 0;
  padding: 0;
  line-height: 0;
}
#ocean_footer canvas{
  width: 100%;
}
/***********************************
共通
***********************************/
.fullwidth{
  flex-basis: 100%;
}
.halfwidth {
  width: 50%;
  margin: 0 auto;
}
@media all and (min-width:800px) {
    .halfwidth {
        width: 35%;
    }
}
.center {
  text-align: center;
}
/* (1)
https://stackoverflow.com/questions/10428720/how-to-keep-indent-for-second-line-in-ordered-lists-via-css
*/
ol.list_parentheses{
  margin:20px 0 0;
  display: table;border-collapse: collapse;
}
ol.list_parentheses > li{

  text-indent: 0;

  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0px;

  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;

  display: table-row;

  /* table-rowのマージン */
  border-bottom: solid white 20px;

}
ol.list_parentheses > li:before{
  display: table-cell;
  content: "(" counter(cnt) ")";
}
ol.list_parentheses.bold > li:before {
  font-weight: bold;
}
/* 1. */
ol.list_dotnum {
  margin:20px 0 0;
}
ol.list_dotnum > li {
    text-indent:-1em;
    padding-left:1em;
    padding-top: 10px;
    padding-bottom: 10px;

    list-style-type: decimal;
}
/* ・　*/
ol.list_dot {
  margin:20px 0 0;
  padding-left: 20px;
}
ol.list_dot > li {
    text-indent:-1em;
    padding-left:1em;
    padding-top: 0;
    padding-bottom: 0;

    list-style-type: disc;
}
/*
ol liのマージンキャンセル
table-rowのマージンキャンセル
本来はtable-rowは別に分けるべきだが一つにしたため、ちょっと複雑
*/
.li_nomgn li {
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  border-bottom: solid white 0px!important;
}
a.externallink {
line-height: 1.5;
}
a.externallink:link { color: #1abc9c; text-decoration: underline;}
a.externallink:visited { color: #1abc9c; }
a.externallink:hover { color: #1abc9c; }
a.externallink:active { color: #1abc9c; }

a.externallink:after {
  margin: 0 3px;
  font-family: 'FontAwesome';
  vertical-align: middle;
  content: '\f08e';
  display: inline-block;
}
a .urltxt {
  font-size: 80%;
}
/* hrefのマージン　*/
.maincontent .hrefmgn a{
  margin: 20px 0;
}
.font_small {
	font-size: 80%;
}
.font_strong {
	font-weight: bold;
}
.caption {
	font-size: 0.85em;
}
.textleft {
	text-align: left;
}
.textcenter {
	text-align: center;
}
#ocean_footer {
	position: relative;
}
#ocean_footer .copyright {
	width: 100%;
	position: absolute;
	bottom: 20px;
	font-size: 80%;
}
