/*--------------------------------------------全体の設定(背景色や改行など)(各ページ固有)--------------------------------------------*/
body {
	background-color: #f7f7f7;
	overflow-x: hidden;
}
br {
	display: block;
}
br.responsive {
	display: none;
}
/*--------------------------------------------ヘッダーにあるメニュー(各ページ共通)--------------------------------------------*/
.headlink {
	width: 100%;
	max-width: 980px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	margin-bottom: auto;
	left: 0px;
	right: 0px;
	z-index: 5;
}
.headlink:after {
	display: block;
	clear: both;
	content: "";
}
.logo {
	width: 100%;
	max-width: 220px;
	background-color: hsla(0,0%,0%,0.70);
	float: left;
}
.link {
	width: 90px;
	max-width: 110px;
	float: right;
	margin-right: 10px;
}
.link.last {
	margin-right: 0px;
}
.box {
	width: 290px;
	height: 50px;
	background-color: hsla(0,0%,0%,0.60);
	position: absolute;
	top: 44px;
	right: -100px;
	border-radius: 10px;
	transition: 1s;
	opacity: 0;
}
.slidein {
	position: absolute;
	right: 0px;
	opacity: 1;
	transition: 1s;
}
.close {
	color: hsla(0,0%,100%,1.00);
	text-align: right;
	width: 20px;
	margin-top: 0px;
	position: absolute;
	top: 0px;
	right: 8px;
	font-size: 25px;
}
.box .text {
	margin-top: 5px;
	text-align: center;
}
.text p {
	line-height: 19px;
}
.box p a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}
/*--------------------------------------------トップイメージ(各ページ固有)--------------------------------------------*/
.top_img img {
	width: 100%;
	height: auto;
}
.top_img2 {
	display: none;
}

/*--------------------------------------------メニューアイコン(各ページ共通)--------------------------------------------*/
a{
	color: #000000;
}
.menu_icon {
	width: 850px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 23px;
}
.menu_icon:after {
	clear: both;
	display: block;
	content: "";
}

.menuwrap {
	width: 119px;
	float: left;
	margin-right: 63px;
}

.iconwrap {
	width: 36px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 12px;
}

.normal {
	display: block
}
.hover {
	position: absolute;
	top: 0px;
	display: none;
}
.textwrap {
	width: 100%;
}
.textwrap p.en  {
	text-align: center;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}
.textwrap p.ja {
	text-align: center;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
	
	.hovertext{
		color: aqua;
	}
	

@media (min-width: 600px){
.menuwrap:hover > .textwrap{
	color: #9FCEC7;

}
.menuwrap:hover > .iconwrap > .normal {
	display: none;

}
.menuwrap:hover > .iconwrap > .hover {
	position: relative;
	display: block;

}
}
/*-------------------------------------------メインコンテンツ(各ページ固有)--------------------------------------------*/
.link3{
	max-width: 500px;
	width: 100%;
	margin: 60px auto;
	text-align: center;
}
.title1{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 5px;
	margin-top: 16px;
	margin-bottom: 10px;
}
.title2{
	letter-spacing: 2px;
}
.w_text{
	max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    letter-spacing: 2px;
    padding-bottom: 30px;
}
.text_all{
	max-width: 640px;
	width: 100%;
	margin: 0 auto;
}

.text_all p{
	line-height: 26px;
}
.o_text{
	max-width: 640px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    letter-spacing: 1px;
    text-align: center;
}
.o_text p{
	color: #444444;
	font-size: 15px;
    letter-spacing: 1.5px;
}
.o_text1{
	max-width: 310px;
    width: 100%;
    max-height: 240px;
    height: 240px;
    background-color: rgba(166,209,202,0.80);
    float: left;
}
.o_text1_2{
	font-size: 23px;
    text-align: center;
    padding: 41px 50px 26px 50px;
    color: #ffffff;
    letter-spacing: 4px;
}
.o_text1 p{
	padding-left: 24px;
    padding-right: 24px;
    font-size: 13.5px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #444444;
}
.o_text2{
	max-width: 310px;
    width: 100%;
    max-height: 240px;
    height: 240px;
    background-color: rgba(245,180,90,0.60);
    float: right;
}
.o_text2 p{
	padding-left: 24px;
    padding-right: 24px;
    font-size: 13.5px;
    line-height: 28px;
    letter-spacing: 0.6px;
    color: #444444;
}
.o_text3{
	clear: both;
    padding-top: 30px;
    padding-bottom: 80px;
    letter-spacing: 2px;
    font-size: 15.8px;
    color: #706f6f;
}
.o_text3_2{
	font-weight: bold;
    color: #434141;
}
.o_text4{
	max-width: 200px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 21px;
    padding-bottom: 17px;
}
.hr{
    border: none;
    border-top: dotted 2px #7eb8b9;
    height: 1px;
    clear: both;
}
.o_list{
	line-height: 33px;
    margin: 20px 5px;
    color: rgb(131, 183, 195);
    letter-spacing: 2px;
}
.o_text5{
	margin-top: 21px;
    margin-bottom: 3px;
    margin-left: 5px;
    color: #706f6f;
}
.o_text6{
	margin-left: 5px;
	line-height: 29px;
    font-size: 15px;
    letter-spacing: 1px;
    color: #706f6f;
}
.o_text6_1{
	color: rgb(131, 183, 195);
}


svg {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-bottom: 25px;
	margin-top: 70px;
}





/*-------------------------------------------メディアスクリーン(各ページ固有)-------------------------------------------*/
@media (max-width: 599px){
br.responsive {
	display: block;
}
.logoicon.img1 img {
	text-align: center;
	width: 165px;
	height: 0
auto;
	height: 0
auto;
	height: auto;
}
.logoicon.img2 img {
	width: 100%;
	height: auto;
}
.first p {
	font-size: 16px;
	line-height: 34px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #444444;
	margin-left: 5px;
	margin-right: 5px;
}
.second {
	margin-left: 5px;
	margin-right: 5px;
}
ul {
	margin-top: 35px;
	margin-left: 5px;
	margin-right: 5px;
}


.top_img {
	display: none;
}
.top_img2 {
	display: block;
}


.o_text1, .o_text2 {
	float: none;
	margin: 0 auto;
}
.o_text3 {
	width: 303px;
	margin:0 auto;
}
.o_list {
	width: 330px;
	margin: 0 auto;
}
.hr {
	width: 330px
}
.o_text5, .o_text6 {
	width: 330px;
	margin: 25px auto;
}

}
