/*
Theme Name: JWA Theme
Theme URI: http://www.www.www/
Description: This is my JWA theme.
*/
@import "page.css";
@import "css/form.css";

/* --------------------------------------------------
	ベース
-------------------------------------------------- */
html {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	}

body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Myriad, Helvetica, Arial, "Meiryo", "メイリオ", sans-serif;
	line-height: 1.8;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0,0,0,0); 　
	-webkit-text-size-adjust: 100%;
	background-color: #fefefe;
	zoom: 1;
	} 

html.osMac body, body.osMac {
    font-family: Myriad, Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
	}

* {
	margin: 0;
	padding: 0;
	}

hr {
	color: inherit;
	border: none;
	clear: both;
	height: 0;
}

/* --------------------------------------------------
	テキスト 基本
-------------------------------------------------- */
h1 { font-size: 200%; margin: 0 0 20px; font-weight: 700;}
h2 { font-size: 18px; margin: 0 0 20px; font-weight: 700;}
h3 { font-size: 15px; margin: 0 0 20px; font-weight: 700;}
h4 { font-size: 14px; margin: 0 0 20px; font-weight: 700;}
h5 { font-size: 100%; margin: 0 0 20px; }
h6 { font-size: 80%; margin: 0 0 20px; }

p { font-size: 100%;
	line-height: 2.0;
	text-decoration: none;
	margin: 0 0 20px;
	padding:0;
	}

a {
	text-decoration: none;
	}	
	
a:hover {
	opacity: 0.7;
	text-decoration: none;
		-webkit-transition: all 0.3s;
            transition: all 0.3s;
	}

div {
	color: #000;
	}

.left {
	text-align: left;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

/* --------------------------------------------------
	リスト
-------------------------------------------------- */
ul {
	margin: 0;
	padding: 0;
	color: #111;
	}

li {
	list-style: none;
	text-align: left;
	}

/* --------------------------------------------------
	コンテナ
-------------------------------------------------- */
#container {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}

/* --------------------------------------------------
	ヘッダー
-------------------------------------------------- */
header {
	position: fixed;
	left: 0;
	top: 0;
	height: 75px;
	width: 100%;
	margin: 0;
	padding: 0;
	z-index: 99999999999999;
}

.logo {
	width: 58px;
	margin: 10px 0 5px;
	padding: 0;
	text-align: center;
	float: left;
	z-index: 99999999999999;
	}

.logo a {
	width: 58px;
	height: 45px;
	margin: 0;
	text-align:left;
	}

.logo a img {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	}

.head-right {
	float: right;
	margin: 15px 0 5px;
	padding: 0;
	width: auto;
}


.link-nyukai,.link-login {
	width: 97px;
	height: 32px;
	float: left;
	margin-left: 20px;
}

.link-nyukai {
    background: url("image/link-nyukai_on.png") no-repeat;
	background-size: cover;
	height: auto;
}

.link-login {
    background: url("image/link-login_on.png") no-repeat;
	background-size: cover;
	height: auto;
}

.link-nyukai a,.link-login a {
    display: inline-block;
}
 
.link-nyukai a:hover ,.link-login a:hover {
	background-color: transparent;
}
 
.link-nyukai a:hover img,.link-login a:hover img {
    visibility: hidden;
}

.link-nyukai img,.link-login img {
	width: 97px;
	height: 32px;
	vertical-align: middle;
}

.sns-icon {
	width: 33px;
	height: 33px;
	float: left;
	margin-left: 20px;
}

.sns-icon img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}

/* --------------------------------------------------
	ナビゲーション
-------------------------------------------------- */
#navi {
	clear: both;
	width: 100%;
	max-width: 1000px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	background-color: #fff;
	position: relative;
	}

#navi ul.megamenu {
	width: 100%;
	max-width: 800px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	position: absolute;
	left: 100px;
	}

