@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;
	font-size:16px;
	overflow:hidden;
	line-height: 1.6;
}
.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: #FFFC8A;
padding-bottom: 30px;
}
.c1_text{
color: #007FE8;
font-size: 18px;
text-align: center;
padding: 20px 0px;
}
.c1_wrap{
background-color: #F9F6EB;
position: relative;
padding: 50px 0px 20px 0px;
margin: 40px 30px 0px 30px; 
}
.c1_wrap p{
color: #ED5F5F;
text-align: center;
}
.c1_red{
background-image: url("cont1-03.png");
background-repeat: repeat-y;
background-position: center;
}
.c1_blue{
background-image: url("cont1-06.png");
background-repeat: repeat-y;
background-position: center;
}
.c1_purple{
background-image: url("cont1-07.png");
background-repeat: repeat-y;
background-position: center;
}
.mt80{
margin-top: 80px;
}
/*----------------------------------------------------*/
/* ダイヤ全体のラッパー */
.diamond{
display: flex;
gap: 8px;
justify-content: center;
position:absolute;
top:-24px;
left:50%;
transform: translate(-50%,0);
}
/* ひし形1つ分 */
.diamond-item {
width: 46px;
height: 46px;
transform: rotate(45deg);
display: flex;
align-items: center;
justify-content: center;
}
/* 中の文字を正しい向きに */
.diamond-item span {
transform: rotate(-45deg);
color: #fff;
font-weight: bold;
font-size: 24px;
}
.d-item_r{
background: #ff6f6f;
}
.d-item_b{
background: #007FE8;
}
.d-item_p{
background: #BF6BD0;
}
/*----------------------------------------------------*/
.c1_content{
margin: 0 auto;
padding: 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: #BF6BD0;
border: 1px solid #BF6BD0;
box-sizing: border-box;
padding: 0px 15px 0px 30px;
color: #FFFFFF;
font-size: 16px;
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(cont1-08.png);
border: 0;
position: absolute;
top: 45%;
right: 20px;
margin-top: -9px;
}
a.anchor_item:hover {
background: #FFFC8A;
color: #BF6BD0;
}
/*----------------------------------------------------*/
.cont2{
padding-bottom: 30px;
}
.c2_main_t{
padding: 20px 30px;
}
.c2_title_bg{
background-image: url("cont2-01.png");
background-repeat: no-repeat;
background-position: center;
}
.c2_title,
.c2_title2 {
text-align: center;
font-size: 32px;
font-weight: bold;
background-image: url("cont2-03.png");
background-repeat: no-repeat;
background-position: center;
padding: 65px 0px;
line-height: 1.2;
}
.c2_title2 {
padding: 45px 0px;
}

.green_t{
color: #3D6962;
}
.pink_t{
color: #6B0C06;
}
.blue_t{
color: #062E6B;
}
.mustard_t{
color: #523C1F;
}
.purple_t{
color: #46154E;
}
.red_t{
color: #D54E45;
}
.green_bg{
background-color: #56D7C2;
}
.pink_bg{
background-color: #FFA1A1;
}
.blue_bg{
background-color: #8ABAE1;
}
.mustard_bg{
background-color: #E1D38A;
}
.purple_bg{
background-color: #D2A5D9;
}
/*----------------------------------------------------*/
.frame{
background-color: #F9F6EB;
margin: 0px 30px;
padding: 25px;
}

