@charset "UTF-8";

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.pc_displaynone{
	display: none;
}
.pure-container{
	display: none;
}
img{
	width:100%;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
input[type="submit"],
input[type="button"],
input[type="reset"]{
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
	background-color: transparent;
        cursor: pointer;
        outline: none;
        padding: 0;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


li{
	list-style-type: none;
}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	opacity:0.7;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro," メイリオ", Meiryo, Osaka," ＭＳ Ｐゴシック", MS PGothic," sans-serif";
	margin:0;
	padding:0;
    font-size:16px;
	width:100%;
	height:100%;
	line-height:1.8;
	color:#595757;
	text-align: justify;
	animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
	-webkit-text-size-adjust: 100%;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
.indent_1{
	margin:2px 0;
	margin-left:1em;
	text-indent: -1em;
}
.margin5{
	display: block;
	height:5px;
}
.margin15{
	height:15px;
}
.margin20{
	height:20px;
}
.margin40{
	height:40px;
}
.margin60{
	height:60px;
}
.margin80{
	height:80px;
}
.background_beige{
	background: #F1E7CF;
	padding-bottom:40px;
}
.background_light_gray{
	background-color: #EFEFEF;
}
.background_about{
	background-color: #63A5B6;
}
.background_light_blue{
	background-color: #077EAF;
}
.background_blue{
	background-color: #004396;
}
.background_gray_blue{
	background-color: #79A1AA;
}
.background_green{
	background-color: #46A29E;
}
.color_blue{
	color: #004396;
}
.color_red{
	color: #ff0000;
}
.font_lll{
	font-size:2.2em;
}
.font_ll{
	font-size:2em;
}
.font_l{
	font-size:1.6em;
}
.font_ml{
	font-size:1.1em;
}
.font_m{
	font-size:1em;
	line-height:1.5em;
}
.font_s{
	font-size:0.9em;
}
.font_ss{
	font-size:0.8em;
	line-height: 1.4em;
}
.font_sss{
	font-size:0.7em;
	line-height: 1.4em;
}
.clearfix:after{
	display: block;
	content: "";
	clear: both;
}