@charset "utf-8";
/* CSS Document */

#mainContents{
width:auto;
}
.conts_wide {
width: 970px;
margin: 0px auto;
background-image: url("bg_ft.gif");
background-repeat: no-repeat;
background-position: left bottom;
padding-bottom: 10px;
}
.conts_wide_wrap {
background-image: url("bg_bd.gif");
background-repeat: repeat-y;
}
.conts_wide_body {
background-image: url("bg_hd.gif");
background-repeat: no-repeat;
background-position: left top;
padding: 15px 0px 5px;
text-align: left;
}
h1,h2,h3,h4,h5,h6{
margin:0;
}
ul,li{
margin:0;
padding:0;
}
li{
list-style:none;
}

a.op:hover {
opacity: 0.7;
}

img{
vertical-align: bottom;
}

.wrapper_inner{
/*font-family:"ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Garamond, Times New Roman, serif;*/
width:940px;
margin:0 auto;
color:#0A0A0A;
line-height:1;
font-size:16px;
overflow:hidden;
line-height: 1.8;
background-image: url("bg.png");
background-repeat: repeat-y;
}
.wrapper_inner p{
margin:0;
text-align:left;
color:#333333;
font-size: 16px;
line-height: 1.8;
}
.clearfix:after{
content:" ";
height:0;
display:block;
visibility:hidden;
clear:both;
}
.center {
text-align: center;
}
.left{
text-align:left;
}
.right{
text-align:right;
}
.bold{
font-weight:bold;
}

/*----------------------------------------------------*/
.cont1{
background-color: #4D2700;
}
.c1_text{
color: #FFFFFF;
padding: 40px;
}
.c1_text a{
color: #FFFFFF;
text-decoration: underline;
}
.c1_text a:hover{
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}
/*----------------------------------------------------*/
.cont2{
margin: 30px;
position: relative;
}
.bg_white{
background-color: #F6F6F0;
border-radius: 20px;
padding: 40px;
}
.c2_title{
color: #4D2700;
text-align: center;
font-weight: bold;
font-size: 28px;
width: 400px;
border-top: 2px dotted #4D2700;
border-bottom: 2px dotted #4D2700;
padding: 10px 0px;
margin: 0 auto;
}
.c2_content{
padding-top: 30px;
margin: 0 auto;
}
.c2_content p{
}
/*----------------------------------------------------*/
.anchor {
margin: 0px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
a.anchor_item {
display: flex;
justify-content: flex-start;
align-items: center;
height: 70px;
position: relative;
background: #4D2700;
border: 1px solid #4D2700;
box-sizing: border-box;
padding: 0px 15px 0px 30px;
color: #FFFFFF;
font-size: 18px;
line-height: 1.6em;
text-decoration: none;
transition-duration: 0.3s;
margin: 15px 5px;
width: 385px;
border-radius: 100px;
}
a.anchor_item::after{
content: url(cont2-03.png);
border: 0;
position: absolute;
top: 45%;
right: 20px;
margin-top: -9px;
}
a.anchor_item:hover {
background: #E9E9D8;
color: #4D2700;
}
/*----------------------------------------------------*/
.c2_f{
display: flex;
flex-wrap:wrap; 
gap: 30px;
}
.c2_i1{
flex-basis: 200px;
}
.c2_i2{
flex-basis: 570px;
}
.c2_i3{
}
.c2_b{
width: 180px;
color: #FFFFFF;
font-size: 18px;
text-align: center;
padding: 8px;
border-radius: 100px;
margin: 0 auto;
}
.red{
background-color: #D90802;
}
.green{
background-color: #059034;
}
.brown{
background-color: #E9E9D8;
}
.space{
margin: 30px 0px 0px 0px;
}
/*----------------------------------------------------*/
.bg_white_r{
background-color: #F6F6F0;
border-radius: 20px;
padding: 50px 40px 40px 40px;
position: relative;
margin-top: 80px;
}
.c2_circle{
position: absolute;
left: 50%;
top: 60px;
transform: translate(-50%, -50%);
background-color: #F6F6F0;
width: 223px;
height: 223px;
border-radius: 50%;
}
.c2_img{
position: absolute;
left: 50%;
top: 0px;
transform: translate(-50%, -50%);
}
/*----------------------------------------------------*/
.c2_mem_t{
color: #4D2700;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 30px;
}
.c2_member{
border-radius: 10px;
padding: 20px;
}
.c2_member ol{
display: flex;
flex-wrap:wrap;
color: #FFFFFF;
margin: 0px 20px;;
padding-left: 20px;
padding: 5px 0px;
}
.c2_member li{
list-style-type: disc;
width : calc(100% / 4) ;
padding: 5px 0px;
}

.comment_p {
position: relative;
display: inline-block;
margin: 30px 0px 0px 0px;
padding: 20px;
min-width: 100%;
max-width: 100%;
border-style: solid;
border-width: 1px;
background: #FAE9E8;
box-sizing: border-box;
border-radius: 10px;
border: solid 1px #FAE9E8;
line-height: 2em;
}
.comment_p:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #FAE9E8;
z-index: 2;
}

