@charset "utf-8";

/* reset */
html,body,h1,h2,h3,h4,ul,ol,dl,li,dt,dd,p,div,span,img,a,table,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article,header,footer,aside,figure,figcaption,nav,section { 
	display: block;
}
body {
	line-height: 1;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
ol,ul {
	list-style: none;
	list-style-type: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input,select,textarea{
	font-size:16px;
	vertical-align:middle;
}

/*------------------------------
	body
------------------------------*/
html {
	font-size:62.5%;
}
body {
	min-width: 1100px;
	background: #fff;
	color: #000;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "Open Sans", osaka, Verdana, Arial, sans-serif;
	line-height: 1.6;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
}
a {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	color: #005eaa;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a img {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
a:hover img {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.clearfix:after {
	display: block;
	clear: both;
	content: "";
}
b,
strong {
	font-weight: bold;
}
@media only screen and (max-width:767px){
	body {
		min-width: 0;
	}
}

/*------------------------------
	structure
------------------------------*/
#switching {
	display: none;
	position: relative;
	padding: 7px 10px;
	background: #b1dff6;
}
#switching #pc,
#switching #sp {
	display: block;
	height: 36px;
	border-radius: 4px;
	background: #fff;
	color: #444;
	font-size: 13px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
}
#switching #sp {
	line-height: 34px;
}
#switching #pc img,
#switching #sp img {
	margin-right: 10px;
}
#switching #sp {
	display:none;
	font-size:15px;
}
#switching #close {
	display: inline-block;
	position: absolute;
	top: 7px;
	right: 12px;
	padding: 7px;
}
#container {
	position: relative;
	width: 100%;
	height: 100%;
}
#overlay {
	display: none;
	position: fixed;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 100%;
	overflow: auto;
	background: #0066b5;
}
.sp {
	display: none;
}
@media only screen and (max-width:767px){
	#switching {
		display: block;
	}
	#container {
		overflow: hidden !important;
	}
	#overlay .btn_close {
		display: inline-block;
		position: absolute;
		top: 20px;
		right: 20px;
		width: 30px;
		height: 30px;
	}
	#overlay .btn_close span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		box-sizing: border-box;
		background: #fff;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	#overlay .btn_close span:nth-of-type(1) {
		-webkit-transform: translateY(15px) rotate(-45deg);
		transform: translateY(15px) rotate(-45deg);
	}
	#overlay .btn_close span:nth-of-type(2) {
		top: 45%;
		left: 0;
		opacity: 0;
		-webkit-animation: active-menu-bar02 0.8s forwards;
		animation: active-menu-bar02 0.8s forwards;
	}
	#overlay .btn_close span:nth-of-type(3) {
		bottom: 0;
		-webkit-transform: translateY(-12px) rotate(45deg);
		transform: translateY(-12px) rotate(45deg);
	}
	#overlay ul {
		width: 90%;
		margin: 80px auto 0;
	}
	#overlay ul:after {
		display: block;
		clear: both;
		content: "";
	}
	#overlay li a {
		display: block;
		padding: 14px 4px;
		color: #fff;
		font-size: 14px;
		text-decoration: none;
	}
	/* list1 */
	#overlay .list1 {
		border-top: 1px solid #fff;
	}
	#overlay .list1 li {
		border-bottom: 1px solid #fff;
	}
	#overlay .list1 a {
		padding-left: 20px;
		background: url(../images/arrow_03.png) 8px 50% no-repeat;
	}
	/* list2 */
	#overlay .list2 {
		margin: 40px auto;
	}
	#overlay .list2 li {
		float: left;
		width: 47.5%;
		margin: 0 1.25% 10px;
		text-align: center;
	}
	#overlay .list2 li:first-child {
		float: none;
		width: 97.5%;
		margin-bottom: 20px;
	}
	#overlay .list2 a {
		height: 40px;
		padding: 0;
		border-radius: 20px;
		box-sizing: border-box;
		background: #fff;
		color: #0066b5;
		font-size: 13px;
		line-height: 40px;
	}
	.sp {
		display: block;
	}
}
.noscript {
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
}

