.section_item {
	border-bottom: none;
}

.text, .sectiontitle {
	float: none;
}

.text a:link {
	color: #ff0000
}

.text a:active {
	color: #ff0000;
}

.text a:hover {
	color: #ff0000
}

.text a {
	font-size: 20px;
}

.sectiontitle a:link {
	color: #ffffff
}

.sectiontitle a:active {
	color: #ffffff;
}

.sectiontitle a:hover {
	color: #ffffff
}

.sectiontitle a:visited {
	color: #ffffff
}

.snsphoto {
	border-radius: 100%;
	width: 100px;
	padding-left: 15px;

}

.snstext {
	margin: auto 0;
	padding-left: 25px;
	font-size: 20px;
}

.snsintroduction {
	display: flex;
	margin: auto;
	padding-left: 30px;
	padding-top: 20px;
}

.clubtitle {
	font-size: 20px;
	padding-left: 20px;


}

.titledesign {
	border-left: #000 solid 3px;

}

.imagearea {
	padding: 15px;
	margin: auto;
	text-align: center;
}

.movieiframe {
	text-align: center;
	margin: auto;
	margin-top: 20px;
	width: 100%;
	height: 200px;
}

iframe {
	height: 100%;


}

.introduction_club {
	padding: 15px;
}

.section {
	background-color: #fff;
	padding: 20px;

	margin-bottom: 40px;
	width: auto;
	margin: 40px 15px;
}

.wadakan {
	margin-top: 10px;
}

.underuniversity {
	width: 100%;
	max-width: 800px;
}

.section {
	margin-top: 40px;
}

.editday {
	padding: 10px 30px 0 30px;
	text-align: right;
}

.entry {
	margin-top: 20px;
	text-align: center;

}

.entry button {
	background-color: #fffacc;
	width: 240px;
	height: 30px;
	border: none;
	box-shadow: 2px 2px 0 rgba(220, 220, 220, .5);
}

.entry button:hover {
	background-color: #f6ed98;
	box-shadow: 2px 2px 0 rgba(220, 220, 220, .8);
}

.explain{
	font-size: 16px;
}

HTML CSS JSResult Skip Results Iframe
EDIT ON
@charset "utf-8";

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
   width:94%;
    margin:0 auto;
}

.slider img {
    width:80%;/*スライダー内の画像を横幅100%に*/
    height:auto;
	margin: 0 auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
    margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;/*矢印の色*/
    border-right: 2px solid #666;/*矢印の色*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
    text-align:center;
  margin:20px 0 0 0;
}

.slick-dots li {
    display:inline-block;
  margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#ccc;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#333;/*ドットボタンの現在地表示の色*/
}


.introduction_club{
	font-size: 16px;
}

.tag_mikeiken{
	background-color: #f07b7b;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 5px;
}

.tag_athome{
	background-color: #91f977;
	border-radius: 3px;
	padding:0 5px;
	margin-left: 5px;
}

.tag_shift{
	background-color: #78a4ed;
	border-radius: 3px;
	padding: 0 5px;
	margin-left: 5px;
}

.skill_tag{
	display: flex;
}