@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin:0;
    padding:0;
    border:0;
    outline:0;
	font-size: 18px;
	font-weight: normal;
    vertical-align: bottom;
    background:transparent;
	color: #251E1C;
}


body {
    line-height:1.6;
	font-size: 18px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family:Tahoma, Geneva, sans-serif,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック';
    background-color: #FFF;
	background-image:url("./img/page_bg.jpg");
	background-repeat:repeat-x;
	background-position: top center;
	background-attachment: fixed;
	word-wrap: break-word;
}
html,body {

}

img {
	vertical-align:top;
	border: none;
}
blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul {
	margin:0;
	padding:0;
}
abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, th, strong, var {
	font-style:normal;
	font-weight:normal;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;/*13px*/
	font-weight:normal;
}
input, select, textarea {
	font-size:1em;/*13px*/
}
ol, ul, li {
	list-style:none;
}

.column1-2.fd h4 { margin-top: 1.5em; }

ol.cao_video { list-style: decimal!important; margin-left: 1em; padding-left: 1em; }
ol.cao_video > li { list-style: decimal!important; line-height: 1.9; }
ol.cao_video ul li::before { content: ">"; }

table {
	border-collapse:collapse;
	border-spacing:0;
	font-size:1em;/*13px*/
}
hr {
	display: none;
}
strong, em {
	font-weight: bold;
}
/* ----- form -------*/

button, fieldset, form, input, label, legend, select, textarea {
	font-size:1em;  /*13px*/
	font-style:inherit;
	font-weight:inherit;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
input, textarea {
	vertical-align: middle;
	padding: 1px;
}
textarea {
	width: 98%;
}
input[type="radio"], input[type="checkbox"] {
	vertical-align: baseline;
	margin-right: 3px;
}

a,
p a ,
li a ,
a img,
a .fa {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}


/*----- links color -----*/
a:link {
	color: #333;
	text-decoration:none;
}
a:visited {
	color: #333;
	text-decoration:none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
/*	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
*/}
a:hover img {
	filter: alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}

.flex {
    display: flex;
    justify-content: space-between;
}
.clear {
	clear: both;
}

/* Clearfix */  
.clearfix:after {  
    content: ".";   
    display: block;   
    height: 0;   
    clear: both;   
    visibility: hidden;  
}  
.clearfix {  
    display: inline-block;  
    min-height: 1%;  
}  
/* Hides from IE-mac \*/  
* html .clearfix {  
    height: 1%;  
}  
.clearfix {  
    display: block;  
}  
/* End hide from IE-Mac */

h3 a:link,
li a:link { text-decoration: underline;
 }
a:link li { text-decoration: underline; }
a li:hover { color: #0066FF; }

/*************************
構造
*************************/
/*
font-family: "myriad-pro", sans-serif;
font-weight: 300;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: normal;

font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: normal;
*/

header { width: 100%; background-color: #002b61; z-index: 999; position: fixed; padding: 0; }
header h1 { height: 113px; background: url("./img/header.svg") center no-repeat;
background-size: cover; overflow: hidden;}
/*header h1 img {

    margin: auto;
    height: 130px;
}*/
.fixhead {
/*    padding-top: 120px;*/
    text-align: center;
    
}
.fixhead img { margin: auto; width: 100%; height: 165px; }


#home section {
	width: 100%;
    background:url("./img/main.png") no-repeat;
    background-size:auto;
    background-position: top left;
    height: 450px;
}
#page section {
	width: 100%;
    background: none;
    background-size: cover;
    background-position: top center;
    height: 632px;
}
section .main {
    width: 100%;
    position: relative;
}
section .main .circle {
    position: absolute;
    width: 456px; /* 中央に配置する要素の幅 */
    height: 456px; /* 中央に配置する要素の高さ */
    top: 50%; /* 垂直方向の中央 */
    left: 50%;
    transform: translate(-50%) translateX(-480px);
    
}


section h2 {
    width: 1200px;
        margin: auto;
    text-align: center;
}
section h2 img {
    margin-top: 15px;
    max-width: 100%;
    margin: auto;
    height: auto;
    opacity: 1;
}
section article.opening { 
    width: 1200px;
    padding-left: 20%;
    padding-top: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
}
section article.opening h2 {
    width: 100%;
    color: #002b62;
    font-size: 160%;
    text-align: left;
    line-height: 1.2;
    margin-bottom: 0.8em;
}
section article.opening p {
}

section article h3 {
    margin: 1.5em 0;
}


h2.rd { position: relative; text-align: left; font-size: 150%; padding-left: 1.5em; line-height: 1.1; padding-top: 1.5em; }
h2.rd:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -7px;
    width: 100%;
    height: 7px;
    background: -webkit-repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
}

#page section h2 {
    text-align: left;
    width: auto;
    margin: auto;
}
#page section h2 img {
    width: inherit;
    height: auto;
    margin-top: 100px;
    margin-top: 40px;
}