/*------------------------------
	header
------------------------------*/
#header {
	position: relative;
	width: 100%;
	padding-top: 25px;
}
#header .header_inr {
	position: relative;
	width: 1024px;
	height: 115px;
	margin: 0 auto;
}
#header .logo_wrap {
	position: relative;
	float: left;
	width: 266px;
	height: 115px;
	margin-top: 5px;
}
#header #logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
}
#header #logo a {
	display: block;
}
#header .image {
	position: absolute;
	bottom: 0;
	right: 0;
}
#header .header_option {
	position: absolute;
	top: 0;
	right: 0;
	width: 700px;
	height: 44px;
	padding: 7px 16px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #e8f3f8;
	font-size: 13px;
}
#header .header_option li {
	float: left;
}
#header .header_option li a {
	display: inline-block;
	width: 46px;
	margin-left: 5px;
	border-radius: 4px;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
}
#header .header_option .fs_change a {
	background: #787878;
}
#header .header_option .fs_change .standard {
	margin-left: 10px;
	background: #0066b5;
	font-size: 12px;
}
#header .header_option .fs_change .large {
	font-size: 14px;
}
#header .header_option .fs_change .xlarge {
	font-size: 15px;
}
#header .header_option .cl_change {
	margin-left: 16px;
}
#header .header_option .cl_change a {
	background: #000;
}
#header .header_option .cl_change .base {
	margin-left: 10px;
	background: #fff;
	color: #000;
}
#header .header_option .howto {
	margin-left: 16px;
	padding-left: 14px;
	border-left: 1px solid #ccc;
}
#header .header_option .howto a {
	width: auto;
	padding-left: 12px;
	background: url(../images/arrow_02.png)  0 50% no-repeat;
	color: #000;
}
#header .header_search {
	position: absolute;
	top: 56px;
	right: 410px;
	width: 290px;
	height: 32px;
}
table.gsc-search-box td {
	vertical-align: top !important;
}
table.gsc-search-box td.gsib_b,
.gsst_b,
.gsst_a,
.gscb_a {
	vertical-align: middle !important;
}
#gsc-i-id1,
.gsc-input {
	width: 100% !important;
	overflow: hidden;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",  "ＭＳ Ｐゴシック", "Open Sans", osaka, Verdana, Arial, sans-serif !important;
}
.gsib_a {
    padding: 2px 0 0 5px !important;
}
.gsc-input {
	padding: 0 !important;
	vertical-align: top;
}
.gsc-input-box {
	height: 29px !important;
}
input.gsc-search-button {
	margin: 0 !important;
	padding: 7px 24px !important;
}
.cse input.gsc-search-button,
input.gsc-search-button {
	border-radius: 3px !important;
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}
#header .header_menu {
	position: absolute;
	top: 56px;
	right: 0;
	width: 400px;
	height: 30px;
	font-size: 13px;
	text-align: right;
}
#header .header_menu li {
	display: inline-block;
	margin-left: 6px;
}
#header .header_menu li:first-child {
	margin-left: 0;
}
#header .header_menu a {
	display: block;
	width: 118px;
	padding: 0 5px;
	border-radius: 15px;
	box-sizing: border-box;
	background: #63c0ed;
	color: #fff;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
}
#header .header_menu a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
@media only screen and (max-width:767px){
	#header {
		padding-top: 8px;
	}
	#header .header_inr {
		width: 100%;
		height: 64px;
	}
	#header .logo_wrap {
		float: none;
		width: 100%;
		height: 64px;
		margin-top: 0;
	}
	#header #logo {
		width: 124px;
		margin: 9px 0 0 12px;
	}
	#header .image {
		top: 0;
		right: 7px;
		width: 170px;
		height: 70px;
		background: url(../images/_img_hesiko.png) right top no-repeat;
	}
	#header .image img {
		display: none;
	}
	#header .header_option,
	#header .header_menu {
		display: none;
	}
	#header .header_search {
		top: 76px;
		right: 0;
		left: 12px;
		z-index: 10000;
		width: 240px;
	}
	input.gsc-search-button,
	input.gsc-search-button:hover,
	input.gsc-search-button:focus {
		border-color: #787878 !important;
		background: #787878 !important;
	}
	.gsc-input-box {
		height: 27px !important;
	}
	input.gsc-search-button {
		padding: 6px 16px !important;
	}
}

