@charset "utf-8";

html,body,div,ul,ol,li,dl,dt,dd,
h1,h2,h3,h4,h5,h6,
form,p,blockquote,figcaption,figure,
footer,header,section,button,dfn {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,th,dfn {
    font-weight: normal;
    font-style: normal;
}
ul,ol {
    list-style: none
}
img {
    border: none
}
caption,th {
    text-align: left
}
textarea {
    overflow: auto;
    resize: none;
}
article,aside,details,figcaption,figure,
footer,header,.clearfix {
    display: block;
}
.clearfix:after,
.wrap:after,
.spanning:after,
.content:after,
.main:after,
.section:after,
.text:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
    font-size: 0;
}
html {
    height: 100%;
}
body {
    height: 100%;    
    font-family:'M PLUS 1p',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "メイリオ" , "Meiryo" , Verdana,  Osaka, "MS PGothic", Sans-Serif;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	max-width:2000px;
	text-align:justify;
    background: #fdfdfd;
    font-size: 17px;
}
p {
	line-height:1.8em;
    margin: 30px auto;
}
main {
    min-height: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.sp {
    display:none;
}
div ,
*  {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
}
ul li {
    padding-left: 1em;
    text-indent: -1em;
}
a:hover {
    opacity: 0.8;
    transform: translate(3px,3px);
}
img {
    box-shadow: 1px 1px 3px #ddd;
}
@media screen and (max-width: 640px){
    body {
        width:100%;
        max-width:initial;
        font-size: 18px;
    }
    p {
        line-height:1.8em;
        margin: 20px auto;
    }
	.pc {
		display:none;
	}
    .sp {
        display:block;;
    }
    img {
        width: 100%;
    }
}

header {
    text-align: center;
    background: #ffce89;
    /*
    color: #fff;
    text-shadow: 2px 2px 2px #333; */
    padding: 8px;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.4em;
    max-width: 960px;
    margin: 0 auto;
    box-shadow: 0 0 7px #ccc;
    position: relative;
    z-index: 1;
}
#top {
    text-align: center;
}
#top img {
    width: 60%;
    box-shadow: none;
}
.wrap {
    max-width: 960px;
    padding: 2% 5%;
    background: #fff;
    box-shadow: 0 0 7px #ccc;
}
.content {
    max-width: 860px;
}
h1 {
    font-weight: bold;
    text-align: center;
    margin: 40px auto 30px;
    font-size: 2em;
}
h2 {
    font-weight: bold;
    text-align: center;
    margin: 80px auto 30px;
    font-size: 1.5em;
}
h3 {
    font-weight: bold;
    text-align: center;
    margin: 80px auto 30px;
    font-size: 1.3em;
}
 .headline {
    font-weight: bold;
    border: dotted 4px #536162;
    padding: 1em 2.5em 1em 3.5em;
    position: relative;
    font-size: 1.2em;
     border-radius: 8px;
}
ul.headline li {
    line-height: 1.5;
    padding: 0.5em 0;
    list-style-type: none !important;
    border-bottom: 1px solid #ddd;
    text-indent: 0;
}
ul.headline li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f024";
    position: absolute;
    left : 2em; 
    color: #61b15a; 
}
ul.headline li:last-child {
    border-bottom: none;
}
.check {
    padding: 0.5em 1em 0.5em 1.3em;
    position: relative;
}
ul.check li {
    line-height: 1.5;
    padding: 0.3em 0;
    list-style-type: none !important;
    text-indent: 0;
}
ul.check li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    position: absolute;
    left : .5em;
    color: #ffce89;
    font-weight: 900;
}
.photo {
    width: 65%;
}
#prof {
    padding: 1em 2em;
    margin: 2em 0;
    color: #5d627b;
    background: #fff;
    border-top: solid 6px #ffce89;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
}
#prof .name {
    font-weight: bold;
    font-size: 1.4em;
}
#prof .prof_photo {
    float: left;
    margin: 20px 1em 0 0;
    width: 40%;
}
#prof p {
    margin: 15px auto;
}
#prof p:last-of-type {
    margin-bottom: 0;
}
#prof .book {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px auto 10px;
    align-items: flex-start;
}
#prof .book img {
    width: 15%;
}
ol {
    counter-reset:number; 
    list-style-type: none !important; 
    padding: 1em 2.5em 1em 2em;
    border: solid 2px #61b15a;
    margin-bottom: 30px;
    border-radius: 8px;
}
ol li {
    border-bottom: dashed 1px #61b15a;
    position: relative;
    padding: 0.5em 0.5em 0.5em 30px;
    line-height: 1.5em;
}
ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display:inline-block;
    background: #adce74;
    font-family: 'Avenir','Arial Black','Arial',sans-serif;
    font-weight:bold;
    font-size: .9em;
    border-radius: 50%;
    left: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
