@charset "UTF-8";

/* =========================================================
 Reset
========================================================= */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style:normal;
    font-weight: normal;
    font-size: 10px;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	line-height: 1;
}
ol, ul{
    list-style:none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table{
    border-collapse: collapse; 
    border-spacing:0;
}


/* =========================================================
 Setting
========================================================= */

body {
	min-width: 1024px;
	color: #091060;
	font: 1.0rem Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', sans-serif;
}
a {
	color: inherit;
	text-decoration: none;
}
input,
textarea{
	width: 80%;
	background: #fff;
	color: #091060;
	border: solid 1px #ccc;
}
input:hover,
textarea:hover,
input:focus,
textarea:focus {
	border-color: #ddd;
	box-shadow: 0px 0px 6px rgba(11,127,246,.7);
}
span{
	color: #f80c11;
}

/* =========================================================
 Common
========================================================= */
.center {
	width: 1024px;
	margin: 0 auto;
	background: #f6f6f6;
}
.box {
	display: -moz-box;
	display: -webkit-box;
	display: -o-box;
	display: -ms-flexbox;
	display: box;
	display: -webkit-flex;
	display: flex;
}
/*.wrap{
	flex-wrap: wrap;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
}
.box-end{
	box-pack: end;
	flex-pack: end;
	justify-content: flex-end;
}
.flex-1{
	-webkit-flex: 1;
	flex: 1;
}
*/

/* Header
-------------------------------------------------------------- */
header {
	width: 100%;
	border-bottom: solid 1px #f09933;
}
header div {
	margin-left: 10%;
}
header h1 {
	color: #6a3906;
	font-size: 1.3rem;
}

/* Navigation
-------------------------------------------------------------- */
nav {
	margin-left: 5%;
}
nav li{
	padding: 10px 30px;
}
nav li:hover{
	background: #ea8206;
}
nav li a{
	color: #fff;
	font-size: 2.0rem;
}
/* Top Coment
-------------------------------------------------------------- */
.top-coment{
	padding-left: 150px;
}
.top-coment h1{
	font-size: 4.0rem;
}
.yaru:before{
	content: '　次世代のために';
	font-size: 1.6rem;
	padding-right: -50px;
}
.yaru{
	font-size: 4.0rem;
}
/* Left Content (Index & History)
-------------------------------------------------------------- */
.left{
	width: 550px;
	height: 270px;
	background: #fff;
	border-radius: 3px;
	overflow: scroll;
}
.left table{
	margin: 0 30px;
}
.left td{
	padding: 10px;
}
.left td, .left td a{
	font-size: 1.4rem;
}
.left p{
	margin-right: 10%;
	text-align: right;
}
.left a{
	font-size: 1.2rem;
}

/* Footer
-------------------------------------------------------------- */
footer {
	width: 100%;
}
footer p {
	margin: 20px 5% 0 0;
	color: #6a3906;
	text-align: right;
}

/* =========================================================
 Top Page
========================================================= */
.center .top-coment{
	height: 280px;
	padding-top: 220px; 
	background: url(/img/home-background.png);
}
#index-content{
	padding-top: 0;
	background: #fda136;
}
#index-nav{
	width: 944px;
	margin: 0 auto;
	border-bottom: solid 5px #fff;
}
#index-main{
	width: 944px;
	margin: 30px auto 0;
}
#index-main div{
	margin: 0 10px;
}
.left div{
	border-bottom: solid 2px #fda136;
}
.left h1{
	margin: 10px 0 5px 20px;
	font-size: 1.8rem;
}
td span{
	padding-left: 10px;
	font-size: 1.4rem;
}
.right li{
	height: 20px;
	margin: 10px 0 10px 20px;
	padding-left: 20px;
}
#phone-number{
	background: 0 center no-repeat url(/img/phone-background.png);
}
#mail-address{
	background: 0 center no-repeat url(/img/mail-background.png);
}
#line{
	background: 0 center no-repeat url(/img/line-background.png);
}
#twitter{
	background: 0 center no-repeat url(/img/twitter-background.png);
}
#instagram{
	background: 0 center no-repeat url(/img/instagram-background.png);
}
.right a{
	padding-left: 10px;
	color: #fff;
	font-size: 1.4rem;
}


/* =========================================================
 Lower
========================================================= */
.navi{
	background-color: #fda136;
}
.navi .top-coment{
	height: 280px;
	background: center center no-repeat url(/img/lower-top.jpg);
}
.navi h1{
	margin-left: 10%;
	padding: 10px 0;
	color: #fff;
	font-size: 2.2rem; 
}
.navi .top-coment h1{
	margin-left: 0;
	padding-top: 100px;
	color: #091060;
	font-size: 4.0rem; 
}
.navi .top-coment .yaru{
	margin-left: 70px;
}
.center > div{
	padding-top: 50px;
}
.main{
	width: 944px;
	margin: 0 auto;
}
.main > *{
	margin-left: 60px;
}

/* Profile & News
-------------------------------------------------------------- */
.center article{
	width: 800px;
	height: 380px;
	margin: 0 auto;
	background: #fff;
	overflow: scroll;
}
article p{
	width: 410px;
	padding: 30px 30px 0 30px;
	font-size: 1.4rem;
	line-height: 28px;
}
article p a{
	font-size: 1.4rem;
	border-bottom: solid 1px #091060;
}

