@charset "UTF-8";
/* 
base.css
上書き
*/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #4C1E20;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: bold;
}

h1,
.h1 {
    font-size: 2.8rem;
}

h1 span,
.h1 span {
    padding-bottom: 2px;
    border-bottom: 2px dashed #EC6F11;
    ;
    color: #EC6F11;
    text-shadow: -1px 0px 1px #fff;
    line-height: 1.5;
}

h2,
.h2 {
    font-size: 2.4rem;
}

h3,
.h3{color: #877d7d}

h3 span,
.h3 span {padding-right: 10px;}

h5,
.h5 {
    font-size: 1.6rem;
}

p {
    margin: 0 0 1.6rem;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    /*border: 0;*/
    border-top: 8px dashed #FEFE99;
}

.mr10{margin-right: 10px;}
.mr30{margin-right: 30px;}
.mr50{margin-right: 50px;}

.mt5{margin-top: 5px;}
.mt10{margin-top: 10px;}
.mt20{margin-top: 20px;}
.mt30{margin-top: 30px;}
.mt50{margin-top: 50px;}

.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}

.pt15{padding-top: 15px;}

.tr-c{text-align: center;}
.tr-r{text-align: right;}
.tr-l{text-align: left;}

.va-t{vertical-align: top;}
.va-b{vertical-align: bottom;}

.font-l{
	font-size: 2.4rem;
    padding: 0 2px;
}

.glyphicon {
    color: #4DA0CF;
}

.row {
    margin-right: 0;
    margin-left: 0;
    background-color: #ffffff;
    /* padding: 20px 0 */
}

.navbar-default {
    background-color: #ffffff;
    border: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #4bc9d9;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #777;
    border-color: #777;
}

.navbar-default .navbar-toggle {
    border-color: #777;
    background-color: #777;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-brand {
    /*float: left;	
    font-size: 18px;
    line-height: 20px;
	height: auto;*/
    padding: 5px 0;
}

.navbar-brand img {
    /* width: 100%; */
    max-width: 420px;
}

.g7-event {
	background: no-repeat center/100% url("../images/bg.png");
    margin: -20px 0;
    padding: 20px 0;
    background-size: cover;
}

.g7-event h1 {
    font-size: 4.0rem;
    padding-bottom: 2rem;
    margin: -20px 0;
}

.g7-event a:link{
    border-bottom: none;
    text-decoration: none
}

.g7-event a:hover{
opacity: 0.6;
}

.g7-event a:link.tel,
.g7-event a:link.mail {
    color: #3F8EC4;
    border-bottom: 2px dashed #3F8EC4;
}

.g7-event a:hover.tel,
.g7-event a:hover.mail {
    border-bottom: none;
    text-decoration: none
}

.g7-event .lead {
    font-size: 1.6rem
}

.g7-event .list-inline li {
    margin-bottom: 4px
}

.g7-event table{
	width: 90%;
    margin: 20px auto;
}

.g7-event table td{
    padding: 5px;
}

.g7-event #dat .date{width: 40%;}

.g7-event #dat .date-e{
	width: 50%;
	position: relative;
    right: 50px;
}

.g7-event #profile{margin-bottom: 10px;}

.g7-event #profile .date{width: 40%;}

.g7-event #profile .date-e{width: 45%;}

.g7-event .tit-profile{
	text-align: center;
    font-size: 3.2rem;
    color: #0098ac;
    font-weight: 600;
    margin: 2em auto 0.7em;
    position: relative;
  	padding: 20px 0;
  	text-align: center;
}
.g7-event .tit-profile:before{
	content: "";
  	position: absolute;
  	top: -3px;
  	left: 50%;
  	width: 170px;
  	height: 77px;
  	border-radius: 50%;
  	border: 5px double #0098ac;
  	border-left-color: transparent;
  	border-right-color: transparent;
  	-webkit-transform: translateX(-50%);
 	transform: translateX(-50%);
}
.g7-event .t-dot{
	padding: 4px 4px 4px 0;
    border-bottom: 2px dotted #0098b4;
}

.g7-event .dot img{width: 100%;}

.g7-event .t-small{
	font-size: 1.3rem;
}

.g7-event .speaker{
	font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    width: 25%;
}

.g7-event .speaker-e{
	font-size: 1.3rem;
    line-height: 1.3;
    font-weight: 600;
    width: 25%;
}

.g7-event .img-speaker{width: 130px;}

.g7-event .theme{
	font-size: 1.2rem;
}

.g7-event .theme-title{
	font-weight: 600;
    color: #0098ac;
}

