@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
*{
	margin:0;
	padding:0;
}
body{
	line-height:150%;
	font-size:14px;
	font-weight:300;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
h1,h2,h2,h3,h5,h6{
	font-size: 100%;
	font-weight:300;
}
header,footer,article,section,nav,small,aside,div,ul,li,h1,h2,h3,h4,h5{
	display:block;
	box-sizing:border-box;
	position:relative;
}
li{
	list-style:none;
}
img{
	display:block;
	outline:none;
	width:100%;
	height:auto;
	margin-top: 10px;
}
p{
}
p.right {
	text-align: right;
}
a{
	text-decoration:none;
	color:#555;
}
iframe{
	border:none;
}
table{
	border-collapse:separate;
}
th,td{
	font-weight:normal;
}
th{
	text-align:left;
}
td{
	text-align:left;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
/*------------------------------------*/
#wrap>article{
	padding-top:2em;
    margin-bottom: 2em;
}
#wrap>article>*{
	max-width:640px;
	margin:0 auto;
}
.txt_indent p{
	line-height: 1.8em;
	text-align: justify;
	text-justify: inter-ideograph;
	-ms-text-justify: inter-ideograph; /*IE9*/
	-moz-text-align-last:justify; /*Firefox*/
	-webkit-text-align-last:justify; /*Chrome*/
}
/*------------------------------------*/
#page>div{
	padding:2em;
	border:1px solid #84033e;
}
#page header{
	margin-bottom:2em;
}
#page header:before{
    content: "";
    width: 3em;
    height: 6em;
    background: #84033e;
    position: absolute;
    left: -3em;
    top: -3em;
}
#page h1{
	margin-left:-1em;
	font-size:200%;
	color:#84033e;
	font-weight: bold;
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}
#page header p{
	margin-left: auto;
	align-self: flex-end;
	font-weight: 400;
}
#page header p span{
	font-size: 140%;
	margin-left:.4em;
}
#page h1 span{
	font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:white;
}
/*
#page02>div>div>div{
	width:59%;
	padding-right:3%;
	overflow-y:scroll;
	height: 29.5em;
}
*/
#page>div>div>div{
	width:100%; /* 59% */
	/*padding-right:3%;*/
	padding-top:1%;
	margin-bottom: 10px;
}
#page>div>div>ul{
	width:40%;
}
#page small{
	text-align: right;
}
#page .center_text{
	text-align: center;
}

.box01 {
    border-left: 1px #84023d solid;
	box-sizing: border-box;
}

.box02 {
    border-left: 1px #24ae50 solid;
	box-sizing: border-box;
}

.post01 {
	padding-left: 3%;
}

/*--------- page01 ----------------------*/
#page01{
    background-color: #fffbc7;
}

.page02_background{
	background-image: url("../img/background02.png");
}
#page04 .subtitle{
	font-size:120%;
	font-weight: bold;
}
#page04 .underline{
	border-top: 1px black solid;
}
#page04 .center_case {
	padding: 5% 0 0 5%;
}
#page06 .subtitle{
	font-weight: bold;
}
#page08{
    background-color: #f1ebd4;
}
.page08_background{
    background-color: #d8bdaf;
}
.page08_p{
    padding: 1% 1% 1% 1%;
}
/*------------------------------------*/
footer p{
	width:40%;
	margin:4em auto 0;
}
#btn{
	position:fixed;
	left:0;
	bottom:0;
	background: rgba(255,255,255,0.8);
	box-sizing: border-box;
	padding: 15px;
}
#btn li{
	display: list-item;
	list-style: disc;
	list-style-position: inside;
}
#btn li a{
	text-decoration: underline;
	color:blue;
	font-size: 12px;
}


/*------------------------------------*/
.red{font-weight: bold !important;color:red !important;}
.blue{font-weight: bold !important;color:#0f50a0 !important;}
.skyblue{color:#00b4ff !important;}
.yellow{font-weight: bold !important;color:yellow !important;}
.white{font-weight: bold !important;color:white !important;}
.bold{font-weight: bold !important;}
.italic{font-style:italic !important;}
.tdn{display:none !important;}
.txc{text-align:center !important;}
.txt_indent p{text-indent: 1em}
.noindent{text-indent: 0 !important;}
/*.flex{display:-webkit-box;display:-moz-box;display:box;display:-webkit-flex;display:flex;}*/
.flex {margin-bottom: 10px;}
.flexwrap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;}
.itemcenter{align-items: center;}
/*.justifyspace{-moz-box-pack:justify;-ms-box-pack:justify;box-pack:justify;flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;}
.justifyc{-webkit-justify-content:center;-ms-flex-pack: center;justify-content:center;}*/
.f-left{margin-bottom: 10px;}
.f-right{margin-bottom: 10px;}
/*--------------------------------------------------------------------------*/



/*--------- page01 ----------------------*/

.page01_box {
	overflow: hidden;
}

.page01_box .box2 {
	float: left;
	width: 49%;
	margin: 0 0.5%;
}

.page01_box .box2 img {
	display: inline-block;
	margin-top: 0;
}

.page01_box:nth-of-type(1) {
	margin-top: 10px;
}

.page01_box:nth-of-type(2) .box2 {
	width: 100%;
	margin-bottom: 5px;
}

.page01_box:nth-of-type(2) .box2 img:nth-of-type(1) {
	float: left;
	width: 49%;
	margin: 0;
}

.page01_box:nth-of-type(2) .box2 img:nth-of-type(2) {
	float: right;
	width: 49%;
	margin-top: 0;
	margin-right: 1%;
}

.page01_box .box3 {
	margin-bottom: 5px;
}




/*--------- page07 ----------------------*/

.face_box_01 {
	max-width: 120px;
	float: left;
	padding-right: 15px;
}