section article {
/*	width: 1024px;
*/  max-width: 1200px;
    margin: auto;
	padding:  40px 0;
	box-sizing: border-box;
    position: relative;
}
.logo {
  display: block;
  height: 68px;
  max-height: 68px;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}
.logo2 {
  display: block;
  height: 80px;
  max-height: 80px;
  width: 100%;
  object-fit: contain;
  object-position: left center;
}

li.fd img { width: 155px; height: auto; }

.leftSpace {
    width: 16%;
}
.riArea {
    width: 84%;
}
.conf_info {
    margin-top: 0px;
}
.conf_info h3 {
    font-size: 36px;
    color: #3d9738;
    text-align: right;
    line-height: 1.2;
    margin: 10px 0 20px;
}
.conf_info p {
    text-align:justify;
    
}

section article.content {
	width: 82%;
    width: 100%;
	margin: auto;
	padding:  25px 0;
	box-sizing: border-box;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}


section article.content .column2-2 {
    width: 100%;
    border-top: solid 1px #000;
    padding: 15px 0;
    margin-bottom: 2em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

h3.panel {
    height: 83px;
    width: 100%;
    color: #FFF;
    font-size: 180%;
/*    padding: 27px 0 0 100px;*/
    padding: 0 0 0 100px;
    box-sizing: border-box;
  font-family: "Hind Siliguri", sans-serif;
  font-weight: 300;
  font-style: normal;
  background:url("./img/h3_bg.png") no-repeat;
  line-height: 1;
  margin: 50px 0;
}

h3 img { width: 100%; height: auto; }

.panelArea {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.panelArea .column1-2 {
    width: 46%;
    padding: 15px 0;
    margin-bottom: 2em;
}



section article.content .column1-2 {
    width: 46%;
    border-top: solid 1px #000;
    padding: 15px 0;
    margin-bottom: 2em;
}

.panelArea .column1-2 .flex,
section article.content .column1-2 .flex {
    margin-top: 1.5em;
}
.panelArea .column1-2 .flex a,
section article.content .column1-2 .flex a {
    display: flex;
}
section article.content .column1-2 .flex a.noflex {
    display:inline;
    color: #06F
}
section article.content .column1-2 a.noflex {
    display:inline;
    color: #06F
}

.panelArea .column1-2 li img,
section article.content .column1-2 li img {
    border: solid 1px #adadad;
    margin-right: 1.5em;
}

.panelArea .column1-2.nob,
section article.content .column1-2.nob {
    border: none;
}

.content .column1-2 li img {
    border: solid 1px #adadad;
}

/*
section article.content .column1-2 .flex li {
    text-align: left;
}
section article.content .column1-2 li {
    margin: 2em 0 0; 
    text-align: center;
}
section article.content .column1-2 li:nth-of-type(even){
    text-align: left;
    margin-top: 0.4em !important;
}
section article.content .column1-2 li img {
    border: solid 1px #adadad;
}

section article.content .column1-2 ul.flex {
    display: flex;
}
section article.content .column1-2 ul.flex li img {
    margin-right: 2em;
}
*/
/*section article.content .video {
    width: 100%;
    border-top: solid 1px #000;
    padding: 25px 0;
    margin-bottom: 2em;
    position: relative;
}*/
section article.content .video iframe {
    position: absolute;
    top: 25px;
    left: 0;
    width: 100%;
    height: 100%;
}

#page section article {
	width: 1024px;
	margin: auto;
	padding:  25px 50px 0;
	box-sizing: border-box;
    position: relative;
}
#page section article h2 {
    margin-bottom: 0px;
}

#page section article.content {
    min-height: 780px;
}

.fd {
	opacity: 0;
	transform:  translateY(50px);
	transition: 1s;
}



.video{
/*border-top: solid 1px #000;*/
width:100%;
padding-bottom: 56.25%;
height:0px;
position: relative;
}

.video iframe{
position: absolute;
top: 25px;
left: 0;
width: 100%;
height: 100%;
}



section p {
	margin-bottom: 1em;
}

dl {
	box-sizing: border-box;
	width: 100%;
	display: flex;
}
dl.movie {
	box-sizing: border-box;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: solid 1px #c9c9c9;
	display: table;
	width: 100%;
}

dt {
	align-self:  center;
	width: 45%;
}
dt.logo {
	font-size: 140%;
}
dd {
	margin-left: 5.2%;
	display:inline-block;
	width: 55%;
	box-sizing:border-box;
}
dd ul {
	clear: both;
	width: 100%;
	margin-top: 20px;
}
dd ul:first-child {
	margin-top: 0;
}
dd img {
	margin-right: 15px;
	border: solid 1px #adadad;
}
li.flex {
    display: flex;
}

footer {
	width: 100%;
    background: url("./img/footer_bg.png")no-repeat left #0e2b5e;
	text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
	color: #fff;
	position:fixed;
	bottom: 0;
	font-size: 88%;
    line-height: 43px;
}

