@charset "UTF-8";
/* CSS Document */

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
     font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
    color: #2C2C2C;
}
img, object, embed, video {
	max-width: 100%;
}

a{
	color: #4B4B4B;
	text-decoration: none;
}

a:hover {
    opacity: 0.8;
}

a:active, a:focus,input:active, input:focus{outline:0;}



/********************** 共通 **********************/

#wapper {
    background-color: #FFFFFF;
    width: 100%;
}
#wapper header {
    height: 80px;
}
#wapper header h1 {
	padding: 15px 10px 0px 0px;
    float: right;
}
#wapper header h1 img {
	width: 80%;
}
#wapper h2 img {
    width: 80%;
}
#wapper h3 img {
    width: 60%;
}
#wapper h4 {
    color: #0066b2;
    font-weight: 900;
    font-size: 140%;
	padding: 10px 0px 10px 0px;
}
#wapper .contents01 {
    text-align: center;
}
#wapper .contents02  {
	text-align: center;
	background-color: #ddecf5;
	padding: 0px 20px 20px 20px;
}
.pc{
	display: none;
}
.sp{
	display: block;
}

/********** box *********/
.box ul li .title{
    font-size: 120%;
    font-weight: bold;
	padding-bottom: 5px;
}
.box ul li{
	padding: 12px;
}
.box ul .center {
    border-top: 2px solid #757575;
    border-bottom: 2px solid #757575;
}
.text-s{
    font-size: 80%;
}

/********** detail *********/
.detail ul li{
    width: 80%;
	margin: 0px auto 0px auto;
	padding: 20px 0px 20px 0px;
}
.detail .left{
	margin-bottom: 20px;
}	 
.detail .left .detail-title{
    font-weight: 700;
    font-size: 110%;
    padding-bottom: 10px;
}	 
.detail .right{
}
.detail ul .detail-center{
    border-top: 2px solid #757575;
    border-bottom: 2px solid #757575;
}

/********** box-advisor *********/
.box-advisor ul .advisor-r {
	line-height: 120%;
}	 
.box-advisor ul .advisor-r .name {
    font-size: 120%;
    font-weight: 600;
	margin: 10px 0px 10px 0px;
}
.box-advisor ul .advisor-r .organization {
    font-size: 70%;
	margin-bottom:20px;
}

/****** お問い合わせボタン ******/
#wapper .info {
    background-color: #673888;
    margin: 20px auto 20px auto;
    text-align: center;
    width: 90%;
    font-size: 80%;
}
#wapper .info a {
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    display: block;
	color: #FFFFFF;
}
#wapper .info:hover {
    background-color: #8E2C65;
}

/***** footer ******/
#wapper footer {
    background-color: #dedede;
    text-align: center;
	padding: 20px 0px 20px 0px;
}
#wapper footer p {
    font-size: 60%;
}

/***** 戻るボタン ******/
#page_top {
    bottom: 10px;
    position: fixed;
    opacity: 0.8;
    right: 0px;
}
#page_top a img {
    width: 60%;
}
#page_top a:hover {
    opacity: 0.5;
}
	




 @media screen and (min-width:1000px) {
    /**************************************************************　画面サイズ 1000px以上から適用　*/

body {
	background: linear-gradient(#bdddf5, #c8a8cf);
	 }
#wapper  {
	width: 1000px;
	margin: 0px auto 0px auto;
	  }
#wapper header {
    height: 100px;
}
#wapper header h1 {
	padding: 20px 20px 0px 0px;
}
#wapper header h1 img {
	width: 100%;
}
#wapper  h2 img {
	width: 599px;
	margin-bottom:20px;
}
#wapper h3 img {
	width: 387px;
	margin-bottom:20px;
}
#wapper h4 {
    padding: 20px 0px 10px 0px;
    font-size: 170%;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
.text-s{
    font-size: 90%;
}

	 
/********** box *********/
.box ul {
	display: flex;
	justify-content:space-around;
}	 
.box ul li {
    width: 32%;
}
.box ul .center {
    border-left: 2px solid #757575;
    border-right: 2px solid #757575;
    border-top: 0px;    
	border-bottom: 0px;
	 }

/********** detail *********/
.detail ul li{
	width: 80%;
	margin: 0px auto 0px auto;
    padding: 20px 40px 20px 60px;
    clear: both;
    display: inline-block;
}
.detail .left{
    float: left;
    width: 35%;
    text-align: left;
	padding-top: 7%;
}	 
.detail .left .detail-title{
    font-weight: 700;
    font-size: 120%;
    padding-bottom: 10px;
}	 
.detail .right{
	float: right;
	width: 60%;
}
.detail ul .detail-center{
    border-top: 3px solid #6A6A6A;
	border-bottom: 3px solid #6A6A6A;
}

/********** box-advisor *********/
.box-advisor ul {
	width: 850px;
	margin: 0px auto 20px auto;
	display: flex;
	justify-content:space-around;
}	 
.box-advisor ul .advisor-l {
    width: 35%;
}
.box-advisor ul .advisor-r {
    width: 65%;
    text-align: left;
}
.box-advisor ul .advisor-r .name {
    font-size: 130%;
    font-weight: 600;
	margin-top: 40px;
}
.box-advisor ul .advisor-r .organization {
    font-size: 70%;
	margin-bottom:20px;
}

/****** お問い合わせボタン ******/
#wapper .info {
    font-size: 150%;
	clear: both;
    margin: 30px auto 30px auto;
}

/***** footer ******/
#wapper footer {
	padding: 20px;
	text-align: left;
}
#wapper footer p {
    font-size: 70%;
}
	 
/****** 戻るボタン******/
#page_top {
    bottom: 10px;
    right: 20px;
}

	  
	  
  }