.g7-event .sponsoring{
	font-size: 2rem;
    font-weight: 700;
}

.g7-event .btn-info{
    color: #fff;
    background-color: #54c3f1;
    font-weight: 600;
    display: inline-block;
    padding: 2px 4px;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .4s;
    border-radius: 18px;
    width: 140px;
}

.g7-event .btn-info-e{
	color: #fff;
    background-color: #54c3f1;
    font-weight: 600;
    display: inline-block;
    padding: 2px 4px;
    line-height: 1.6;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all .4s;
    border-radius: 18px;
	width: 200px;
    letter-spacing: 0.1em;
}

.g7-event .btn-posion{position:relative;left: 20px;}

.g7-event .btn-appli{
    	color: #fff;
    	background-color: #3db3ed;
    	font-weight: 600;
    	display: inline-block;
    	padding: 2px 4px;
    	margin: 5px;
    	font-size: 1.2rem;
    	line-height: 25px;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: middle;
    	-ms-touch-action: manipulation;
    	touch-action: manipulation;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	background-image: none;
    	border: 1px solid transparent;
    	border-radius: 4px;
    	height: 30px;
    	position: absolute;
    	top: 50%;
    	left: 92%;
    	transform: translate(-50%,-50%);
    	width: 130px;
}

.g7-event .btn-appli-e{
    	color: #fff;
    	background-color: #3db3ed;
    	font-weight: 600;
    	display: inline-block;
    	padding: 2px 4px;
    	margin: 5px;
    	font-size: 1.2rem;
    	line-height: 25px;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: middle;
    	-ms-touch-action: manipulation;
    	touch-action: manipulation;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	background-image: none;
    	border: 1px solid transparent;
    	border-radius: 4px;
    	height: 30px;
    	position: absolute;
    	top: 50%;
    	left: 92%;
    	transform: translate(-50%,-50%);
    	width: 100px;
}

.g7-event .btn-appli2{
    	color: #fff;
    	background-color: #3db3ed;
    	font-weight: 600;
    	padding: 2px 4px;
    	margin: 5px;
    	font-size: 1.2rem;
    	line-height: 25px;
    	text-align: center;
    	white-space: nowrap;
    	vertical-align: middle;
    	-ms-touch-action: manipulation;
    	touch-action: manipulation;
    	cursor: pointer;
    	-webkit-user-select: none;
    	-moz-user-select: none;
    	-ms-user-select: none;
    	user-select: none;
    	background-image: none;
    	border: 1px solid transparent;
    	border-radius: 4px;
    	height: 30px;
    	width: 130px;
}

.g7-event .btn-appli a{color: #fff;}

.g7-event .btn-p_detail a{
	color: #46b3e0;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0;
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px dotted #54c3f1;
}

.g7-event .btn-appli-e a{color: #fff;}

.g7-event .w-appli-e{width: 15%;}

.g7-event .btn-p_detail-e a{
	color: #46b3e0;
    font-weight: 600;
    display: inline-block;
    margin: 5px 0;
    font-size: 1.4rem;
    text-align: center;
    white-space: nowrap;
    border-bottom: 2px dotted #54c3f1;
}

.g7-event .hall{
	margin-top: 5px;
}

.g7-event .subject{
	margin-top: 5px;
}

.g7-event .application{
	margin-top: 5px;
	line-height: 1;
}

.g7-event .hall-e{
	height: 40px;
}

.g7-event .subject-e{
	height: 22px;
}

.g7-event .application-e{
	height: 30px;
	line-height: 1;
}

.g7-event .making {
	text-align: center;
    font-size: 5rem;
    font-weight: 600;
    margin: 3rem 0;
}
.g7-event .event-ended{
	margin: 20px 0 50px 0;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}

.btn-p_detail a:hover, a:focus {
  color: #337ab7;
  text-decoration: none;
  border-bottom: 2px dotted #337ab7;
}

.bar{
	border-left: 2px solid #0098ac;
    border-collapse: collapse;
    padding: 0 0 0 10px;
}

.bar span{
    font-size: 1.3rem;
    display: block;
}

.col-xs12{
	width: 95%;
    margin: 20px auto;
}

.qr {width: 100%;}

section#mondai,
section#faq {
    background-color: #f5f5f5;
}

section#support {
    background-color: #FEFE99;
}

.panel-default>.panel-heading {
    background-color: #FEFE99;
    padding: 16px
}

footer {
    background-color: #f5f5f5;
    padding: 20px 0;
    margin: -20px 0;
}