/*------------------------------
	global_nav
------------------------------*/
#global_nav {
	position: relative;
	z-index: 9999;
	clear: left;
	height: 52px;
	background: #0066b5;
}
#global_nav:before {
	display: block;
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	height: 12px;
	overflow: hidden;
	background: transparent url(../images/wave.png) center top repeat-x;
	content:"";
}
#global_nav ul {
	position: relative;
	width: 1024px;
	margin: 0 auto;
}
#global_nav ul:after {
	display: block;
	clear: both;
	content: "";
}
#global_nav li {
	float: left;
	margin: 0 27px;
	-webkit-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	font-size: 14px;
}
#global_nav li a {
	display: inline-block;
	padding: 13px 20px 12px;
	box-sizing: border-box;
}
#global_nav li.active{
	border-bottom: 5px solid #ffc71f;
}
#global_nav li a:hover img {
	opacity: 1;
	filter: alpha(opacity=100);
}
#global_nav li .nav_wrap {
	display: none;
	position: absolute;
	top: 52px;
	left: 0;
	width: 100%;
	padding: 20px 22px;
	box-shadow: 0 5px 5px rgba(0,0,0,0.4); 
	box-sizing: border-box;
	background: #fff;
}
#global_nav li .nav_wrap li {
	margin: 0 30px 2px 0;
	font-size: 14px;
	font-size: 1.4rem;
}
#global_nav li .nav_wrap li a {
	padding: 2px 0 2px 12px;
	background: url(../images/arrow_01.png) 0 .6em no-repeat;
	line-height: 1.4;
}
#header .menu_btn {
	display: none;
}
@media only screen and (max-width:767px){
	#global_nav:before {
		top: -10px;
		height: 11px;
		background-image: url(../images/wave_sp.png);
		-webkit-background-size: auto 11px;
		background-size: auto 11px;
	}
	#global_nav ul {
		display: none;
	}
	#header .menu_btn {
		display: inline;
		position: absolute;
		top: 10px;
		right: 10px;
		z-index: 999;
		width: 35px;
		height: 33px;
	}
	#header .menu_btn:after {
		display: block;
		position: absolute;
		bottom: 0;
		width: 35px;
		height: 9px;
		background: url(../images/txt_menu.png) center top no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		content: "";
	}
	#header .menu_btn span {
		display: inline-block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 3px;
		box-sizing: border-box;
		background: #fff;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
	}
	#header .menu_btn span:nth-of-type(1) {
		top: 0;
	}
	#header .menu_btn span:nth-of-type(2) {
		top: 8px;
	}
	#header .menu_btn span:nth-of-type(3) {
		top: 16px;
	}
}

/*------------------------------
	pankuzu
------------------------------*/
.pankuzu {
	padding:8px 0;
	background: #fff;
}
#foot.pankuzu {
	padding: 12px 0 14px;
}
.pankuzu ul {
	width: 1024px;
	margin: 0 auto;
}
.pankuzu ul:after {
	display: block;
	clear: both;
	content: "";
}
.pankuzu li {
	float: left;
	padding: 6px 0;
	font-size: 13px;
	font-size: 1.3rem;
}
.pankuzu a {
	display: inline-block;
	position: relative;
	margin-right: 6px;
	padding-right: 18px;
}
.pankuzu a:after {
	display: block;
	position: absolute;
	top: 50%;
	right: 4px;
	width: 5px;
	height: 5px;
	margin-top: -2.5px;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}