ol.pre {
    border: solid 2px rgba(230,122,122,1.00);
}
ol.pre li {
    border-bottom: dashed 1px rgba(230,122,122,1.00);
}
ol.pre li:before {
    background:  rgba(230,122,122,1.00);
    color: #fff;
}
.btn {
    display: block;
    padding: 0.5em 1em;
    text-decoration: none;
    background: rgba(24,143,65,1.00);
    color: #FFF;
    border-bottom: solid 6px #1f6650;
    border-radius: 3px;
    box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: 2px 2px 3px #444;
    margin: 50px auto 20px;
    width: 70%;
    text-align: center;
}
.btn:active {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}
.big {
    font-size: 1.4em;
}
#other {
    font-size: .9em;
}
#other p,
#other ul {
    margin: 10px auto 30px;
}
#other h1 {    
    font-size: 1.6em;
    margin: 20px auto 40px;
}
#other h2 {
    border-bottom: dashed 1px #aaa;
    padding-bottom: 3px;
    font-size: 1.2em;
    text-align: left;
    margin: 0 auto ;
}
#other dl {
    max-width:700px; 
    margin: 0 auto;
}
#other dt {
    font-weight: bold;
    padding: 8px .5em;
    background: rgba(227,227,227,0.50);
}
#other dd {
    padding: 10px 1em 20px 1em;
}


/* footer --------------------------  */
footer {
    padding: 2em 3%;
    text-align: center;
    font-size:0.75em;
	position: absolute;
	width: 100%;
}
footer  .wrap {
    background: none;
    box-shadow: none;
}
footer .section {
    text-align: center;
}
footer .section ol, ul {
	list-style: outside none none;
    margin-bottom: 15px;
}
footer .section ul li {
    display: inline;
    padding: 0;
    text-indent: 0;
}
footer a {
    color: #333;
    cursor: pointer;
    background: transparent;
    text-decoration: underline;
}

@media screen and (max-width: 640px){
    header {
        font-size: 1em;
    }
    #top img {
        width: 80%;
    }
    h1 {
        font-size: 1.6em;
            margin: 10px auto 30px;
    }
    h2 {
        font-size: 1.3em;
        margin: 50px auto 20px;
    }
    h3 {
        font-size: 1.2em;
        margin: 60px auto 30px;
        text-align: left;
    }
    .headline {
        font-size: 1.1em;
        padding: .5em 1em .5em 2.5em;
    }
    ul.headline li:before {
        left : 1em; 
    }
    .check {
        padding: 0.5em 0 0.5em 1em;
    }
    .photo {
        width: 85%;
    }
    #prof {
        padding: 1em;
    }
    #prof .name {
        font-size: 1.2em;
        text-align: center;
    }
    #prof .prof_photo {
        float: none;
        margin: 20px auto 0;
        width: 85%;
    }
    #prof p {
        margin: 0  auto 15px;
    }
    #prof .book {
        margin: 10px auto 0;
    }
    #prof .book img {
        width: 28%;
        margin: 8px auto;
    }
    ol {
        padding: .5em 1em .5em 1em;
    } 
    .btn {
        padding: 0.5em;
        font-size: 1.3em;
        margin: 40px auto 30px;
        width: 100%;
        line-height: 1.2em;
    }
    .big {
        font-size: 1.2em;
    }
    footer {
        line-height: 1.6em;
        padding: 2em 3%;
    }
}



/* modules --------------------------  */
.mt0 {
    margin-top: 0 !important;
}
.mb0 {
    margin-bottom: 0 !important;
}
.bold {
    font-weight: bold;
}
.red {
    color: #ca3e47;
}
.alc {
    text-align: center;
}
.all {
    text-align: left;
}
.alr {
    text-align: right;
}
.fll {
    float: left;
}
.flr {
    float: right;
}
.fs14 {
    font-size: 1.4em;
}
.fs15 {
    font-size: 1.5em;
}
.fs16 {
    font-size: 1.6em;
}
.underline {
    text-decoration: underline;
}
.dased {
    border-bottom: dashed 1px #aaa;
    padding-bottom: 3px;
}
.marker { 
    background: linear-gradient(transparent 60%, #fff76a 60%);
}