#navi ul.megamenu li,.megamenu > li {
	display: inline-block;
	margin: 0;
	text-align: center;
	width: auto;
	height: 20px;
	padding: 0;
	}

#navi ul.megamenu li a {
	color: #111;
	font-size: 13px;
	line-height: 30px;
	margin: 0;
	padding: 0 10px;
	display: block;
	letter-spacing: 0;
	text-shadow: none;
	}


#navi ul.megamenu li a:hover,.megamenu > li:hover a {
	color: #fff!important;
	background-color: #0071b2;
	line-height: 30px!important;
	height: 30px!important;
	-webkit-transition: all 0.3s;
            transition: all 0.3s;
			opacity: 1.0;
	}

.navbar {
	border: none;
	}

#megamenu a,
#megamenu {
    text-decoration: none;
}

/* transition */
header,
header:after,
header.fixed {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

/* Fixed */
header.fixed {
	height: auto;
	padding: 0;
	border-bottom: 1px solid #aaa;
	background-color: #fff;
	}

ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

.megamenu > li:hover {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.menu__second-level li {
	padding: 0 100px;
}

.menu__second-level li a {
	color: #fff!important;
	padding: 0 20px!important;
	border-right: 1px solid #fff;
}

.megamenu .menu__second-level li a:hover {
	background-color: transparent;
	text-decoration: underline;
}

/* floatクリア */
.megamenu:before,
.megamenu:after {
    content: " ";
    display: table;
}

.megamenu:after {
    clear: both;
}

.megamenu {
    *zoom: 1;
}

ul.menu__second-level {

}

ul.menu__third-level {
    visibility: hidden;
    opacity: 0;
}

ul.menu__fourth-level {
    visibility: hidden;
    opacity: 0;
}

li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 50px;
    left: 0;
    box-sizing: border-box;
    width: 96%;
    padding: 20px 2% 25px;
    background: #0071b2;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
	text-align: left;
	color: #fff;
}

li.menu__mega:hover ul.menu__second-level {
    top: 30px;
    visibility: visible;
    opacity: 1;
}

li.menu__mega ul.menu__second-level > li {
    
}

li.menu__mega ul.menu__second-level > li a {
	line-height: 1.5;
	margin: 0;
	color: #fff;
}


li.menu__mega ul.menu__second-level > li:hover a {
	color: #fff;
}

/* --------------------------------------------------
	フッター
-------------------------------------------------- */
#section-foot {
	width: 100%;
	margin: 0;
	padding: 10px 0;
	}
	
#section-foot p.privacy {
	text-align: left;
	float: left;
	font-size: 12px;
	margin: 0;
}

#section-foot p.copy {
	text-align: right;
	float: right;
	font-size: 12px;
	margin: 0;
}

#foot-wave {
	margin: 0;
	padding: 0;
	width: 100%;
	height: auto;
	position: relative;
}

#foot-wave img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

/* --------------------------------------------------
	トップに戻る
-------------------------------------------------- */
#back-top {
	position: absolute;
	right: 10%;
	bottom: 0px;
	margin: 0;
	width: 133px;
	height: 48px;
	z-index: 99999;
	}

#back-top a {
	display: block;
	width: 133px;
	height: 48px;
	text-align: center;
	}

#back-top a:hover {
	opacity: 0.6;
	}

/* --------------------------------------------------
	フッターメニュー
-------------------------------------------------- */
#footermenu {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 50px 0;
	background-color: #73bdc4;
	}

#footermenu ul {
	margin: 0;
	padding: 0 0 10px;
	height: auto;
	}

.list-left {
	float: left;
	width: 25%;
	height: auto;
	padding: 0;
	margin: 0 0% 0 0;
}

.list-right {
	float: right;
	width: 200px;
	height: auto;
	padding: 0;
	margin: 0;
}

#footermenu li {
	list-style-type: disc;
	list-style-position: inside;
	text-align: left;
	margin: 0 0 5px;
	padding: 0;
	color: #fff;
	ine-height: 1.0;
	}