.comment_p:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #FAE9E8;
z-index: 1;
}
/*----------------------------------------------------*/
.comment_g {
position: relative;
display: inline-block;
margin: 30px 0px 0px 0px;
padding: 20px;
min-width: 100%;
max-width: 100%;
border-style: solid;
border-width: 1px;
background: #DCF1E3;
box-sizing: border-box;
border-radius: 10px;
border: solid 1px #DCF1E3;
line-height: 2em;
}
.comment_g:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #DCF1E3;
z-index: 2;
}

.comment_g:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #DCF1E3;
z-index: 1;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.cont3{
}
/*----------------------------------------------------*/
.cont4{
}
/*----------------------------------------------------*/
.cont5{
}
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/*2023resp*/
@media screen and (max-width: 850px){
 .wrapper_inner{
 width: 100%;
}
.conts_wide_body{
background-image: none;
background-repeat: none;
background-color: #FFF;
padding-top: 0;
}
.conts_wide {
width: 100%;
margin: 0px auto;
background-image: none;
background-repeat: none;
background-color: #FFF;
padding: 10px;
}
.collegeNews #conts {
width: 98% !important;
overflow: visible;
border: none; 
background: #FFF;
margin: auto;
}
img {
max-width: 100%;
height: auto;
}
/*----------------------------------------------------*/
.c1_text{
color: #FFFFFF;
padding: 20px;
}
/*----------------------------------------------------*/
.cont2{
margin: 20px;
}
.bg_white{
padding: 20px;
}
.c2_title{
font-size: 22px;
width: 100%;
padding: 5px 0px;
}
.c2_content{
padding-top: 20px;
}
/*----------------------------------------------------*/
.anchor {
}
a.anchor_item {
font-size: 14px;
width: 100%;
padding: 0px 10px 0px 30px;
height: 60px;
margin: 5px 0px;
}
a.anchor_item::after{
content: url(cont2-04.png);
border: 0;
position: absolute;
top: 45%;
right: 20px;
margin-top: -9px;
}
/*----------------------------------------------------*/
.c2_f{
display: flex;
flex-direction: column;
gap: 20px;
}
.c2_i1{
flex-basis: 0px;
}
.c2_i2{
flex-basis: 0px;
text-align: center;
}
.c2_i3{
text-align: center;
}
.space{
margin: 20px 0px 0px 0px;
}
/*----------------------------------------------------*/
.bg_white_r{
padding: 20px;
margin-top: 100px;
}
.c2_circle{
top: 40px;
}
.c2_img{
top: -23px;
}
/*----------------------------------------------------*/
.c2_mem_t{
font-size: 18px;
padding: 30px 15px 10px 15px;
}
.c2_member ol{
padding: 0px;
}
.c2_member li{
width: 100%;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
}