.pc {
    display:  block;
}
.sp {
    display: none;
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
.pc {
    display:  block;
}
.sp {
    display: none;
}
header { width: 100%; background-color: #002b61; z-index: 999; position: fixed; padding: 0; }
header h1 { height: 113px; background: url("./img/header_m.svg") left center no-repeat;
background-size: cover; overflow: hidden;}
}
section article.opening { 
    width: 100%;
    padding-left: 28%;
    padding-top: 30px;
    padding-bottom: 0;
    box-sizing: border-box;
}
section .main .circle {
    width: 34%;
    height: auto;
    top: 45%;
    left: 45%;
    transform: translate(-45%) translateX(-480px);
    max-width: 600px;
}
section .main .circle img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    section {
        width: 98%!important;
        margin: auto;
    }
    section h2 {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    section .main .circle {
        width: 34%;
        height: auto;
        top: 45%;
        left: 45%;
        transform: translate(-45%) translateX(-110%);
    }
    h2.rd {
        position: relative; text-align: left; font-size: 150%; padding-left: 1.5em; line-height: 1.1; padding-top: 1.5em; }
    h2.rd:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 7px;
        background: -webkit-repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
        background: repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
}


}
/************************************911*/
@media screen and (max-width: 768px) {

    fixhead { padding-top: 0; }
    .fixhead img { margin: auto; width: 100%; height: 90px; }


    header {
        width: 100%!important; padding-left: 0px;
    }
    header h1 {
        width: 100%!important;
        background: url("./img/header_img.png") no-repeat;
        background-size: cover;
        margin: 0;
        height: auto;
    }
    
    header h1 img {
        max-width: 727px;
        height: auto;
    }
    .fixhead {
    padding-top: 0;
    text-align: center;
}
    section article.opening { 
    width: 100%;
    padding-left: 20%;
}
    section .main .circle {
    width: 34%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%) translateX(-130%);
}
    section .main .circle img {
        width: 100%;
        height: 100%;
    }
    
    section {
    	width: 96%;
    	padding: 0px;
        margin: auto;
    	box-sizing:border-box;
        height: 38vh;
    }
    section h2 {
        width: 94%;
        width: 100%;
        padding: 0!important;
        margin: 0 auto!important;
    }
    section h2 img {
        width: 100%;
        height: auto;
        margin-top: 10px;
    }
    
    header article {
	    width: 100%;
    }
    .leftSpace {
        width: 0;
    }
    .riArea {
        width: 96%;
        margin: auto;
    }
    
    section article {
	    width: 94% !important;
    	margin: auto;
        margin-top: 10px;
        padding: 0px;
        box-sizing: border-box;
    }
    section article.content {
        width: 100%;
        display: block;
        padding: 25px 0;
    }
    section article.content .column1-2 {
        width: 100%;
        padding: 5%;
        box-sizing: border-box;
    }
    section article.content .column1-2 h3 img {
        width: 100%;
        height: auto;
    }
    .panelArea {
        display: block;
    }
    .panelArea .column1-2 {
        width: 100%;
        padding: 15px 0;
        margin-bottom: 0;
    }
    h2.rd { 
        position: relative; text-align: left; font-size: 150%; padding-left: 1.5em; line-height: 1.1; padding-top: 1.5em; }
    h2.rd:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 7px;
        background: -webkit-repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
        background: repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
}

    
    #page section article {
	    width: 100%;
    	margin: auto;
        padding: 25px 2% 0;
        box-sizing: border-box;
    }
    #page section article h2 img {
        width: 100%;
        height: auto;
    }

    #page section article.content {
        width: 100%;
        display: block;
        padding: 25px 0;
    }


    section article.content {
        width: 100%;
        display: block;
        padding: 25px 0;
    }

section dl {
        display: block;
    	width: 100%;
    }
    dt {
    	display: block;
    	margin-bottom: 2em;
    	width: 100%;
    }
dt img {
	width: 85%;
}
dd {
	width: 97%;
	box-sizing:border-box;
}
dl.movie dd {
	display: none;
}

.pc {
    display: none;
}
.sp {
    display: block;
}
footer {
    font-size: 75%;
}

}


@media screen and (max-width: 414px) {


    #home section {
	width: 100%;
    background:url("./img/main.png") no-repeat;
    background-size: 170%;
    background-position: top left;
    height: 450px;
    }
    section h2 img {
        margin-top: 0px;
    }

    section article.opening {
        margin-top: 0;
    }
    
    header {
        width: 100%!important; padding: 0;
    }
    header h1 img {
        width: 100%;
        height: auto;
    }
    section article { margin-top: 40px; }
    h2.rd { 
        position: relative; text-align: left; font-size: 150%; padding-left: 1.5em; line-height: 1.1; padding-top: 1.5em; }
    h2.rd:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -7px;
        width: 100%;
        height: 7px;
        background: -webkit-repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
        background: repeating-linear-gradient(-45deg, #002b62, #002b62 2px, #fff 2px, #fff 4px);
}

    
    .pc { display: none; }
    .sp {display: block; }

}

.mb20 {
	margin-bottom: 20px;
}
.mb30 {
	margin-bottom: 40px;
}
.mb50 {
	margin-bottom: 50px;
}
.mb70 {
	margin-bottom: 70px;
}