@media only screen and (max-width:767px){
	.pankuzu {
		display: none;
	}
}

/*------------------------------
	contents
------------------------------*/
#contents {
	padding: 42px 0 50px;
	background: url(../images/bg.jpg);
	font-size: 14px;
	font-size: 1.4rem;
}
#contents .contents_inr {
	width: 1024px;
	margin: 0 auto;
}
#contents h1 {
	margin-bottom: 15px;
	padding: 12px 15px;
	border-radius: 3px;
	background: #cbeaf9;
	color: #005eaa;
	font-weight: bold;
	font-size: 20px;
	font-size: 2.0rem;
}
#contents.ec h1 {
	background: #b50505;
	color: #fff;
}
#main {
	float: right;
	width: 74.21875%;
}
#main.wide {
	float: none;
	width: 100%;
}
#nav {
	float: left;
	width: 21.484375%;
}
.side_nav {
	margin-bottom: 36px;
	padding-bottom: 10px;
	background: #fff;
}
.side_nav h2 {
	position: relative;
	margin-bottom: 20px;
	padding: 11px 18px 6px;
	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	background: #0066b5;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.4;
}
.side_nav h2:after {
	display: block;
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 100%;
	height: 7px;
	background: #fff url(../images/_wave.png) center top repeat-x;
	content:"";
}
.side_nav p {
	margin: 0 18px 5px;
	font-weight: bold;
	font-size: 15px;
	font-size: 1.5rem;
}
.side_nav > ul {
	margin: 0 18px 20px;
	border-bottom: 1px dotted #ccc;
}
.side_nav > ul:last-of-type {
	margin-bottom: 0;
	border-bottom: none;
}
.side_nav > ul:first-of-type {
	margin-bottom: 20px;
}
.side_nav .note {
	margin-top: 1em;
}
.side_nav li ul {
	margin: 4px 0 10px 14px;
}
.side_nav li a {
	display: block;
	padding: 2px 2px 2px 14px;
	background: url(../images/arrow_01.png) 0 0.7em no-repeat;
}
.side_nav li span {
	display: inline-block;
	margin-right: 5px;
	padding: 0 4px;
	background: #0066b5;
	color: #fff;
	font-size: 11px;
	font-size: 1.1rem;
	vertical-align: 2px;
}
.side_nav .list {
	margin: 10px 18px;
	font-size: 13px;
	font-size: 1.3rem;
	text-align: right;
}
.side_nav .list a {
	display: inline-block;
	padding: 0 22px;
	border-radius: 15px;
	background: #63c0ed;
	color: #fff;
	line-height: 30px;
	text-decoration: none;
}
.side_nav .list a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
#nav .btn {
	min-height: 46px;
	margin: -20px 0 36px;
	border-radius: 23px;
	background: #fff;
}
#nav .btn a {
	display: block;
	padding: 10px;
	border: 3px solid #0066b5;
	border-radius: 23px;
	background: #fff;
	color: #0066b5;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}
#nav .btn a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.side_lifestage {
	padding: 12px 5px 6px;
	border-radius: 3px;
	background: #63c0ed;
	text-align: center;
}
.side_lifestage h2 {
	margin-bottom: 10px;
}
.side_lifestage li {
	display: inline-block;
	margin: 0 1px 6px;
	border: 2px solid #cbeaf9;
	border-radius: 3px;
	background: #fff;
	text-align: center;
}
.side_lifestage li:last-child {
	padding: 2px;
	border: none;
	border-radius: 9px;
	background: rgba(255,255,255,0.5);
}
@media only screen and (max-width:767px){
	#contents {
		padding: 30px 0;
	}
	#contents .contents_inr {
		width: 90%;
	}
	#contents h1 {
		padding: 10px 12px;
		font-size: 16px;
		font-size: 1.6rem;
	}
	#main {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	#nav {
		display: none;
	}
}
@media only screen and (max-width:599px){
	#contents {
		padding: 28px 10px;
	}
	#contents .contents_inr {
		width: 100%;
	}
}

