body {
  font-family: Arial, Helvetica, sans-serif, 'ヒラギノ角ゴ Pro W3';
  margin: 0;
}

@media only screen and (max-width: 700px) {
	body { 
		background: none;
	}
}


@media only screen and (max-width: 700px) {
	#pc_page { 
		display: none;
	}
}

@media only screen and (min-width: 700px) {
	#mb_page { 
		display: none;
	}
}


a {
  text-decoration: none; 
}

a:link{
  text-decoration: none; 
}

a:visited{
  opacity: 0.7;	
  text-decoration: none; 
}

/*---
a:hover {
  opacity: 0.7;	
  text-decoration: none; 
}
---*/

a:active{
  opacity: 0.7;	
  text-decoration: none; 
}

.clear {
	clear: both;
}

li {
margin-left: -20px;
list-style-type: none;
}

.resizeimage img { width: 100%; }

@media only screen and (max-width: 500px) {
	.max500px img { 
		width: 100%;
	}
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.margin-right-30px{
    margin-right: -30px;
}


/*------- outbox design -------*/

.outbox_index{
	max-width: 100%;
	width: 90%;
	margin: 0 auto;
	margin-top: -5px; /* 固定ナビの高さ分のネガティブマージン */
    padding-top: 55px; /* 打ち消し用のパディング */
    position: relative;
    z-index: 250;
}

.outbox{
	max-width: 100%;
    width: 100%;
    height: 100%;
	margin: 0 auto;
    position: absolute;
    z-index: 120;
}

@media only screen and (min-width: 1000px) {
	.outbox_index { 
		width: 960px;
		margin: 0 auto;
	}
}

@media only screen and (min-width: 1000px) {
	.outbox { 
		width: 960px;
		margin: 0 auto;
	}
}


/*------- outbox_sec02 design -------*/
.outbox_sec01{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../img_mirion/section01_BG.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}
/*--
.outbox_sec02{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../img/section02_BG_b.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.outbox_sec03{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../img/section03_BG.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.outbox_sec04{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../img/section04_BG.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.outbox_sec05{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../img/section05_BG.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.outbox_sec06{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../img/section06_BG_b.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.outbox_sec07{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../img/section07_BG_b.jpg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

----*/

.outbox_sec08{
    max-width: 100%;
    width: 100%;
    height: 100%;
    background-image: url(../icon/item_bg_texture1.jpg);
    background-repeat: repeat;
}


/*------- stab design -------*/

.stab{
    width: 1030px;
	margin: 0 auto;
    margin-top: 50px;
    margin-left: -30px;
}



/*------- Title design -------*/



/*------- message design -------*/

.message{
    margin-top: 5%;
}

.message p{
	text-align: left;
    font-size: medium;
    color:black;
    line-height: 2em;
    z-index: 100;
}

.message img{
    margin-left: -15px;
    margin-bottom: 15px;
}

.m_title{
    text-align: left;
    font-size: xx-large;
    color: dimgray;
    font-family: serif;
    z-index: 100;
}


@media only screen and (max-width: 720px) {
	.message{
		background-image: none;
		height: auto;
		margin-top: 30px;
		position: relative;
	}
	.message img{
		margin-top: 0px;	
	}
}

.message_sec06 p{
	text-align:justify;
    font-size: small;
    margin-right: 50px;
    color:black;
    line-height: 2em;
    z-index: 100;
}


/*------- fade -------*/
#fade{
    display:none;
}


/*------- unidare_main 

.unidare_main img:hover{
    animation: kaiten15 2s;
    text-align: center;
}

@keyframes kaiten15 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-15deg); }
100% { transform: rotate(0deg); }
}
-------*/


/*------- rogo -------*/

.rogo{
    position: fixed;
    top:20px;
    left:40px;
    z-index: 300;
}

.rogo img:hover{
    opacity: 0.5;
}

/*---
.rogo img:hover{
    animation: kaiten3 2s;
}


@keyframes kaiten3 {
0% { transform: rotate(0deg); }
50% { transform: rotate(-3deg); }
100% { transform: rotate(0deg); }
}
---*/


/*------- unidare_small -------*/
.unidare_small{
    position: absolute; 
    top: 50px;
    right: 60px;
    z-index: 300;
}
.unidare_small a img {
    width: 120px;
    height: auto;
}

@media only screen and (max-width: 1100px) {
    .unidare_small{
        display: none;
    }
}

/*-------
.unidare_small a {
display: inline-block;
background: url(../img/unidare_small_on.png) no-repeat;
background-size: cover;
}
.unidare_small a img {
vertical-align: middle;
transition: opacity 0.8s;
}
.unidare_small a:hover img {
opacity: 0;
}
-------*/

/*------- sec_shimokita -------*/
.sec_shimokita{
    position:absolute;
    bottom: 5%;
    right: 0;
}

/*--- header nav --- */


@media only screen and (max-width: 900px) {
    #header_nav_wrap{
        display: none;
    }
}


header{
  width: 100%;
  z-index: 200;
 margin: 0;
    padding: 0;
}


.top_nav {
  position: fixed;
    z-index: 250;
  top: 0;
  left: 0;
  line-height: 35px;
  text-align: center;
}

