@charset "UTF-8";

* {
	box-sizing: border-box;
	font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
address, em {
	font-style: normal;
}

/* 共通設定 */
.viewpc {
	display: block;
}
.viewsp {
	display: none;
}


/* ---------- reset  ---------- */
html, body {
    width: 100%;
}

html {
	/*overflow-y: scroll; */ /* Firefox scroll-on */
}

body {
	background-color: #ffffff;
	color: #000000;
	font-size: 1em;
	line-height: 1.6em;
	letter-spacing: 0.05em;
	-webkit-font-smoothing: antialiased;
}

dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,input,p,blockquote,fieldset,div {
	margin: 0;
	padding: 0;
}

table,pre,code,select,option,input,textarea,kbd,var,ins,del,samp {
	font-size: 1em;
}

optgroup {
	font-size: 1em;
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 1em;
}
p {
	font-size: 100%;
	letter-spacing: -0.03em;
	line-height: 1.6em;
	margin: 0 0 1em 0;
	text-align: justify;
}
ul li,ol li {
	list-style: none;
}

table,th,td {
	margin: 0;
	padding: 0;
	border-collapse: separate;
	border-spacing: 0;
}

th,caption {
	text-align: left;
}

address,cite,dfn,em,b,strong,var,th,ins,del,samp {
	font-weight: normal;
	font-style: normal;
}

img,fieldset {
	border: none;
}
hr {
	border: solid #cdcdcd;
	border-width:1px 0 0 0;
	height:1px;
	clear: right;
}
.align_center {
	text-align: center;
}

/* Link Style */

a,a:link,a:active,a:visited {
	color: #0000ff;
	text-decoration: underline;
	outline: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #0000ff;
	text-decoration: none;
}

a img {
	border: 0;
}
.inner {
	clear: both;
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 0;
}
.top_nomargin {
	margin-top: 0;
}
.bottom_nomargin {
	margin-bottom: 0!important;
}
.text_strong {
	font-weight: bold;
}
.text_blue {
	color: #005cb1;
}
.text_red {
	color: #df4150;
}
.text_white {
	color: #ffffff;
}
.text_cap {
	font-size: 14px;
	line-height: 1.3;
}
.text_long {
	letter-spacing: -0.1em;
}
.text_underline {
	text-decoration: underline;
}
.text_strong {
	font-size: 20px;
	font-weight: bold;
}
.align_left {
	text-align: left!important;
}
.align_right {
	text-align: right!important;
}
.blockcontents {
	display: block;
}
.margintop10 {
	margin-top: 10px;
}
.margintop30 {
	margin-top: 30px;
}
.margintop40 {
	margin-top: 40px;
}
.marginbottom0 {
	margin-bottom: 0!important;
}
.marginbottom60 {
	margin-bottom: 60px!important;
}
.marginleft0 {
	margin-left: 0!important;
}
.margintopmainus30 {
	margin-top: -30px;
}
.cap {
	font-size: 14px;
	margin-top: 8px!important;
	line-height: 1.2!important;
/*	text-align: right; */
}
.lineheightshort {
	line-height: 1.5!important;
	margin-bottom: 12px!important;
}
.strong_copy {
	font-size: 18px;
	text-align: center;
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
 }
img {
	width: 100%;
	height: auto;
}

/* ---------  clearfix --------- */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
}

* html .clearfix {
	height: 1px;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.clear {
	clear: both;
}

/* ===============
header
================*/
header {
	width: 100%;
	margin: 0 auto;
  background: #fff;
	z-index: 99999;
	position: absolute;
	top: 0;

}
header .inner {
	width: 1000px;
	margin: 0 auto;
}
header h1 {
	width: 120px;
	height: auto;
	float: left;
	margin: 6px 0;
}
header .language_select {
	width: auto;
	float: right;
	margin-top: 20px;
}
header .language_select form {
	display: inline;
}
header .language_select .language_select_label {
	margin-top: 2px;
	margin-right: 5px;
	float: left;
}
header .language_select form select {
	width: 250px;
	float: right;
}

/* ===============
nav
================*/
/* ---------   メインメニューsp --------- */
#globalMenuS {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  /* For some Androids */
}
#top-head {
    width: 960px;
    margin: 20px auto 60px auto;
    padding: 10px 0 0;
    line-height: 1;
    z-index: 1001;
}
#top-head a,
#top-head {
    color: #fff;
    text-decoration: none;
}
#top-head .inner {
    position: relative;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    left: 10px;
    bottom: 0;
    font-size: 14px;
}
#global-nav ul li {
    float: left;
	text-align: left;
}
#global-nav ul li a {
    padding: 0 30px;
}

/* Toggle Button */
#nav-toggle {
    display: none;
    position: absolute;
    right: 0;
		left: 0;
		margin: 0 auto;
    top: 50px;
    width: 1000px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
		background-color: #e3e7e9;
		font-size: 114%;
    color: #000;
		text-decoration: none;
		font-weight: bold;
	line-height: 50px;
	padding-left: 10px;
}
#nav-toggle div {
    position: relative;
}
#nav-toggle span {
    display: block;
    position: absolute;
    height: 3px;
    width: 35px;
    background: #fff;
    left: 7px;
	top: 12px;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
}
.init-bottom {
	margin-top: 3px;
}
.init-bottom:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 6px 0 0 15px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

