@charset "UTF-8";
@import "util.css";
@import "../../common/css/morimoto_foot_link.css";
@import "animsition.min.css";
@import "aos.css";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC|Noto+Sans+JP|Marcellus+SC|Noto+Serif+JP|Crimson+Text');

/**************************************************
 * 01.common+transform
 * 02.header+nav
 * 03.footer
 * 04.H2 - H5
 * 05.CONTENTS
 **************************************************/

/*--------------------------------------------------------
----------------------------------------------------------
01.common
----------------------------------------------------------
--------------------------------------------------------*/

html {
    font-size: 62.5%;
    height:100%;
}


body {
	background-color:#fff;
	text-align:center;
	margin:0 auto;
	font-size: 13px;
	font-size: 1.3rem;
	line-height:1.8;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 100%;
	color: #606060;
	min-width:1200px;
	height: 100%;
	
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a{
outline:0;
}


.sp{
	display:none;
}

.clear{
    clear:both;
    margin:0;
    padding:0;
}
.no_clear{
clear: none;
}
 
.wrap {
    padding: 60px 0 0 0;
}

sup {
	font-size: 50%;
	vertical-align: top;
	position: relative;
	top: -0.1em;
}
sub {
	font-size: 50%;
	vertical-align: bottom;
	position: relative;
	bottom: 1em;
}
p{
font-size: 14px;
font-size: 1.4rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0 0 20px 0;
text-align: justify;
text-justify: inter-ideograph;
}
p.read{
font-size: 18px;
font-size: 1.8rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0 0 20px 0;
text-align: center;
}
p.read_al{
font-size: 18px;
font-size: 1.8rem;
font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
margin:0 0 20px 0;
text-align: justify;
text-justify: inter-ideograph;
}
.p_cap{
font-size: 12px;
font-size: 1.2rem;
padding:0;
margin:0 0 20px 0;
text-align:left;
}

.p_cap_r{
font-size: 12px;
font-size: 1.2rem;
padding:0;
margin:0 0 20px 0;
text-align: right;
}



a:link {
color: #404040;
text-decoration: underline;
}

a:visited {
color: #404040;
text-decoration: underline;
}

a:hover {
color: #404040;
text-decoration: none;
}

a:active {
color: #404040;
text-decoration: none;
}
/* fade__in__up---------------------------------------*/
/* 画面外にいる状態 */
.fade__in__up {
    opacity : 0;
    transform : translate(0, 50px);
    transition : all 800ms ease-in 0.5s;
    }
 
/* 画面内に入った状態 */
.fade__in__up.scrollin {
    opacity : 1;
    transform : translate(0, 0);
    }

/*--------------------------------------------------------
/* fade__in__up02---------------------------------------*/
/* 画面外にいる状態 */
.fade__in__up02 {
    opacity : 0;
    transform : translate(0, 50px) scale(1.3,1.3);
    transition : all 800ms;
    }
 
/* 画面内に入った状態 */
.fade__in__up02.scrollin02 {
    opacity : 1;
    transform : translate(0, 0) scale(1,1);
    }

/*--------------------------------------------------------
----------------------------------------------------------
03.footer
----------------------------------------------------------
--------------------------------------------------------*/
footer{
	clear:both;
	width:100%;
	margin:0 auto;
	padding:0 0 0 0;
	text-align:center;
	overflow:hidden;
    background-color:#bbbbbb;
}

footer #inner{
	position:relative;
	width:100%;
	min-width:1200px;
	margin:20px auto;
	padding:0 20px;
	text-align:center;
	overflow:hidden;
	box-sizing:border-box;
}
	
footer #inner #left{
	float:left;
	width:450px;
	padding:0 0 0 0;
	text-align:left;
}

footer #inner #left p{
	text-align:left;
	font-size:10px;
	font-size:1.0rem;
	color:#fff;
	margin:0 0 0 0;
}

footer #inner #right{
	float:right;
	width:450px;
	padding:0 0 0 0;
	text-align:right;
}


footer #inner #right a:hover img{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
footer #inner #banner_sumau{
	float:right;
	width:300px;
	height:auto;
	margin:10px 0 0 0;
	overflow:hidden;	
}

footer #inner #banner_sumau img{
	-webkit-transition: all .5s;
	transition: all .5s;
}


footer #inner #banner_sumau a:hover img{
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
	opacity: 0.6;
}
address{
	text-align:right;
	margin:10px 0;
	font-size:10px;
	font-size:1.0rem;
	color:#fff;
}

address a:link {
color: #fff;
text-decoration: none;
}

address a:visited {
color: #fff;
text-decoration: none;
}

address a:hover {
color: #fff;
text-decoration: none;
}

address a:active {
color: #fff;
text-decoration: none;
}

address img.img_logo{
	float:right;
	margin:0 0 0 10px;
	vertical-align:middle;
}

#foot_address_link{
	clear:both;
	width:100%;
	height:auto;
}
	
	

#foot_address_link p{
	text-align:right;
	font-size: 10px;
	font-size: 1.0rem;
	font-style:normal;
	font-weight:normal;
	color:#fff;
	margin:0 0 0 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
	


#foot_address_link p a:link {
color: #fff;
text-decoration: underline;
}

#foot_address_link p a:visited {
color: #fff;
text-decoration: underline;
}

#foot_address_link p a:hover {
color: #fff;
text-decoration: none;
}

#foot_address_link p a:active {
color: #fff;
text-decoration: none;
}


footer #inner .arrow{
  clear:both;
  position: relative;
  display: inline-block;
  padding-left: 20px;
  cursor:pointer;
}

footer #inner .arrow::before{
  content: '';
  width: 30px;
  height: 30px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}