@charset 'shift-jis';

*, *: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;
  }

body	{
    font-size:14px;
}
.pc{
    display: block;
}
.sp{
    display: none;
}

#header_pc .simple-header__logo--his {
    width: 98px;
    height: 38px;
    }
.main	{
    width: 992px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    margin-bottom: 200px;
    text-align: center;
		}
		
.footer	{
    height:17px;
	background:url(../image/img_footer.gif) top left no-repeat;
	color:#FFFFFF;
	font-size:10px;
	text-align:center;
    padding-top:5px;
}

.footer a	{
    color:#FFFFFF;
			}
			
.contbox	{
    background:url(../image/img_back.jpg) top left no-repeat;
	height:346px;
	padding-top:120px;
		}					

.urlbox		{
    margin-left:55px;
    margin-right:90px;
}
.urlbox h1	{
    font-size:15px;
    line-height:140%
}			

.buttonarea	{
    margin-left:55px;
	position:absolute;
	top:450px;
    width:188px;
}			

p.block-coution__title {
    font-weight: bold;
    font-size: 1.2rem;
}

p.block-coution__text {
    padding: 50px 0;
}

.block-outside {
    background-color: #f1f7ff;
    padding: 50px 0;
    max-width: 500px;
    margin: 0 auto;
}

h1.block-outside__title {
    font-weight: bold;
    font-size: 1.2rem;
}

p.block-outside__text {
    padding: 10px 5px 40px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

a.block-outside__button {
    width: 210px;
    height: 47px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 0 auto;
    padding-top: 2px;
    background-color: #004097;
    border: 1px solid #004097;
    color: #fff;
    outline: none;
    border-radius: 3px;
    font-size: 1.2rem;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
a.block-outside__button:hover {
    border: 1px solid #004097;
    background: #fff;
    color: #004097;
}
a.block-outside__button:hover .icon-launch {
    fill: #004097;
}

span.block-outside__text--bold {
    font-weight: bold;
}
svg.icon-worning {
    fill: #ff0000;
    position: absolute;
    left: 181px;
}
svg.icon-launch {
    position: absolute;
    fill: #fff;
    right: 9px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}
#hisApp {
    display: none;
}
@media screen and (max-width: 991px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .main{
        width: 100%;
        margin: 30px 0 50px;
        padding-bottom: 0;
    }
    p.block-coution__title {
        padding-left: 43px;
        padding-right: 20px;
        text-align: left;
        display: inline-block;
        position: relative;
    }
    p.block-coution__text {
        padding: 30px 20px;
        text-align: left;
        max-width: 500px;
        margin: 0 auto;
    }
    svg.icon-worning {
        left: 17px;
    }
    .block-outside {
        padding: 30px 20px;
    }
    p.block-outside__text {
        padding: 20px 0;
    }
    a.block-outside__button {
        height: 50px;
    }
}

