@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:#3f3a39;
	line-height: 1.8;
	font-size:16px;
	overflow:hidden;
	background-color: #EBE5C7;
}
.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: #412406;
}
.c1_text{
padding: 40px;
}
.c1_text p{
color: #FFFFFF;
}
.p_s{
padding-bottom: 15px;
}
.c1_text a{
color: #FFFFFF;
text-decoration: underline;
}
.c1_text a:hover{
color: #FFFFFF;
text-decoration: underline;
font-weight: bold;
}
/*----------------------------------------------------*/
.cont2{
margin: 40px 30px;
position: relative;
}
.bg_white{
background-color: #FFF;
padding: 40px;
}
.opacity{
opacity: 0.9;
}
.c2_title{
color: #412406;
text-align: center;
font-weight: bold;
font-size: 28px;
margin: 0 auto;
line-height: 1.2;
}
.c2_title::after{
content: url('title_bg1.png');
display: block;
background-position: center;
}
.c2_title2::before{
content: url('title_bg2.png');
display: block;
background-position: center;
}
.c2_title2{
color: #412406;
text-align: center;
font-weight: bold;
font-size: 28px;
margin: 0 auto;
line-height: 1.5;
}
.c2_title2::after{
content: url('title_bg1.png');
display: block;
background-position: center;
}
.c2_content{
padding-top: 30px;
margin: 0 auto;
}
/*----------------------------------------------------*/
.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: #412406;
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;
}
/*----------------------------------------------------*/
.bg_brown{
background-color: #A58039;
padding: 1px 0px;
}
/*----------------------------------------------------*/
.c2_f{
display: flex;
flex-wrap:wrap; 
gap: 30px;
}

.c2_i1{
width: 385px;
display:flex;
flex-direction:column;
}
.c2_box_t{
flex-grow:1;
padding: 20px 0px;
}
.c2_box_t p{

}
.c2_box_i{
text-align: center;
margin-bottom: 10px;
}
.red_title{
display:flex;
}
.l1{
flex-shrink: 0;
}
.red_t{
color: #FFFFFF;
background-color: #BA1A22;
font-size: 18px;
font-weight: bold;
text-align: center;
width: 100%;
line-height: 2.7em;
}
.r1{
flex-shrink: 0;
}
.space{
margin: 30px 0px 0px 0px;
}
.c2_i2{
text-align: center;
}
.event{
display: flex;
gap:20px;
margin: 0px 0px 35px 0px;
}
.event_i{
width : calc(100% / 3) ;
}
/*--活動を終えて---------------------------------------------*/
.red{
background-color: #BA1A22;
}
.blue{
background-color: #1A1F60;
}
.c2_mem_t{
color: #4D2700;
font-size: 24px;
font-weight: bold;
text-align: center;
padding: 30px;
}
.c2_member{
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: 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_b {
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: #E8E9F5;
box-sizing: border-box;
border: solid 1px #E8E9F5;
line-height: 2em;
}
.comment_b:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #E8E9F5;
z-index: 2;
}

.comment_b:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #E8E9F5;
z-index: 1;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/*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: 30px 20px;
}
.bg_white{
padding: 20px;
}

.c2_title{
font-size: 22px;
width: 100%;
padding-top: 10px;
}
.c2_title2{
font-size: 22px;
padding-top: 10px;
}
.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{
flex-direction: column;
gap: 20px;
}
.red_t{
line-height: 2.7em;
}
.c2_i1{
width: 100%;
}
.space{
margin: 20px 0px 0px 0px;
}
.event{
display: block;
margin: 0px 0px 20px 0px;
}
.event_i{
width : 100% ;
margin: 0px 0px 20px 0px;
}
/*----------------------------------------------------*/
.c2_mem_t{
font-size: 18px;
padding: 30px 15px 10px 15px;
}
.c2_member ol{
padding: 0px;
}
.c2_member li{
width: 100%;
}

/*----------------------------------------------------*/
/*----------------------------------------------------*/
}