﻿@charset "UTF-8";
/* CSS Document */

@import url("normalize.css");
/* 共通 */
html,body {
	font-family:  minion-pro, '游ゴシック体', Yu Gothic, Hiragino Kaku Gothic Pro, 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo, Osaka, YuGothic, sans-serif;
	font-size:16px;
	font-style: normal;
	color: #261c19;
    line-height:1.6;
}
img {width: 100%;}
a {
  color: #666;
  transition: opacity .25s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:active {
  opacity: .65;
}

em,i{
	font-style: normal;
}
.fontup{
	font-size: 16px;
}
.fadein{
	opacity:0;
}
.fadein.is-active{
	opacity: 1;
	animation-name:bottom;
	animation-duration:1s;
}
.pc{display: block;}
.sp {display: none;}
p.copyright {
    background-color: #fff;
    text-align: center;
    font-size: 80%;
    margin: 10px auto 30px;
}
@keyframes bottom {
  0% {
	opacity: 0;
	transform: translateY(30px);
  }
  100%{
    opacity: 1;
    transform: translateY(0);
  }
}
.wrapper {
    padding-bottom: 120px;
    box-sizing: border-box;
	font-feature-settings: "palt" 1;
}
header{
	width: 100%;
}
header h1{
	text-align: center;
	font-size: 24px;
	margin: 70px 0 50px;
}
header p{
	font-size: 16px;
	line-height: 1.6;
	margin: 13px 0;
}
footer .external {
    width: 800px;
    margin: 0 auto 20px;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
	text-decoration: underline;
}
footer .external a{
	margin-right: 10px;
}
@media only screen and (max-width: 1050px){
	footer .external {
        width: 100%;
		font-size: 13px;
        margin: 0 20px 0 0;
    }
}
@media only screen and (max-width: 700px){
	.pc{display: none;}
	.sp {display: block;}
	}
@media only screen and (max-width: 500px){
	header h1{
		font-size: 16px;
	}
	header p{
		font-size: 15px;
	}
	footer .external {
        width: 100%;
		font-size: 12px;
		margin: 0 0 15px 10px;
        text-align: center;
    }
}
/* 共通 end */


/* plan_shien_report.html */

.plan_shien_report{
	display: block;
	width: 800px;
	margin: 0 auto;
}
.plan_shien_box {
    width: 70%;
    border: #444 1px solid;
    padding: 20px;
    margin: 40px auto;
}
.plan_shien_box h3 {
	display: block;
    font-size: 18px;
    text-align: center;
    margin: 0 0 20px;
	font-weight: normal;
}
.plan_shien_box a.btn {
    display: block;
    text-align: center;
    width: 265px;
    padding: 10px;
    margin: 20px auto;
    background: #ededed !important;
    border: none !important;
	font-size: 14px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.top img{
	max-width: 1200px;
	margin: 0 auto;
}
@media only screen and (max-width: 1050px){
	.plan_shien_report{
		width: 80%;
	}
}
@media only screen and (max-width: 700px){
	.plan_shien_report{
		width: 90%;
		padding-bottom: 70px !important;
	}
}
@media only screen and (max-width: 500px){
	.plan_shien_box h3 {
		font-size: 16px;
	}
	.plan_shien_box {
		width: 90%;
	}
	.plan_shien_box a.btn {
		width: 95%;
	}
}

/* /plan_shien_report.html */