#footermenu li.main {
	width: auto;
	font-size: 100%;
	line-height: 1.5;
	text-align: left;
	padding: 0;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	padding-left: 20px; 
	background-image: url("image/mark-wave.png");
	background-position: left top 2px;
	background-repeat: no-repeat;
	background-size: 16px 11px;
	}

#footermenu li a {
	width: auto;
	font-size: 12px;
	line-height: 1.5;
	text-align: left;
	padding: 0 0 0 0;
	color: #000;
	}

#footermenu li.sub {
	width: auto;
	font-size: 95%;
	line-height: 1.5;
	text-align: left;
	padding: 0;
	font-weight: normal;
	color: #000;
	list-style-type: none;
	padding-left: 20px; 
    text-indent: 0;
	}

#footermenu li.sub:before {
    content: "・";
    color: #fff;
	font-family: Tahoma, Geneva, "sans-serif";
}

#footermenu li a:hover  {
	opacity: 0.7;
	}

/* --------------------------------------------------
	フッターメニュー
-------------------------------------------------- */
#footer-info {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 5px 0 5px;
	background-color: #73bdc4;
	background-image:  url("image/back-wave-foot.png");
	background-repeat: repeat;
	font-size: 12px;
	}

#footer-info p.left {
	float: left;
	padding: 15px 0 0 20px;
	margin: 0;
	line-height: 1.5;
}

#footer-info p.right {
	float: right;
	padding: 25px 0 0 20px;
	margin: 0;
	text-align: right;
	display: block;
	width: auto;
	padding-left: 20px; 
	background-image: url("image/mark-wave.png");
	background-position: left top 30px;
	background-repeat: no-repeat;
	background-size: 16px 11px;
}

/* --------------------------------------------------
	テキスト 追加
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p, a { color: #000; }
h1.blue, h2.blue, h3.blue, h4.blue, h5.blue, h6.blue, p.blue, a.blue,span.blue { color: #0071b8!important; }
h1.marine, h2.marine, h3.marine, h4.marine, h5.marine, h6.marine, p.marine, a.marine,span.marine { color: #73c3ca!important; }
h1.white, h2.white, h3.white, h4.white, h5.white, h6.white, p.white, a.white,span.white { color: #fff!important; }
h1.red, h2.red, h3.red, h4.red, h5.red, h6.red, p.red, a.red,span.red { color: #bb2220!important; }

h3.midashi-b {
	text-align: center;
	color: #fff;
	padding: 10px 20px;
	background-color: #0071b8;
}

h3.midashi-w {
	text-align: center;
	color: #0071b8;
	padding: 10px 20px;
	background-color: #fff;
}

h4.midashi {
	text-align: center;
	color: #000;
	padding: 5px 20px;
	border-bottom: 3px solid #0071b8;
	background-color: #73c3ca;
}

h4.mark-w-b {
	padding: 0 0 0 20px;
	background-image: url("image/mark-wave-b.png");
	background-position: left top 4px;
	background-repeat: no-repeat;
	background-size: 19px 13px;
}

h4.mark-w-w {
	padding: 0 0 0 20px;
	background-image: url("image/mark-wave.png");
	background-position: left top 4px;
	background-repeat: no-repeat;
	background-size: 19px 13px;
}

/* --------------------------------------------------
	波バック（動きあり）
-------------------------------------------------- */
.section-nami {
	width: 100%;
	margin: 0 auto 50px;
	padding: 50px 0 30px;
	background-image:  url("image/back-wave.png");
	background-repeat: repeat;
	animation: bgiLoop 15s linear infinite;
	}

@keyframes bgiLoop {
    0% { background-position: 0 0;}
  100% { background-position: -500px 0px;}
}

/* --------------------------------------------------
	波バック（動きなし）
-------------------------------------------------- */
.section-nami-none {
	width: 100%;
	margin: 0 auto 50px;
	padding: 50px 0 30px;
	background-image:  url("image/back-wave.png");
	background-repeat: repeat;
	}