#top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
        top: 0;
        margin-top: 0;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
        width: 100%;
        height: 56px;
        z-index: 99;
        position: relative;
    }

    #global-nav {
        position: absolute;
        top: -586px;
				right: 0;
			 left: 0;
			margin: auto;
				background-color: #e3e7e9;
        color: #000;
        width: 1000px;
        text-align: center;
        padding: 0;
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
						z-index: 1001;
}
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 16px;
		border-top: 1px solid #000;
    }
    #global-nav ul li {
		clear: both;
        float: none;
        position: static;
		border-bottom: 1px solid #000;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
        width: 100%;
        display: block;
        color: #000;
        padding: 16px 0 16px 18px;
			font-weight: bold;
    }
#top-head #global-nav ul li a:hover {
		background: #072A24;
		color: #fff;
	}
#nav-toggle {
        display: block;
		margin-top: 10px;
	padding-left: 16px;
    }
/* #nav-toggle 切り替えアニメーション */

.open .init-bottom:after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 12px 0 0 15px;
	padding-top: 4px;
    border-right: 3px solid #000;
    border-bottom: 3px solid #000;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}


/* #global-nav スライドアニメーション */
.open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(696px);
        -webkit-transform: translateY(696px);
        transform: translateY(696px);
    }


 #global-nav ul li span {
 	font-size: 12px;
	padding: 4px 6px 0 0;
	margin: -2.6em 0 5px 150px;
	width: 120px;
	text-align: center;
	display: block;
	border-radius: 3px;
 }
  #global-nav ul li span a {
  	background-color: #1800fd;
	border-radius: 3px;
	padding: 6px 0 6px 0!important;
	width: 110px;
	text-align: center;
  }
   #global-nav ul li span a:hover {
  	background: #5ecfb8;
  }


/* ===============
main
================*/
main {
	width: 100%;
	clear: both;
}
main .inner {
  width: 1000px;
  margin: 20px auto 0 auto;
  padding: 0;
}
main .breadcrumb {
	width: 100%;
	font-size: 90%;
	overflow: hidden;
	margin: 8px 0 0 0;
}
main .breadcrumb ul li {
	float: left;
	padding: 0 6px 0 0;
}
main .breadcrumb ul li:after {
	content: ">";
	margin-left: 6px;
}
main .breadcrumb ul li:last-child:after {
	content: none;
}

/* ===============
.home_nav
================*/
main .home_nav {
	display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 20px;
}
main .homenav_item {
	flex-basis: 31%;
	margin-right: 1.3%;
	border: 3px solid #97a3ae;
	border-radius: 10px;
	margin: 10px 1% 10px 0;
	color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 114%;
}
main .homenav_item a {
	display: block;
	padding: 20px 0;
  text-decoration: none!important;
	color: #000;
}
main .homenav_item .homeitem_img {
	width: 45%;
	height: 140px;
	display: block;
	text-align: center;
	margin: 0 auto;
}
main .homenav_item #indexmenu_warn {
	margin-top: 10px;
}
main .homenav_item #indexmenu_yoho {
	margin-top: 10px;
}
main .homenav_item #indexmenu_rain {
	margin-top: 10px;
}
main .homenav_item #indexmenu_kiken01 {
	margin-top: 10px;
	width: 50%;
}
main .homenav_item #indexmenu_kiken02 {
	margin-top: 10px;
}
main .homenav_item #indexmenu_kiken03 {
	margin-top: 10px;
}
main .homenav_item #indexmenu_tsunami {
	margin-top: 10px;
}
main .homenav_item #indexmenu_quake {
	margin-top: 0;
	height: 150px;
	width: 60%;
}
main .homenav_item #indexmenu_volcano {
	margin-top: 0;
	height: 150px;
}
main .homenav_item #indexmenu_cyclone {
	margin-top: 10px;
}

/* =========================================================
#pagetop
========================================================= */
#pagetop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 41px;
	height: 41px;
	background: url(../images/common/totop.png) no-repeat;
	background-size: 41px;
	z-index: 5;
}

#pagetop a {
	display: block;
	height: 100%;
	overflow: hidden;
	text-indent: 200%;
	white-space: nowrap;
}

/* =========================================================
footer
========================================================= */
footer {
	clear: both;
	width: 100%;
	border-top: 1px solid #2a458c;
}
footer p.copyright {
	margin: 10px 0 20px 0;
	text-align: center;
	font-size: 82%;
}

/* mente-message */
#mente {
	height: auto;
	overflow: hidden;
}
#mente-emoji {
	float: left;
}
#mente-message {
	float: left;
}
p.mente-message-class {
	color: crimson;
	font-size: x-large;
	margin: 0;
}
p.emoji {
	color: crimson;
	font-size: x-large;
	margin: 0;
	font-family:	"Segoe UI Emoji",
		"Segoe UI Symbol",
		"Apple Color Emoji",
		"Noto Color Emoji",
		"Noto Emoji",
		sans-serif;
}
