@charset "UTF-8";
/* CSS Document */
.btn_wrap .pdf_btn {
    border: solid 2px #1D5AA2;
    color: #1D5AA2;
}
.main_wrap h3{
	color: #1D5AA2;
}
.modaal-wrapper .modaal-close {
    background-color: #1D5AA2;
}

.top_conetnt{
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #E4F0FF 50%, #E4F0FF 100%);
}

.bottom_conetnt{background-color: #E4F0FF;}

h3.jio_icon {
	background: url("images/icon.png")no-repeat;
	background-size: 60px;
	padding: 4% 0;
	padding-left: 60px;
	text-align: left;
}

/*写真キャプション*/
p.caption, .bottom_conetnt_wrap_flex p.caption{
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	line-height: 1.5;
}
span.credit{
	font-size: 10px;
    display: block;
    text-align: right;
/*    margin-top: 10px;*/
	line-height: 1em;
}



@media screen and (max-width:999px){
	.bottom_conetnt {

    padding: 3em 20px;
}
.bottom_conetnt dl div {
    flex-direction: column;
	margin-bottom: 1em;
}
.bottom_conetnt dl dd {
    margin-left: 0;
}
.bottom_conetnt dl {
    width: 100%;
    margin-right: 0;
	margin-bottom: 1em;
}
	.bottom_conetnt_img {
    width: 100%;
}
	.bottom_conetnt_flex {
    flex-direction: column;
}
}
@media screen and (max-width:500px){
.bottom_img {
    width: 100%;
}

}


/*.bottom_conetnt{background-color: #F0F0FF;}*/

/*TOPIC*/
.bottom_conetnt {
	padding: 20px;
	padding-bottom: 5%;
}
.top_img {
    width: 60%;
}
.top_text {
    width: 40%;
}
.top_conetnt_wrap {
    padding: 5em 0;
	padding-bottom: 0;
}


/*囲い　中*/
.img_box {
	width: 10%;
}
.img_box img {
	width: 100%;
}
.inner {
	display: block;
	justify-content: space-between;
}

/*囲い　最下層*/
.bottom_conetnt_wrap {
	padding: 0;
	width: 80%;
}
.ijin_topic .inner {
	width: 80%;
	margin: 0 auto;
}
.bottom_conetnt_wrap_flex {
	display: flex;
    align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.bottom_conetnt_wrap_flex p {
	line-height: 2em;
	display: block;
    width: 67%;
}
.main_wrap .bottom_conetnt .inner h3 br {
	display: none;
}

.bottom_img {
    width: 30%;
	margin-bottom: 0;
}
.bottom_img img {
    width: 100%;
}
.main_wrap .bottom_conetnt h3 {
    text-align: left;
    color: #000;
    font-weight: bold;
    border-bottom: solid 2px;
    padding: 1em 0;
    letter-spacing: 0.2em;
    font-size: 120%;
}


@media screen and (max-width: 999px){
.top_conetnt_wrap {
	padding-bottom: 5em;
}
.ijin_topic{
	width: 100%;
}
.inner {
	width: 100%;
	margin: 0 auto;
}
.ijin_topic .inner {
	width: 100%;
	margin: 0 auto;
}
.top_img {
    width: 90%;
}	
.top_text {
    width: 100%;
	padding: 5%;
}
.main_wrap .bottom_conetnt .inner h3 br {
	display: block
}	
.bottom_conetnt_wrap_flex p {
    width: 100%;
}
.bottom_img {
    width: 100%;
	margin-bottom: 0;
}
}
@media screen and (max-width: 400px){
.img_box {
	display: none;
}
.inner {
	width: 100%;
}
.main_wrap .bottom_conetnt .inner h3 {
	background: url("images/img_icon.png")no-repeat;
	background-position: left;
	background-size: 50px;
	font-size: 90%;
}
h3.jio_icon {
	background: url("images/icon.png")no-repeat;
	background-size: 30px;
	padding: 0;
	padding-left: 40px;
	text-align: left;
}
}

