﻿@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

body {
font-family: "Noto Sans Japanese";
margin:0;
padding:0;
font-size:100%;
color:#111;
background:#f7f7f7;
-webkit-text-size-adjust:none;
}

a:link {color:#3b5998;text-decoration:underline;}
a:visited {color:#3b5998;text-decoration: underline;}
a:hover {color:#206CFF;text-decoration:none;}
a{-webkit-transition:0.3s ease-in-out;-moz-transition:0.3s ease-in-out;-o-transition:0.3s ease-in-out;transition:0.3s ease-in-out;}
a img {border-style:none;}
img {vertical-align:bottom;image-rendering:-webkit-optimize-contrast;}
a:hover img{opacity:0.6;filter:alpha(opacity=60);}
a img {border-style:none;-webkit-transition:all .3s;transition:all .3s;}

p {
font-size:100%;
line-height:180%;
}
@media screen and (min-width:769px){
p {font-size:18px;letter-spacing:1px;}
}

/*---------- 見出し ----------*/

h1{}
h2{}
h3{}
h4{}


/*---------- PC・スマホの非表示指定 ----------*/

@media screen and (max-width:768px){.spnone{display:none;}}
@media screen and (min-width:769px){.pcnone{display:none;}}

#wrapper{margin:0;padding:0;background:#fff;}
#copy{
margin:0;
padding:20px 0 0 0;
text-align:center;
}
#copy img{width:100%;}
@media screen and (min-width:769px){
#wrapper{
width:768px;
margin:0 auto;
padding:0;
box-shadow:0 0 10px rgba(0,0,0,0.3);
}
#copy{padding:30px 0 0 0;}
#copy img{width:768px;}
}

.device{
margin:0;
padding:30px 0 0 0;
text-align:center;
}
.device_top{padding:30px 20px;}
@media screen and (min-width:769px){.device{padding:45px 0 0 0;}.device_top{padding:30px 20px 30px 20px;}}

.device a:link {
color:#fff;
text-decoration:none;
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.device a:hover {
color:#fff;
text-decoration:none;
opacity:0.7;
filter:alpha(opacity=70);
-webkit-transition:0.3s ease-in-out;
-moz-transition:0.3s ease-in-out;
-o-transition:0.3s ease-in-out;
transition:0.3s ease-in-out;
}
.device a:visited {color:#fff;text-decoration:none;}

.btn {
width:100%;
margin:0 auto;
padding:20px 0;
display:inline-block;
font-size:120%;
font-weight:bold;
text-decoration:none;
border:solid 1px #6a9700;
color:#fff;
text-shadow:0 2px 0 rgba(0,0,0,0.3);
text-align:center;
background:-moz-linear-gradient(top, #afe51f, #59b802);
background:-webkit-linear-gradient(top, #afe51f, #59b802);
background:linear-gradient(to bottom, #afe51f, #59b802);
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
}
@media screen and (min-width:769px){
.btn {
width:600px;
font-size:24px;
letter-spacing:1px;
}
}

.subhead{
margin:0;
padding:20px;
font-size:150%;
font-weight:900;
line-height:150%;
text-align:center;
color:#fff;
background:#1a89c0;
border-bottom:4px solid #fff103;
}
.subtitle{
margin:0 0 0 0;
padding:15px 0;
font-size:125%;
font-weight:900;
line-height:150%;
color:#1a89c0;
text-align:center;
border-top:double 3px #1a89c0;
border-bottom:double 3px #1a89c0;
}
.space_top{margin-top:20px;}
.contents{
margin:0;
padding:15px 20px 45px 20px;
}
table.check{
width:100%;
border-collapse:collapse;
margin:0;
}
table.check th{
width:25px;
font-size:100%;
line-height:180%;
padding:10px 0 0 0;
color:#ff7001;
vertical-align:top;
text-align:left;
}
table.check td{
font-size:100%;
font-weight:bold;
line-height:180%;
padding:10px 0 5px 0;
border-bottom:dotted 1px #999;
vertical-align:top;
}
@media screen and (min-width:769px){
.subhead{padding:30px;font-size:36px;}
.subtitle{margin:0 0 20px 0;font-size:32px;}
.space_top{margin-top:45px;}
.contents{padding:30px 75px 90px 75px;}
table.check th{width:35px;font-size:24px;padding:13px 0 0 0;}
table.check td{font-size:20px;letter-spacing:1px;padding:14px 0 10px 0;}
}


.prf{
margin:0 0 20px 0;
padding:30px 25px 15px 25px;
border:solid 2px #01a1e8;
}
.prf p{font-size:95%;}
.prf_degree{
margin:0;
padding:20px 0 0 0;
font-size:100%;
font-weight:bold;
line-height:150%;
color:#01a1e8;
text-align:center;
}
.prf_name{
margin:0;
padding:5px 0;
font-size:180%;
font-weight:bold;
line-height:150%;
text-align:center;
}
.prf_eng{
margin:0;
padding:0;
font-size:80%;
line-height:150%;
text-align:center;
color:#999;
font-family:Arial, Helvetica, sans-serif;
}
.prf_pict{
margin:0;
padding:0;
text-align:center;
}
.prf_pict img{width:60%;}
.prf_subhead{
margin:30px 0 15px 0;
padding:0 0 10px 0;
font-size:100%;
font-weight:bold;
line-height:150%;
border-bottom:solid 2px #01a1e8;
}
.prf_mediabox{
margin:0;
padding:0;
display:flex;
flex-wrap:wrap;
justify-content:space-between;
}
.prf_media {
width:47%;
margin:0 0 20px 0;
padding:0;
font-size:75%;
line-height:180%;
text-align:center;
}
.prf_media img{width:100%;border:solid 1px #ddd;margin-bottom:10px;}
@media screen and (min-width:769px){
.prf{margin:0 0 45px 0;padding:40px 45px 30px 45px;}
.prf p{font-size:16px;}
.prf_degree{padding:0;font-size:21px;}
.prf_name{font-size:30px;}
.prf_eng{font-size:14px;
}
.prf_pict{padding:0 0 0 20px;float:right;}
.prf_pict img{width:210px;}
.prf_subhead{
margin:30px 0 20px 0;
padding:0 0 5px 0;
font-size:21px;
}
.prf_mediabox{padding:0 0 15px 0;}
.prf_media {width:24%;margin:0;font-size:14px;}
}



table.schedule{
width:100%;
border-collapse:collapse;
margin:0;
}
table.schedule th{
font-size:75%;
line-height:150%;
padding:10px 0 10px 0;
border:solid 1px #ccc;
background-color:#f0ebeb;
}
table.schedule td{
font-size:75%;
line-height:150%;
padding:5px;
text-align:center;
border:solid 1px #ccc;
}
@media screen and (min-width:769px){
table.schedule{
width:100%;
border-collapse:collapse;
margin:0 0 20px 0;
}
table.schedule th{
font-size:16px;
line-height:150%;
padding:12px 0 10px 0;
border:solid 1px #ccc;
background-color:#f0ebeb;
}
table.schedule td{
font-size:14px;
line-height:150%;
padding:10px;
text-align:center;
border:solid 1px #ccc;
}
}


.detail {
margin:0;
padding:20px 0 15px 0;
font-size:125%;
font-weight:bold;
line-height:150%;
text-align:center;
}
.detail2 {
margin:0;
padding:30px 0 15px 0;
font-size:150%;
font-weight:bold;
line-height:150%;
text-align:center;
}
table.spec{
width:100%;
border-collapse:collapse;
margin:0;
}
table.spec th{
width:80px;
font-size:100%;
font-weight:normal;
line-height:150%;
padding:15px 0 15px 0;
border-bottom:solid 2px #999;
}
table.spec td{
ont-size:100%;
line-height:150%;
padding:15px 0 15px 15px;
border-bottom:solid 1px #ccc;
}
.spec_caption{
margin:0;
padding:5px 0 0 0;
font-size:75%;
line-height:160%;
color:#666;
}
@media screen and (min-width:769px){
.detail {
padding:30px 0 15px 0;
font-size:24px;
letter-spacing:1px;
}
.detail2 {
padding:45px 0 15px 0;
font-size:30px;
letter-spacing:1px;
}
table.spec{
width:100%;
border-collapse:collapse;
margin:0;
}
table.spec th{
width:180px;
font-size:16px;
font-weight:normal;
line-height:150%;
letter-spacing:1px;
padding:15px 0 15px 0;
border-bottom:solid 2px #999;
}
table.spec td{
font-size:16px;
line-height:150%;
letter-spacing:1px;
padding:15px 0 15px 15px;
border-bottom:solid 1px #ccc;
}
}


/*---------- 文字装飾 ----------*/

.bold{font-weight:bold;}
.ul{text-decoration:underline;}
.red {color:#dd0000;}
.red-b {color:#dd0000;font-weight:bold;}
.ym{font-weight:bold;background:linear-gradient(transparent 60%, #f3ff7c 60%);}


/*---------- 文字位置 ----------*/

.center{text-align:center;}
.right{text-align:right;}
.through{text-decoration:line-through;}

.mt{margin-top:30px;}
.caption{margin:0;padding:0;font-size:75%;color:#666;}
.bg_01{background:#f4f1ea;}
.bg_02{background:#dbd6b9;padding:30px 20px 45px 20px;}
@media screen and (min-width:769px){
.mt{margin-top:45px;}
.caption{font-size:14px;}
.bg_02{padding:45px 75px 90px 75px;}
}


/*---------- フッター ----------*/

#pp{
margin:45px 90px 0 90px;
padding:1px 15px 15px 15px;
border:solid 1px #666;
overflow:auto;
height:75px;
text-align:left;
}
#pp p{
font-size:10px;
color:#666;
}

#footer{
margin:0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:200%;
text-align:center;
padding:25px 0;
color:#fff;
background:#005590;
}
#footer a:link {color:#fff;text-decoration:none;}
#footer a:visited {color:#fff;text-decoration:none;}
#footer a:hover {color:#fff;text-decoration:underline;}
