@charset "utf-8";
/* ===================================================================
CSS information
 file name  :  second.css
 style info :  スタイル指定
=================================================================== */

#link01,
#link02,
#link03,
#link04,
#link05,
#link06,
#link07,
#link08,
#link09,
#link10,
#link11,
#link12,
#link13,
#link14,
#link15 {
	padding: 50px 0 0 0;
	margin: -50px 0 0 0;
}

/* second
----------------------------------------------------------------------------- */
.second {}

.second .main_wrapper {}

.second .main_wrapper .box {
	font-size: 18px;
	text-align: left;
	background: #E5EAFE;
	padding: 2em;
	min-height: 1053px;
}

.second .main_wrapper .box h2 {
	width: 100%;
	color: #0173e7;
	font-size: 38px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	margin-bottom: 30px;
}

.second .main_wrapper .box h3 {
	width: 100%;
	color: #d251a1;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 14px;
}

.second .main_wrapper .box h4 {
	width: 100%;
	color: #0173e7;
	font-size: 24px;
	font-weight: bold;
	text-align: left;
	margin-top: 14px;
	background: #fff;
	padding: 10px 25px;
	margin: 30px auto 20px;
	position: relative;
	line-height: 1;
}

.second .main_wrapper .box h4:before {
	position: absolute;
	content: "";
	top: 10px;
	left: 10px;
	width: 5px;
	height: 24px;
	background: #0173e7;
}

.second .main_wrapper .box h5 {
	border-bottom: 1px double #0173e7;
	margin: 15px 0 0;
}

.second .main_wrapper .box {
	text-align: center;
}

.second .main_wrapper .box ul {
	line-height: 2;
	text-align: left;
	display: inline-block;
}

.second .main_wrapper .box ul li {}

.second .main_wrapper .box ul li a {
	color: #0173e7;
	text-decoration: underline !important;
}

/* BreakPoint 959px
=============================================================*/
@media only screen and (max-width: 959px) {}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {

	/* second
----------------------------------------------------------------------------- */
	.second {}

	.second .main_wrapper .box {
		font-size: 18px;
		text-align: center;
		background: #E5EAFE;
		padding: 2em 1em;
		min-height: auto;
	}


}


/*tabの形状*/
.second .tab {
	display: flex;
	flex-wrap: wrap;
}

.second .tab li a {
	display: block;
	background: #ddd;
	margin: 0 2px;
	padding: 10px 20px;
}

/*liにactiveクラスがついた時の形状*/
.second .tab li.active a {
	background: #fff;
}


/*エリアの表示非表示と形状*/
.second .area {
	display: none;
	/*はじめは非表示*/
	opacity: 0;
	/*透過0*/
	background: #fff;
	padding: 20px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.second .area.is-active {
	display: block;
	/*表示*/
	animation-name: displayAnime;
	/*ふわっと表示させるためのアニメーション*/
	animation-duration: 2s;
	animation-fill-mode: forwards;
}

@keyframes displayAnime {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.second .main_wrapper .box ul.tab {
	display: flex;
	justify-content: center;
	gap: 5px;
	margin: 0 0 20px;
}

.second .main_wrapper .box ul li a {
	border: 1px solid #0173e7;
	text-decoration: none !important;
	background: #fff;
	color: #0173e7;
	padding: 5px 20px;
}

.second .main_wrapper .box ul li.active a {
	background: #0173e7;
	color: #fff;
}

.second .area .inner p {
	text-align: left;
	text-indent: 1em;
	margin: 0 0 1em;
}

.second .area .inner ul.img {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.second .area .inner ul.img li {
	width: 49%;
	margin: 0 0 2%;
}

.second .area .inner ul.img li img {
	width: 100%;
}

.second .area .inner .writer {
	background: #E5EAFE;
	padding: 20px;
	display: flex;
	justify-content: end;
	margin: 0 0 30px;
}

.second .area .inner .writer .name {
	text-align: right;
	display: flex;
	flex-flow: column;
	justify-content: center;
	margin: 0 50px 0 0;
	font-weight: bold;
	font-size: 20px;
}

.second .area .inner .writer .name span {
	display: block;
	font-size: 16px;
	font-weight: normal;
}

.second .area .inner .writer .img {
	width: 200px;
}

.second .area .inner .writer .img img {
	width: 100%;
}

.second .area .inner .icon_box {
	position: relative;
	border: 5px solid #b75457;
	border-radius: 10px;
	padding: 10px 40px;
	margin: 0 0 20px;
}

.second .area .inner .icon_box p {
	font-weight: bold;
	text-indent: -1em;
	margin: 0;
}

.second .area .inner .icon_box img {
	position: absolute;
	top: -30px;
	right: 30px;
	width: 60px !important;
}

.second #title02.area .inner .box {
	text-align: left;
	border-radius: 10px;
	min-height: auto;
	margin: 0 0 20px;
}

.second #title02.area .inner .box p {
	text-indent: 0;
}

.second #title02.area .inner .box ul {
	padding: 0 1em 1em;
}

.second #title02.area .inner img {
	width: 100%;
}

.second #title01.area .inner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px 0;
}

.second #title01.area .inner ul li {
	width: 49%;
	margin: 0 0 2%;
}

.second #title01.area .inner ul li:last-of-type {
	width: 100%;
}

.second #title01.area .inner ul li img {
	width: 100%;
}

/* BreakPoint 639px
=============================================================*/
@media only screen and (max-width: 639px) {
	.second .area .inner .writer .img {
		width: 30%;
	}

	.second .area .inner .writer .name {
		margin: 0 1em 0 0;
		font-size: 16px;
	}

	.second .area .inner .writer .name span {
		font-size: 14px;
	}

	.second .area .inner ul.img li {
		width: 100%;
		margin: 0 0 2%;
	}

	.second #title01.area .inner ul li {
		width: 100%;
		margin: 0 0 2%;
	}
}

.second .main_wrapper .contents_flex .img_ul {
	width: 30%;
    margin: 15px auto;
    float: right;
}

.second .main_wrapper .contents_flex .img_ul li {
    width: 100%;
    padding-left: 10%;
    margin-bottom: 15px;
}
.second .main_wrapper .contents_flex .img_ul li img {
    width: 100%;
}
.second .main_wrapper .contents_flex .img_ul li p {
    text-align: center;
    font-size: 12px;
    margin-top: 5px;
}
.second .main_wrapper .contents_flex .contents_text p {
    text-align: left;
}

@media only screen and (max-width: 639px) {
    .second .main_wrapper .contents_flex .img_ul {
    	width: 100%;
        float: unset;
    }
    .second .main_wrapper .contents_flex .img_ul li {
        padding-left: 0;
    }
}