/* --------------------------------------------------
	ブルーバック
-------------------------------------------------- */
.section-blue {
	width: 100%;
	margin: 0 auto 50px;
	padding: 50px 0 30px;
	background-color: #0071b8;
	}

.section-blue h1, .section-blue h2, .section-blue h3, .section-blue h4, .section-blue h5, .section-blue h6, .section-blue p, .section-blue a,.section-blue span { color: #fff; }


/* --------------------------------------------------
	風バック
-------------------------------------------------- */
.section-kaze {
	clear: both;
	width: 100%;
	background-color: #0071b2;
	margin: 0 auto 50px;
	padding: 50px 0 30px;
	background-image:  url("image/back-kaze.png");
	background-position: top left;
	background-repeat: repeat;
	animation: kazeLoop 30s linear infinite;
	}

@keyframes kazeLoop {
    0% { background-position: 0 0;}
  100% { background-position: 2000px 494px;}
}

.section-kaze h1, .section-kaze h2, .section-kaze h3, .section-kaze h4, .section-kaze h5, .section-kaze h6, .section-kaze p, .section-kaze a,.section-kaze span { color: #fff; }

/* --------------------------------------------------
	マリンバック
-------------------------------------------------- */
.section-marine {
	width: 100%;
	margin: 0 auto 50px;
	padding: 50px 0 30px;
	background-color: #73c3ca;
	}

/* --------------------------------------------------
	囲み
-------------------------------------------------- */
.kakomi-blue {
	border: 1px solid #0071b8;
	padding: 20px 20px 0;
	margin: 0 auto 30px;
}

.kakomi-marine {
	border: 1px solid #73C3CA;
	padding: 20px 20px 0;
	margin: 0 auto 30px;
}

#hexagon {
	width: 100px;
	height: 55px;
	background: #81C7D4;
	position: relative;
}

#hexagon:before {
	content: "";
	position: absolute;
	top: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-bottom: 25px solid #81C7D4;
}

#hexagon:after {
	content: "";
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 50px solid transparent;
	border-right: 50px solid transparent;
	border-top: 25px solid #81C7D4;
}

.pagenavi {
	margin: 0 auto 50px;
}

.pagenavi ul {
	margin: 0 auto;
	width: 100%;
}

.pagenavi ul li {
}

.pagenavi ul.navi03 li a {
	width: 32%;
	margin: 0 2% 10px 0;
}

.pagenavi ul.navi03 li:last-child a {
	margin: 0 0% 10px 0;
}

.pagenavi ul.navi04 li a {
	width: 23.5%;
	margin: 0 2% 10px 0;
}

.pagenavi ul.navi04 li:last-child a {
	margin: 0 0% 10px 0;
}

.pagenavi ul.navi05 li a {
	width: 18.8%;
	margin: 0 1.5% 10px 0;
}

.pagenavi ul.navi05 li:last-child a {
	margin: 0 0% 10px 0;
}

.pagenavi ul.navi06 li a {
	width: 15.4%;
	margin: 0 1.5% 10px 0;
}

.pagenavi ul.navi06 li:last-child a {
	margin: 0 0% 10px 0;
}

.pagenavi ul li a {
	float: left;
	display: block;
	text-align: center;
	background-color: #73c7ce;
	height: 50px;
	vertical-align: middle;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
	align-items: center; /* 縦方向中央揃え */
	-webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
	line-height: 1.2;
}

.pagenavi ul li a:hover,.pagenavi ul li a.active {
	background-color: #b0dde1;
}

img.image-sp {
	display: block;
}

img.image-sp {
	display: none !important;
	width: 0;
	height: 0;
}

.ml-list ol {
	padding-left: 5em;
	padding-right:5em;
}
.ml-list li {
	padding-bottom:3em;
	list-style-type: decimal;
}
