@charset "UTF-8";

body{
	font-family: "YuGothic","Yu Gothic","Meiryo","ヒラギノ角ゴ","MS Pゴシック",sans-serif;
	color: #000;
}

#all {
    margin: 1.0em 20px 2.0em 20px;
}

header{
    background : #5d3f78;
    padding: 0.5em 0 0.5em 0;
}

header h1 {
    display: none;
}

header .tit {
    margin-top: 0px;
}

h2{
    background : #5d3f78;
    font-size:1.1em;
}

footer{
    background : #5d3f78;
}

dt{
  float: left;
}
dd{
  margin-left: 80px;
}

h3.txttitle{
  padding: 0.25em 0.5em;
  background: transparent;
  border-left: solid 8px #5d3f78;
}

.input_box{
    background : #e4dee9;
}

.required {border: 2px solid #da0000;}

#agree_box .consent strong{
margin-left:1.5rem;
}

.consent strong{
    font-size:0;
}

.consent strong:after {
    font-size: 4.5rem; color:#000; content: "応募規約・個人情報取得について同意する";
}

/*
footer .copyright{
    font-size:0;
}
footer .copyright:after {
    font-size: 24px; color:#FFF; content: "Copyright(C) Ritsumeikan University Alumni Association All right reserved.";
}
*/

/*
header .tit{
    font-size:0;
}
header .tit:after {
    white-space: pre;font-size: 3.0rem; color:#FFF; content: "オール立命館校友の集い 応募フォーム";
}
*/

/* PC用文字サイズ */
@media screen and (min-width:1080px) {

/*
header .tit:after {	white-space: pre;font-size: 2.25rem; color:#FFF; content: "オール立命館校友の集い 応募フォーム";}
*/

.consent strong:after {	font-size: 2.25rem; color:#000; content: "応募規約・個人情報取得について同意する";}
/*
footer .copyright:after {	font-size: 1.75rem; color:#FFF; content: "Copyright(C) Ritsumeikan University Alumni Association All right reserved.";}
*/

body {font-size: 2.0rem;}
.input-block {font-size: 3.0rem;}
.choice{font-size: 2.0rem;}
.choice div label p {top: -4px;}
.required {font-size: 2.0rem;font-weight: normal;}
.rem25{font-size: 2.5rem;line-height: 1.6em;}
h2{max-width:980px;margin:4.0rem auto 0 auto;font-size:1.3em;}
.m3 {font-size: 1.1em;}
.consent {margin: 40px 0 0 0 !important;}

}

.video {
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}

/* YouTube埋め込み用のiframe */
.video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
.Big_button_gray , .Big_button{
font-size:0;
}
.Big_button_gray:before , .Big_button:before{
font-size: 3.5rem;
content:"入力内容の確認";
}
*/

#action_comp{
font-size:0;
}

#action_comp:before{
font-size: 3.5rem;
content:"応募する";
}

#action_comp:after{
    font-size: 3.5rem !important;
    content: '▼';
    transform: rotate(-90deg);
    display: inline-block;
    font-size: 80%;
    position: absolute;
    right: 20px;
}

.Big_button_back:before{
	content:none !important;
}

/* PC用文字サイズ */
@media screen and (min-width:1080px) {
 .Big_button_gray:before , .Big_button:before{
  font-size: 2.0rem;
 }
 #action_comp:before{
  font-size: 2.0rem;
 }
 #action_comp:after{
  font-size: 2.0rem !important;
 }
 header .tit:after {
  font-size: 2.0rem !important;
 }
 textarea {
  font-size: 2.5rem;
 }
}

/*アコーディオン表示非表示*/
.toggle {
	display: none;
}

.Label {
		/*タイトル*/
	padding: 1em;
	display: block;
	color: #000;
	background:#938fb4;
}
.Label::before{
		/*タイトル横の矢印*/
	content:"";
	width: 12px;
	height: 12px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 10px );
	right: 20px;
	transform: rotate(135deg);
}
.Label, .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {
		/*本文*/
	height: 0;
	margin-bottom:10px;
	padding:0 20px;
	overflow: hidden;
}
.toggle:checked + .Label + .content {
	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
	top: calc( 50% - 5px );
}

/*
#graduation_year_box h3:after,#graduation_faculty_box h3:after,#birthday_box h3:after{
	font-size: 2.0rem;
	font-weight: normal;
	color: #da0000;
	content:"必須";
	border: 1px solid #da0000;
	background: none;
	padding: 5px 10px 3px 10px;
	vertical-align: 10%;
	margin-left:10px;
}
*/

option:disabled{
	color: #c0c0c0;
	background-color: #dcdcdc;
	opacity: 1;
}


.flowstep{
text-align:center;
}

@media screen and (min-width:1080px) {
.flowstep img{
width:75% !important;
}
}