@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: #000000;
}
.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: #940B14;
}
.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: 20px 30px 40px 30px;
background-image: url("cont2-01.png");
background-repeat: no-repeat;
background-position: 50%  0px;
padding-top: 80px;
}
.cont2 p{
color: #FFFFFF;
line-height: 1.8em;
}
.c2_title{
color: #FFFFFF;
text-align: center;
font-size: 28px;
padding: 15px;
line-height: 1.2;
background-color: #BA863B;
margin: 30px 60px;
}
.c2_title2{
color: #FFFFFF;
text-align: center;
font-size: 46px;
font-weight: bold;
padding: 15px;
line-height: 1.2;
margin: 30px 0px 60px 0px;
background-image: url('cont3-03.png');
background-repeat: no-repeat;
background-position: center 50px ;
}
.c2_ex{
color: #FFFFFF;
text-align: center;
line-height: 1.8em;
}
/*----------------------------------------------------*/
.c2_f{
display: flex;
flex-wrap:wrap; 
justify-content: space-between;
gap: 30px;
}
.c2_i1{
width: 416px;
display:flex;
flex-direction:column;
text-align: center;
}
.c2_i2{
text-align: center;
}
.red_title{
background-color: #940B14;
padding: 6px;
color: #FFFFFF;
text-align: center;
font-size: 18px;
}
.c2_box_t{
color: #FFFFFF;
line-height: 1.8em;
flex-grow:1;
padding: 20px 0px;
}
.c2_box_i{
text-align: center;
}
.c2_t{
padding-bottom: 30px;
}
.c2_t1{
padding-top: 30px;
}
/*----------------------------------------------------*/
.c2_event_f{
display: flex;
justify-content: center;
gap:35px;
padding-bottom: 35px;
}
.c2_event_i{
background-color: #940B14;
color: #FFFFFF;
font-size: 18px;
text-align: center;
width: 200px;
padding: 5px;
}
/*----------------------------------------------------*/
.cont3{
background-color: #F6F6F0;
padding: 30px 20px;
}
.c3_title{
text-align: center;
color: #333333;
font-size: 28px;
position: relative;
display: inline-block;
width: 100%;
margin-top: 20px;
}
.c3_title::before,
.c3_title::after {
  position: absolute;
  top: calc(50% - 3px);
  width: 35%;
  height: 6px;
  content: '';
  border-top: solid 4px #940B14;
  border-bottom: solid 2px #940B14;
}
.c3_title::before {
  left: 40px;
}
.c3_title::after {
  right: 40px;
}
.c3_content{
margin: 0 auto;
padding: 30px 40px 0px 40px;
}
/*----------------------------------------------------*/
.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: #940B14;
border: 1px solid #940B14;
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(cont3-01.png);
border: 0;
position: absolute;
top: 45%;
right: 20px;
margin-top: -9px;
}
a.anchor_item:hover {
background: #000000;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.cont4{
background-color: #FFFFFF;
padding: 30px 20px;
}
.c4_title{
color: #333333;
text-align: center;
font-size: 46px;
font-weight: bold;
padding: 15px;
line-height: 1.2;
margin: 30px 0px 60px 0px;
background-image: url('cont4-01.png');
background-repeat: no-repeat;
background-position: center 50px ;
}
/*--活動を終えて---------------------------------------------*/
.c4_mem_t{
color: #333333;
font-size: 24px;
text-align: center;
padding: 30px;
}
.c4_member{
margin: 0px 35px;
padding: 20px;
border-radius: 10px;
}
.c4_member ol{
display: flex;
flex-wrap:wrap;
color: #FFFFFF;
margin: 0px 20px;
padding-left: 20px;
padding: 5px 0px;
}
.c4_member li{
list-style-type: disc;
width : calc(100% / 4) ;
padding: 5px 0px;
}
.brown{
background-color: #8E7344;
}
.blue{
background-color: #0B5094;
}
/*----------------------------------------------------*/
.comment_b {
position: relative;
display: inline-block;
margin: 30px 35px 0px 35px;
padding: 20px;
max-width: 100%;
border-style: solid;
border-width: 1px;
background: #FFF0D6;
box-sizing: border-box;
border: solid 1px #FFF0D6;
line-height: 2em;
border-radius: 10px;
}
.comment_b:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #FFF0D6;
z-index: 2;
}

.comment_b:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #FFF0D6;
z-index: 1;
}
/*----------------------------------------------------*/
.comment_bl {
position: relative;
display: inline-block;
margin: 30px 35px 0px 35px;
padding: 20px;
max-width: 100%;
border-style: solid;
border-width: 1px;
background: #DBEDFF;
box-sizing: border-box;
border: solid 1px #DBEDFF;
line-height: 2em;
border-radius: 10px;
}
.comment_bl:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #DBEDFF;
z-index: 2;
}

.comment_bl:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #DBEDFF;
z-index: 1;
}
/*----------------------------------------------------*/
.space{
margin: 30px 0px 0px 0px;
}
/*----------------------------------------------------*/

/*----------------------------------------------------*/
/*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{
padding: 20px;
}

/*----------------------------------------------------*/
.cont2{
margin: 10px 20px 20px 20px;
padding-top: 70px;
background-image: url("cont2-02.png");
}
.c2_title{
font-size: 24px;
padding: 5px;
margin: 20px 0px;
}
.c2_title2{
font-size: 29px;
padding: 15px;
margin: 0px 0px 20px 0px;
background-image: url('cont3-04.png');
background-position: center 35px ;
}
.c2_ex{
text-align: left;
}
/*----------------------------------------------------*/
.c2_f{
flex-direction: column;
gap: 20px;
}
.c2_i1{
width: 100%;
}
.c2_t{
padding-bottom: 20px;
}
.c2_t1{
padding-top: 20px;
}
/*----------------------------------------------------*/
.c2_event_f{
display: block;
padding-bottom: 0px;
}
.c2_event_i{
width: 200px;
margin: 20px auto;
}
/*----------------------------------------------------*/
.c3_content{
padding: 20px 0px 0px 0px;
}
/*----------------------------------------------------*/
.c3_title{
margin: 10px 0px;
}
.c3_title::before,
.c3_title::after {
  width: 35%;
}
.c3_title::before {
  left: 0px;
}
.c3_title::after {
  right: 0px;
}
/*----------------------------------------------------*/
.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(cont3-02.png);
border: 0;
position: absolute;
top: 45%;
right: 20px;
margin-top: -9px;
}
/*----------------------------------------------------*/
.cont4{
padding: 20px;
}
.c4_title{
font-size: 29px;
padding: 15px;
margin: 0px 0px 20px 0px;
background-image: url('cont4-02.png');
background-position: center 35px ;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.c4_mem_t{
font-size: 18px;
padding: 20px 15px 20px 15px;
}
.c4_member{
margin: 0px;
}
.c4_member ol{
padding: 0px;
}
.c4_member li{
width: 100%;
}
.comment_b {
margin: 30px 0px 0px 0px;
}
.comment_bl {
margin: 30px 0px 0px 0px;
}
/*----------------------------------------------------*/
.space{
margin: 20px 0px 0px 0px;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/
/*----------------------------------------------------*/



}