footer p {
    font-weight: normal;
    font-size: 1.4rem;
    color: #3f8ec4;
    padding: 5px 40px;
    text-align: right;
}

.copyright {
    width: 100%;
    padding: 8px 0;
    text-align: right;
    padding-right: 15px;
    margin-bottom: -20px;
}

@media screen and (max-width: 960px) {
    .navbar-brand {
        /*float: left;	
    font-size: 18px;
    line-height: 20px;*/
        /* width: 100%; */
        height: inherit;
        padding: 5px 15px;
    }

    .navbar-brand img {
        max-width: 100%;
    }
    
    .g7-event table{width: 100%;}
    
    .g7-event .row_table
    .g7-event .row_table th,
    .g7-event .row_table td {}
    
    .g7-event .row_table th{
    	display: block;
  		width: 100%;
  		margin-bottom: 20px;
    }
    
    .g7-event .row_table td{
    	display: block;
  		width: 100%;
    }
    
    .g7-event .btn-appli{
    	position: unset;
    	transform: none;
    	margin: 20px auto;
    	width: 50%!important;
    }
    
    .g7-event .btn-appli-e{
    	position: unset;
    	transform: none;
    	margin: 20px auto;
    	width: 50%!important;
    }
    
    .g7-event .w-appli-e{text-align: center;}
    
    .g7-event .img-g7{
	width: 70%!important;
    margin: 0 auto;
	}
	
	.g7-event #dat .date{width: 100%;}
	
	.g7-event #dat .date-e{width: 100%;position: unset;}
	
	.g7-event #profile .date-e{width: 100%;}
	
	.g7-event .img-sbs{display: flex!important;}

}

@media screen and (max-width: 768px) {
    body {}

    .row {
        padding: 10px 0;
    }

    .navbar-brand {
        padding: 12px 15px;
    }

    .navbar-brand img {
        max-width: 100%;
    }

    .g7-event {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .g7-event .h3 {
        display: block;
        margin: 2px 0
    }

    .g7-event a:link.tel,
    .g7-event a:link.mail {
        border-bottom: none;
    }

    .g7-event li {
        padding: 8px 0;
        border-bottom: 1px dashed #FF991B
    }

    .g7-event .list-inline li {
        padding: 0 0;
        border-bottom: none;
    }

    .g7-event .lead {
        font-size: 1.4rem;
    }
        
    .g7-event .btn {margin-bottom: 10px;}
    
    .g7-event #profile .date{width: 100%;}
    
    .g7-event #dat .date{width: 100%;}
    
    .g7-event .event-ended{
    	font-size: 2rem;
	}
    
    h1,
    .h1 {
        font-size: 2.4rem;
    }

    h2,
    .h2 {
        font-size: 2.0rem;
    }

    footer p {
        font-size: 1.2rem;
        padding-top: 10px;
    }
}

@media screen and (max-width: 380px) {
    .g7-event h1 {
        font-size: 2.8rem;
    }
    .copyright {
    	text-align: center;
	}
}

/* 20200304　日本の中学校・手引き追加*/
#pamh {
    background: #FEFE99;
}

.flex-list {
    width: 100%;
    margin: 32px auto;
    padding: 0;
    list-style-type: none;
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -ms-flex-pack: distribute;
    -ms-flex-align: start;
}

.flex-list li {
    width: calc(100% / 4 - 16px);
    margin: 0 8px;
}

.flex-list li img {
    display: block;
    width: 72%;
    height: auto;
    margin:0 auto;
}

.flex-list li p {
    padding: 0;
    margin: 4px 0;
    text-align: center;
}

.flex-list li p a {
    display: block;
    text-align: center;
}

@media screen and (max-width:991px) {
    .under991-100 {
        width: 100%;
    }
}

@media screen and (max-width:648px) {
    .flex-list {
        margin: 16px 0;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .flex-list li {
        width: 48%;
        margin: 0 0 16px;
    }

    .flex-list li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .flex-list li a img {
        display: block;
        width: 72%;
        height: auto;
    }

    .flex-list li a p {
        padding: 4px 8px;
    }
}

@media screen and (max-width:648px) {
    .flex-list {
        width:96%;
        margin: 16px auto;
        padding: 0;
        list-style-type: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .flex-list li {
        width: 100%;
        margin: 0 0 16px;
    }

    .flex-list li a {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: flex-start;
    }

    .flex-list li a img {
        display: block;
        width: 72%;
        height: auto;
    }

    .flex-list li a p {
        padding: 4px 8px;
    }
}