header a {
    text-decoration: none;
    display: block;
    color: darkgray;
    font-family: serif;
    margin-left: 15px;
    border-bottom: solid thin rgba(0,0,0,0.0);
}

header a:hover {
    font-family: serif;
    color: #ebd842;
    opacity: 0.9;
    border-bottom: solid thin #ebd842;
}



/*------- footer_cta design -------*/

.footer_cta{
    background-color: royalblue;
    margin-top: 150px;
    padding-top: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.footer_cta a{
    display: inline-block;
    width: 100%;
    height: 150px;
    color: white;
    font-size: 3em;
    text-align: center;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.footer_cta:hover{
    background-color: white;
}

.footer_cta a:hover{
    display: inline-block;
    width: 100%;
    height: 150px;
    color: royalblue;
    font-size: 3em;
    text-align: center;
    vertical-align: middle;
}

.footer_cta_smalltxt{
    font-size: small;
}



/*------- width100 design -------*/

.width100{
	width: 100%;
}

.width1000px{
	width: 1000px;
	margin: 0 auto;
	padding: 10px;
}

.waku_1000px{
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    color: white;
}


/*------- card_footer design -------*/

.card_footer{
	padding: 10px;
	display: block;
}

.card_footer ul{
	margin-left: -20px;
}

.card_footer ul li a{
	display: block;
	padding: 2px 10px 0 10px;
	margin: 3px 0px;
	color: darkgray;
    font-size: small;
    font-weight: 500;
}

.card_footer ul p{
	display: block;
	padding: 2px 10px 0 10px;
	margin: 3px 0px;
	color: black;
    font-size: small;
    font-weight: 500;
}
.card_footer ul li a:hover{
	color: black;
}

.card_footer ul li p{
	display: block;
	padding: 2px 10px 0 10px;
	margin: 3px 0px;
	color: rgba(255,255,255,0.5);
    font-size: medium;
    font-weight: 500;
    border-bottom: solid thin rgba(255,255,255,0.0);
}

.card_footer img{
    margin-top: 30px;
    text-align: center;
    width: 20%;
}

.card_footer img:hover{
    opacity: 0.7;
}

.card_footer_imgbox{
    margin: 0 auto;
    text-align: center;
}

.card_footer_title ul{
	margin-left: -10px;
    margin-bottom: -25px;
}

.card_footer_title ul li a{
	display: block;
	padding: 2px 10px 0 10px;
	margin: 3px 0px;
	color: black;
    font-size: small;
    font-weight: 500;    
}





/* Google icons の調整 */
.material-icons.md-14 {
    font-size: 14px;
}

.material-icons.md-38{
    font-size: 38px;
}

.material-icons.md-80{
    font-size: 80px;
}

.material-icons.red {
    color: #b7282e;
}

.material-icons.white{
    color: white;
}

.material-icons.shironezu{
    color: #dcdddd;
}

.material-icons.ginnezu{
    color:  #afafb0;
}

.material-icons.kanariairo{
    color:  #ebd842;
}

.material-icons.orange{
    color: orange;
}

.material-icons.yellowgreen{
    color: yellowgreen;
}

.material-icons.royalblue{
    color: royalblue;
}

.material-icons.opacity{
    opacity: 0.7;
}






/* ------------------------------------------------------------
   スクロールアロー
   ------------------------------------------------------------ */
.scroll_arrow_down{
	position:absolute;
	text-align: center;
    text-shadow: 0 0 5px white;
    right: 40px;
	bottom: 20px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_down :hover{
    color: yellowgreen;
}


@media only screen and (max-width: 900px) {
	.scroll_arrow_down { 
		display: none;	
	}
}

.scroll_arrow_up{
	position:absolute;
	text-align: left;
    text-shadow: 0 0 5px white;
    right: 40px;
	bottom: 20px;
	z-index: 300;
	animation: scroll_arrow 1s ease -2s 30 alternate;
}

.scroll_arrow_up :hover{
    color: yellowgreen;
}


@media only screen and (max-width: 900px) {
	.scroll_arrow_up { 
		display: none;	
	}
}

/* -----
@keyframes scroll_arrow {
0% {}
100% {transform: translateY(20px);}
}
---- */


/*--- spinners
button {
  font-size: 16px;
  border-color: #2196f3;
  color: #2196f3;
  background-color: transparent;
  position: relative;
  padding: .8em 1.5em .7em;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
}
---*/


/*--- pace ---*/
.pace .pace-progress {
  background: #0080c0;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;

  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}

.pace-inactive {
  display: none;
}

/*--- SASAKI DEIGN ---*/
.sasaki_mark{
    position:fixed;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 10px;
}

.sasaki_mark a{
    display: block;
    color: darkgray;
    font-size: x-small;
    font-weight: 500;
}

.sasaki_mark a:hover{
    opacity: 0.5;
}


.mb_move{
    width: 100%;
    margin: 0 auto;
}

.mb_move a{
    height: 50px;
    display: block;
    color: royalblue;
    margin: 30px;
    font-weight: 600;
    font-size: x-large;
    text-align: center;
}