/*------------------------------
	pagetop
------------------------------*/
#pagetop {
	position: absolute;
	bottom: 210px;
	right: 50px;
	width: 100px;
	height: 100px;
	line-height: 100px;
}
#pagetop a {
	display: block;
	position: relative;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out; 
	height: 100px;
	border-radius: 50px;
	box-sizing: border-box;
	background: #63c0ed;
	color: #fff;
	font-size: 11px;
	font-family: Verdana;
	line-height: 108px;
	text-decoration: none;
	text-align: center;
}
#pagetop a:before {
	display: block;
	position: absolute;
	top: 24px;
	left: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}
#pagetop a:hover {
	margin-top: -24px;
}
@media only screen and (max-width:767px){
	#pagetop {
		right: 50%;
		bottom: 290px;
		width: 90px;
		height: 90px;
		margin-right: -45px;
		line-height: 90px;
	}
	#pagetop a {
		height: 90px;
		border-radius: 45px;
		line-height: 90px;
	}
	#pagetop a:before {
		top: 20px;
		left: 50%;
		width: 15px;
		height: 15px;
		margin-left: -7.5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		content: "";
	}
#pagetop a:hover {
	margin-top: -20px;
}
}

/*------------------------------
	footer
------------------------------*/
#footer {
	position: relative;
	z-index: 10;
	background: #0066b5;
	color: #fff;
}
#footer:before {
	display: block;
	position: absolute;
	top: -11px;
	left: 0;
	width: 100%;
	height: 12px;
	overflow: hidden;
	background: url(../images/wave.png) center top repeat-x;
	content:"";
}
#footer .footer_inr {
	width: 1024px;
	height: 210px;
	margin: 0 auto;
	padding: 30px 0 25px;
	box-sizing: border-box;
	line-height: 1.4;
}
#footer .footer_inr br {
	display: none;
}
#footer .footer_inr br:nth-of-type(2){
	display: block;
}
#footer .footer_inr dl {
	min-height: 67px;
	margin: 0 0 28px 4px;
	padding-left: 84px;
	background: url(../images/img_stamp.png) left top no-repeat;
}
#footer .footer_inr dt {
	margin-bottom: 2px;
	font-weight: bold;
	font-size: 16px;
	font-size: 1.6rem;
}
#footer .footer_inr dd {
	font-size: 14px;
	font-size: 1.4rem;
}
#footer .footer_inr dd a {
	color: #fff;
}
#footer .footer_nav ul {
	width: 900px;
}
#footer .footer_nav ul:after {
	display: block;
	clear: both;
	content: "";
}
#footer .footer_nav li {
	float: left;
	width: 13em;
	margin-bottom: 5px;
}
#footer .footer_nav a {
	display: block;
	padding: 2px 0 2px 12px;
	background: url(../images/arrow_03.png) 0 .6em no-repeat;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	text-decoration: none;
}
#copyright {
	clear:left;
	height: 50px;
	background: #e6e6e6;
	color: #787878;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: Verdana;
	line-height: 50px;
	letter-spacing: 1px;
	text-align: center;
}
@media only screen and (max-width:767px){
	#footer:before {
		top: -10px;
		height: 11px;
		background-image: url(../images/wave_sp.png);
		-webkit-background-size: auto 11px;
		background-size: auto 11px;
	}
	#footer .footer_inr {
		width: 90%;
		height: 300px;
		margin: 0 auto;
	}
	#footer .footer_inr br {
		display: block;
	}
	#footer .footer_inr dl {
		padding-left: 0;
		background-position: right top;
	}
	#footer .footer_nav ul {
		width: 100%;
	}
	#footer .footer_nav li {
		width: 60%;
		white-space: nowrap;
	}
	#footer .footer_nav li:nth-child(even) {
		width: 40%;
	}
}
@media only screen and (max-width:599px){
	#footer .footer_inr {
		width: auto;
		height: auto;
		margin: 0 10px;
	}
}