@charset "utf-8";


/*=======================================================================================
    ■ share 
=======================================================================================*/

fonts

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/earlyaccess/hannari.css);
@import url(https://fonts.googleapis.com/earlyaccess/roundedmplus1c.css);

.sawarabi {
	font-family: "Sawarabi Mincho" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-hannari {
	font-family: "Hannari" , "ヒラギノ明朝 Pro W3" , "ＭＳ Ｐ明朝";
}
.wf-rounded {
	font-family: "Rounded Mplus 1c";
}

*{
	outline: none;
	color: #333333;
	margin:0;
	padding:0;
	font-family: Meiryo, メイリオ,"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	line-height: 160%;  /*　200%で26px　160%で20px　140%で18px　120%で14px　*/
	letter-spacing: 1px;
	background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	vertical-align: top;
}

li,ul,dl,dt,dd {
	list-style:none;
}

h1,h2,h3,h4 {
	font-weight: normal;
}

table{
	border-collapse:collapse;
	border-spacing:0;
}

a {
	color: #000099;
	text-decoration: none;
}

a:hover {
	color: #0066FF;
	text-decoration: underline;
}
.imgover {
	opacity: 0;
	position: absolute;
}

body {
	text-align: center;
	font-size:80%;
	overflow-x: hidden;
    background: #DEF7FE;
}

.c_f:after {
  content: "";
  clear: both;
  display: block;
}
.sp {
	display: none;
}

/*==================================================
    ■ share end
==================================================*/



/*==================================================
    ■ Layout start
==================================================*/

/*------------------------------------------------
    header start
------------------------------------------------*/

.header {
	margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

/*------------------------------------------------
    header end
------------------------------------------------*/


/*------------------------------------------------
    nav start
------------------------------------------------*/

nav {
	width: auto;
	margin: auto;
	clear: both;
	background-color: #015AC2;
}

/******* nav_cnt start (in nav) ********/
#nav_cnt {
	margin: 0 auto;
	text-align: left;
	position: relative;
    margin-bottom: 50px;
}
#nav_cnt ul {
    display: flex;
    justify-content: center;
}

#nav_cnt ul li {
    width: 50%;
    text-align: center;
}

#nav_cnt ul li a {
	display: block;
    color: white;
    font-size: 1.6em;
    padding: 20px;
    text-decoration: none;
}

#nav_cnt #m_navi01 {
    border-left: 1px #FFFFFF solid;
    border-right: 1px #FFFFFF solid;
}

#nav_cnt #m_navi02 {
    border-right: 1px #FFFFFF solid;
}

#nav_cnt #m_navi03 {
}

#nav_cnt #m_navi04 {
}

#nav_cnt #m_navi05 {
}

/******* nav_cnt end (in nav) ********/

/*------------------------------------------------
    nav end
------------------------------------------------*/


/*------------------------------------------------
    main start
------------------------------------------------*/

main {
	width: auto;
	margin: auto;
	clear: both;
	display: block;
    padding-bottom: 50px;
}

/*------------------------------------------------
    main end
------------------------------------------------*/

/*------------------------------------------------
    footer start
------------------------------------------------*/
footer {
	width: 100%;
	margin: auto;
	clear: both;
	display: block;
    text-align: center;
}
.cnt_f {
	margin: 0 auto;
	position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wrap_f1 {
	background-color: #015AC2;
}
.cnt_f1 {
	background-color: #015AC2;
    color: white;
}
.wrap_f2 {
	background-color: #015AC2;
}
.cnt_f2 {
	background-color: #015AC2;
    color: white;
}
.wrap_f3 {
	background-color: #015AC2;
}
.cnt_f3 {
	background-color: #015AC2;
    color: white;
}

/* pagetop start*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    text-decoration: none;
    color: #fff;
    text-align: center;
    display: block;
    background-image: url(../img/common/f_page_top.png);
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
}
#page-top a:hover {
    text-decoration: none;
	background-image: url(../img/common/f_page_top_on.png);
}

/*------------------------------------------------
    footer end
------------------------------------------------*/


@media screen and (max-width:980px) { 
	.pc { display: none !important; }
	.sp { display: block !important; }
}