.flex_green{
display: flex;
flex-wrap:wrap;
gap:30px 20px;
justify-content: space-around; 
}
.f_green_item{
width: 390px;
display: flex;
flex-direction: column;
}
.f_g_img{
margin: 0 auto;
}
.c2_t_green{
font-size: 18px;
text-align: center;
letter-spacing: 2px;
color: #0A0A0A;
background-color: #56D7C2;
width: 92%;
margin: 0 auto;
position: relative;
padding: 9px 0px;
}
.c2_t_green::before,
.c2_t_green::after{
content: '';
position: absolute;
top: 0;
}
.c2_t_green::before{
left: -25px;
border-top: 23px solid transparent;
border-bottom: 23px solid transparent;
border-right: 25px solid #56D7C2;
border-left: 0;
}
.c2_t_green::after{
right: -25px;
border-top: 23px solid transparent;
border-bottom: 23px solid transparent;
border-left: 25px solid #56D7C2;
border-right: 0;
}
.title_g{
color: #3D6962;
font-size: 18px;
margin: 15px 0px 10px 0px;
}
.title_g ol{
margin: 0;
padding: 0;
padding-left:20px;
}
.title_g li{
list-style-type: disc;
}
.text_g{
padding: 0px 0px 20px 20px;
flex-grow:1;
}
.flex_container_l{
display: flex;
flex-wrap:wrap;
gap:20px;
justify-content: space-around; 
margin: 15px 0px 0px 0px;
}
.flex_item_l{
width: 100%;
margin-top: 35px;
}
/*----------------------------------------------------*/
.flex_container{
display: flex;
flex-wrap:wrap;
gap:20px;
justify-content: space-around; 
}
.flex_item{
width: 390px;
display: flex;
flex-direction: column;
}
.flex_item img{
margin: 0 auto;
}
.flex_item_l1{
}
/*----------------------------------------------------*/
.mt10{
margin-top: 10px;
}
.mt15{
margin-top: 15px;
}
.mt20{
margin-top: 20px;
}
.mt30{
margin-top: 30px;
}
.mb15{
margin-bottom: 15px;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/

.title-wrap {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.h2_title {
  font-size: 24px;
  white-space: nowrap;
}

.line1 {
  height: 14px;
  background-image: url('cont2-20.png');
}
.line2 {
  height: 14px;
  background-image: url('cont2-21.png');
}
.line3 {
  height: 14px;
  background-image: url('cont2-22.png');
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.c2_p_title ol,
.c2_p_title1 ol,
.c2_b_title ol{
margin: 0;
padding: 0;
padding-left: 40px;
font-size: 18px;
font-weight: bold;
}
.c2_p_title li,
.c2_p_title1 li,
.c2_b_title li{
list-style-type: disc;
margin-bottom: 5px;
}
.c2_p_title p,
.c2_p_title1 p,
.c2_b_title p{
padding: 0px 0px 10px 40px;
}/*----------------------------------------------------*/

.c2_p2{
color: #D54E45;
text-align: center;
}
/*----------------------------------------------------*/
.c2_b_title{
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.title_p1{
color: #D13D34;
font-size: 24px;
text-align: center;
margin: 35px 0px 15px 0px;
}
.title_p1::before{
content: '';
display: inline-block;
width: 298px;
height: 14px;
background-image: url(cont2-11.png);
background-size: contain;
vertical-align: middle;
margin-right: 35px;
}
.title_p1::after{
content: '';
display: inline-block;
width: 298px;
height: 14px;
background-image: url(cont2-11.png);
background-size: contain;
vertical-align: middle;
margin-left: 35px;
}
/*----------------------------------------------------*/
.c2_t_pink{
font-size: 18px;
text-align: center;
letter-spacing: 2px;
color: #FFFFFF;
background-color: #D54E45;
width: 360px;
margin: 30px auto;
position: relative;
padding: 9px 0px;
}
.c2_t_pink::before,
.c2_t_pink::after{
content: '';
position: absolute;
top: 0;
}
.c2_t_pink::before{
left: -25px;
border-top: 23px solid transparent;
border-bottom: 23px solid transparent;
border-right: 25px solid #D54E45;
border-left: 0;
}
.c2_t_pink::after{
right: -25px;
border-top: 23px solid transparent;
border-bottom: 23px solid transparent;
border-left: 25px solid #D54E45;
border-right: 0;
}
/*----------------------------------------------------*/
.end_t{
text-align: center;
font-size: 18px;
padding: 30px;
}
.purple_t1{
color: #8F599F;
}
.red_t1{
color: #D54E45;
}
.end_list{
border-radius: 0px;
padding: 20px;
}
.end_list ul{
display: flex;
flex-wrap:wrap;
margin: 0px 20px;;
padding-left: 20px;
padding: 5px 0px;
}
.end_list li{
list-style-type: disc;
width : calc(100% / 4) ;
color: #FFF;
padding: 5px;
}
.bg_purple{
background-color: #8F599F;
}
.bg_red{
background-color: #D54E45;
}
/*----------------------------------------------------*/
.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: #ECDCF2;
box-sizing: border-box;
border-radius: 0px;
border: solid 1px #ECDCF2;
line-height: 1.6em;
}
.comment_p:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #ECDCF2;
z-index: 2;
}
.comment_p:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #ECDCF2;
z-index: 1;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.comment_r {
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: #FFE0E0;
box-sizing: border-box;
border-radius: 0px;
border: solid 1px #FFE0E0;
line-height: 1.6em;
}
.comment_r:before {
content: "";
position: absolute;
top: -17px;
left: 50px;
margin-left: -15px;
border: 5px solid transparent;
border-bottom: 12px solid #FFE0E0;
z-index: 2;
}
.comment_r:after {
content: "";
position: absolute;
top: -21px;
left: 50px;
margin-left: -17px;
border: 7px solid transparent;
border-bottom: 14px solid #FFE0E0;
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;
}
/*----------------------------------------------------*/
.cont1{
padding-bottom: 20px;
}
.c1_text{
padding: 0px 20px;
text-align: left;
}
.c1_text br {
    display: none;
}
.c1_text{
text-align: left;
}
.c1_wrap{
padding: 40px 20px 20px 20px;
margin: 50px 20px 0px 20px; 
}
/*----------------------------------------------------*/
.diamond{
gap: 3px;
top:-17px;
}
.diamond-item {
width: 35px;
height: 35px;
}
.diamond-item span {
font-size: 18px;
}
/*----------------------------------------------------*/
.c1_content{
padding: 0px;
}
.anchor {
}
a.anchor_item {
font-size: 14px;
width: 100%;
padding: 0px 44px 0px 30px;
height: 60px;
margin: 5px 0px;
}
a.anchor_item::after{
content: url(cont1-09.png);
border: 0;
position: absolute;
top: 45%;
right: 20px;
margin-top: -9px;
}
/*----------------------------------------------------*/
.cont2{
padding-bottom: 20px;
}
.c2_main_t{
padding: 10px 20px;
}
.c2_title_bg{
background-image: url("c2_bg01.png"), url("c2_bg02.png");
background-position: left top, right top;
}
.c2_title,
.c2_title2{
font-size: 24px;
padding: 48px 0px;
background-image: url("cont2-04.png");
}
.c2_title2{
padding: 34px 0px;
}
/*----------------------------------------------------*/
.f_green_item{
width: 100%;
}
.c2_t_green{
width: 85%;
}
/*----------------------------------------------------*/
.frame{
margin: 0px 20px;
padding: 15px;
}

.flex_green{
gap:20px;
}

.flex_container_l{
gap:0px;
}
.flex_item_l{
margin-top: 20px;
}

.flex_item{
width: 100%;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.title-wrap {
  gap: 10px;
}
.h2_title {
  font-size: 19px;
}
/*----------------------------------------------------*/
.c2_p_title ol,
.c2_p_title1 ol,
.c2_b_title ol{
padding-left: 20px;
}
.c2_p_title p,
.c2_p_title1 p,
.c2_b_title p{
padding: 0px 0px 10px 20px;
}
/*-----------------------------------------*/
.title_p1::before{
width: 90px;
background-image: url(cont2-21.png);
margin-right: 15px;
}
.title_p1::after{
width: 90px;
background-image: url(cont2-21.png);
margin-left: 15px;
}
/*----------------------------------------------------*/
/*----------------------------------------------------*/
.c2_t_pink{
margin: 20px auto;
width: 85%;
}
/*----------------------------------------------------*/
.end_list ul{
padding: 10px;
}
.end_list li{
width : calc(100% / 3) ;
}
}
/*----------------------------------------------------*/

@media screen and (max-width: 675px){
.end_list li{
width : calc(100% / 2) ;
}
}

@media screen and (max-width: 500px){
.end_list li{
width : 100% ;
}
}