/* Profile & List
-------------------------------------------------------------- */
.tab li{
	margin-right: 1px;
	padding: 5px 10px;
	background: #cfa972;
	color: #fff;
	font-size: 2.0rem;
	cursor: pointer;
}
li.active{
	background: #6a3906;
}
.panel{
	display:none;
}
.show{
	display:block;
}

/* Contact & Confirm & Send
-------------------------------------------------------------- */
.contact-left{
	width: 40%;
	height: 285px;
	margin-left: 0px;
}
.contact-left p{
	margin-top: 40px;
	font-size: 1.2rem;
}
.contact-left p:first-child{
	margin-top: 0;
	font-size: 1.4rem;
	line-height: 25px;
}
.contact-submit input {
	width: 100px;
	margin: 30px 0;
	background: #f09933;
	color: #fff;
	line-height: 20px;
}
.contact-right{
	width: 55%;
	margin-left: 40px;
	background: #fff;
}
.contact-right table{
	margin: 10px 40px 20px;
}
.contact-right th{
	padding-top: 10px;
	font-size: 1.4rem;
	text-align: left;
}
.contact-right td{
	padding-left: 20px; 
	font-size: 1.2rem;
}
/* Profile
-------------------------------------------------------------- */
#profile-details{
	margin-left: 0px;
}
#profile-details table{
	margin: 0 0 30px 70px;
}
#profile-details th,
#profile-details td{
	padding-bottom: 10px;
	font-size: 1.4rem;
}
#profile-details th{
	text-align: right;
}
#profile-tab{
	padding-left: 12px;
}
#profile-1, #profile-2, #profile-3, #profile-4,
#profile-5, #profile-6, #profile-7{
	height: 100%;
	background: 30px 30px no-repeat;
}
#profile-1{
	background-image: url(/img/now.jpg);
}
#profile-2{
	background-image: url(/img/after.jpg);
}
#profile-3{
	background-image: url(/img/college.jpg);
}
#profile-4{
	background-image: url(/img/high.jpg);
}
#profile-5{
	background-image: url(/img/junior.jpg);
}
#profile-6{
	background-image: url(/img/elementary.jpg);
}
#profile-7{
	background-image: url(/img/childhood.jpg);
}
#profile-1 p, #profile-2 p, #profile-3 p, #profile-4 p,
#profile-5 p, #profile-6 p, #profile-7 p{
	margin-left: 310px;
}
/* History
-------------------------------------------------------------- */
#history tr{
	border-bottom: dotted 1px #f6f6f6;

}

/* Policy
-------------------------------------------------------------- */
#policy-tab, #policy2-tab{
	width: 40%;
	margin-left: 0px;
}
#policy-tab li, #policy2-tab li{
	padding-left: 5px;
	background: none;
	color: #091060;
	font-size: 1.4rem;
}
#policy-tab li.active, #policy2-tab li.active{
	padding-bottom: 2px;
	background: right no-repeat url(/img/arrow.png);
	border-bottom: solid 1px #ea8206;
}
/*#policy2-tab li b{
	background: center no-repeat url(/img/circle_blue.png);
	color: #fff;
	font-size: 1.4rem;
}*/
.main.box article{
	width: 55%;
}
.main.box article p{
	width: 450px;
}

/* List
-------------------------------------------------------------- */
section.panel{
	width: 600px;
	height: 250px;
}
.panel table{
	width: 520px;
	background: #fff;
}
.panel tr{
	border-bottom: dotted 1px #f6f6f6;
}
.panel td, .panel td a{
	height: 20px;
	font-size: 1.4rem;
}
.panel td:first-child{
	width: 100px;
	padding: 10px 0 10px 30px;
}
.pager{
	margin-top: 10px;
}
.pager input{
	width: 30px;
	background: #cfa972;
	color: #fff;
}
.prev{
	margin-right: -30px;
}
#current-page-1,
#current-page-2,
#current-page-3,
#current-page-0{
	background: #6a3906;
}
.page-number{
	margin-left: 30px;
	padding: 0 10px;
}
/* News
-------------------------------------------------------------- */
#news p{
	margin-left: 112px;
}
#news div.box p{
	padding: 5px 15px;
	background: #6a3906;
	color: #fff;
	font-size: 2.2rem;
}
#news div.box h1{
	margin: 4px 0 0 10px;
	font-size: 2.2rem;
}
#news article p{
	margin-left: 0;
}
#news article div{
	width: 320px;
}
#news article img{
	max-width: 280px;
	height: auto;
	margin: 20px;
}
.back{
	padding: 10px 0 0 10px;
}

/* Contact
-------------------------------------------------------------- */
#confirm-button{
	margin-left: 120px; 
}

/* Confirm
-------------------------------------------------------------- */
.contact-right p{
	font-size:  1.4rem;
}
.contact-submit.box input{
	margin-left: 30px;
}
#confirm-contents {
	width: 380px;
	height: 90px;
	padding: 10px;
	border: solid 1px #ccc;
	font-size: 1.2rem;
	overflow: scroll;
}

/* Send
-------------------------------------------------------------- */
.contact-left h2{
	font-size: 2.2rem;
}

