@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&display=swap');

@import url('reset.css');
/*-------------------------------

仮オープンサイトで作ったコラム用の
レイアウトです。
cataractのvol1、２等

---------------------------------*/



/*=====================================
======================================*/

body {
	font-family:"Noto Sans Japanese", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	font-size: 15px;
	line-height: 1.6;
	font-feature-settings : "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #3c3c3c;
	background: #f1f1f1;
	max-width: 1600px;
	margin: 0 auto;
}
a{
	color: #7d7d7b;
	text-decoration: none;
}
a.link{
	color: #009f69;
	text-decoration:underline;
}
body img{
	max-width: 100%;
	height: auto;
}
	@media screen and (max-width: 800px) {
		br.inline{
			display: none;
		}
	}


/*text=====================================*/
.em{
	font-weight: bold;
	color: #000;
}
.em_normal{
	font-weight: bold;
}

.small{
	font-size: 0.86em;
}
.kakko{
	margin-left: -8px;
}
.kon{
	color: #124368;
}
.column_wrap h1{
	font-size: 0.72em;
	letter-spacing: 0.8em;
	font-family: 'Montserrat', sans-serif;
	text-align: center;
	font-weight: normal;
}
.column_wrap h2.title{
	font-family: 'Noto Serif JP', serif;
	font-size: 1.73em;
	line-height: 1.2;
	text-align: center;
	font-weight: normal;
}
.column_wrap h2.title span.big{
	font-size: 1.73em;
}
	@media screen and (max-width: 666px) {
		.column_wrap h1{
			font-size: 0.62em;
		}
		.column_wrap h2.title{
			font-size: 1.53em;
		}
		.column_wrap h2.title span.big{
			display: block;
			font-size: 1.53em;
		}
	}

h3.midashi{
	font-size: 1.53em;
	color: #4b93ba;
	border-bottom: 2px solid #4b93ba;
	line-height: 1.4;
	padding-bottom: 13px;
	margin-bottom: 26px;
	font-weight: bold;
}
	@media screen and (max-width: 666px) {
		h3.midashi{
			font-size: 1.43em;
		}
	}

.komidashi{
	font-size: 1.2em;
	line-height: 1.4;
	color: #4a83ad;
	border-left: 8px solid #4a83ad;
	padding-left: 16px;
	font-weight: bold;
	margin-bottom: 26px;
}
	@media screen and (max-width: 666px) {
		.komidashi{
			padding-left: 8px;
		}
	}

.komidashi .small{
	font-size: 0.77em;
}

.komidashi_no{
	font-size: 1.2em;
	line-height: 1.4;
	color: #4a83ad;
	font-weight: bold;
	margin-bottom: 13px;
}
.komidashi_no div.small{
	font-size: 0.77em;
	display: inline-block;
	font-weight: bold;
}
.komidashi_no span.no{
	background: #4a83ad;
	color: #fff;
	width: 23px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin-right: 8px;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	top: -2px;
}

.big_ao{
	font-size: 1.08em;
	line-height: 1.4;
	color: #4a83ad;
	font-weight: bold;
}

.big_border{
	line-height: 1.4;
	color: #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
	padding-bottom:13px;
	margin-bottom:13px;
}

.point-waku-ao{
	display: inline-block;
	background: #4a83ad;
	color: #fff;
	font-weight: bold;
	padding: .25em .5em;
	line-height: 1.4;
	margin-bottom: .25em;
}

.lh-caption{
	line-height: 1.4;
}
/*margin=====================================*/
.mtl{
	margin-top: 4em;
}

.mt{
	margin-top: 52px;
}
.mtm{
	margin-top: 39px;
}
.mtm2{
	margin-top: 1.5em;
}
.mts{
	margin-top: 13px;
}
.mtxs{
	margin-top: 8px;
}


/*common=====================================*/
#container #wrap {
	margin: 0 auto;
}

.main{
	padding: 2.2% 5% 0 5%;
	position: relative;
}
	@media screen and (max-width: 666px) {
		.main{
			padding: 2.2% 3% 0 3%;
		}

	}

.logo a{
	background: url("../images/common/logo.png") no-repeat top left;
	width: 48px;
	height: 58px;
	text-indent: -9999px;
	display: block;
	background-size: 48px auto;
}

.column_wrap{
	max-width: 697px;
	/*max-width: 732px;*/
	margin:0 auto;
	line-height: 2.0;
	position: relative;
	top: -6px;
}

.section{
	background: rgb(255,255,255);
	margin-top: 20px;
	font-size: 1.06em;
}
	@media screen and (max-width: 666px) {
		.column_wrap{
			line-height: 1.8;
		}
		.section{
			font-size: 1.0em;
			margin-top: 15px;
		}
	}

.inner{
	padding: 82px 48px 82px 48px;
}
	@media screen and (max-width: 666px) {
		.inner{
			padding: 41px 4% 82px;
		}
	}

/*-------btn---------------------*/
a.pagelink{
	background:#007685;
	color: #fff;
	display: block;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	text-align: center;
	padding: 0.5em;
	position: relative;
}
a.pagelink:before{
	position: absolute;
	top: 50%;
	right: 0.5em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
	transition: all .2s;
}
a.pagelink:hover::before {
  right: 0em;
}
a.toplink{
	color: #007685;
	position: relative;
	padding-right: 2em;
}
a.toplink:before{
	position: absolute;
	top: 50%;
	right: 0.5em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #007685;
	transition: all .2s;
}
a.toplink:hover::before {
  right: 0em;
}

/*-------line---------------------*/
.hr{
	border-bottom: 1px solid #ccc;
}

/*-------list---------------------*/
.list_disc li{
	list-style: disc;
	list-style-position: outside;
	margin-left: 22px;
}

/*-------box---------------------*/

.bgbox{
	background: #fff6e4;
	border:1px solid #ffe2a9;
	padding: 16px;
	margin: 13px 0;
}
.next{
	border:3px solid #76879a;
	color: #76879a;
	padding: 16px;
	line-height: 1.5;
}
.table_next{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.table_next div:nth-child(odd){
	display: table-cell;
	vertical-align: middle;
	width: 26%;
}
.table_next div:nth-child(even){
	display: table-cell;
	vertical-align: middle;
	width: 74%;
	font-weight: bold;
	padding-left: 2%;
}
.table_next div:nth-child(odd) img{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
	@media screen and (max-width: 414px) {
		.table_next{
			display: block;
		}
		.table_next div:nth-child(odd){
			display: block;
			margin: 0 auto;
		}
		.table_next div:nth-child(even){
			display: block;
			width: 100%;
		}
	}

/*-------footer------------------*/
.footer{
	width: 100%;
	padding: 2% 5%;

}
.footer_wrap{
	max-width: 697px;
	margin:0 auto;
}
.adress{
	font-size: 0.92em;
	text-align: center;
	margin-top: 25px;
}
.adress span{
	padding-left: 3px;
}
.copylight{
	font-size: 0.72em;
	font-family: 'Montserrat', sans-serif;
}
.description{
	font-size: 0.72em;
}
	@media screen and (max-width: 666px) {
		.adress{
			font-size: 0.82em;
		}
		.adress br{
			display: none;
		}
		.adress span{
			display: block;
		}
	}



/*flex=====================================*/
.flex{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.between{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.clm4{
	width: 25%;
	padding-right: 1%;
	padding-bottom: 13px;
}
.clm2{
	width: 49%;
	padding-right: 1%;
	padding-bottom: 13px;
}
.clm2_thumb:nth-child(odd){
	width: 62%;
	padding-bottom: 13px;
}
.clm2_thumb:nth-child(even){
	width: 34%;
	padding-bottom: 13px;
}


/*images=====================================*/

.thumb{
	max-width: 540px;
	margin: 0 auto
}
.thumb_small{
	max-width: 380px;
	margin: 0 auto
}
/*table=====================================*/
dl.dl_style_clm2{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border:1px solid #ccc;
}
dl.dl_style_clm2 dt:last-child,
dl.dl_style_clm2 dd:last-child{
	border-bottom: none;
}
dl.dl_style_clm2 dt{
	width: 25%;
	background: #d9d9d9;
	border-bottom: 1px solid #ccc;
	padding: 7px 16px;
}
dl.dl_style_clm2 dd{
	width: 75%;
	border-bottom: 1px solid #ccc;
	padding: 7px 16px;
}
	@media screen and (max-width: 666px) {
		dl.dl_style_clm2{
			display: block;
			border:1px solid #ccc;
		}
		dl.dl_style_clm2 dt,
		dl.dl_style_clm2 dd{
			width: 100%;
			padding: 2px 16px;
		}
	}

/*=====================================
modal
=====================================*/
.modal-wrap {
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.modal-wrap:not(:target) {
	opacity: 0;
	visibility: hidden;
	transition: opacity .3s, visibility .3s;
}

.modal-wrap:target {
	opacity: 1;
	visibility: visible;
	transition: opacity .4s, visibility .4s;
}

.modal-wrap::after {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	content: "";
}

.modal-wrap .modal-window {
	box-sizing: border-box;
	display: inline-block;
	z-index: 20;
	position: relative;
	width: 80%;
	max-width: 625px;
	padding: 2em;
	border-radius: .5em;
	-moz-border-radius: .5em;
	-webkit-border-radius: .5em;
	background: #fff;
	box-shadow: 0 0 3em rgba(0, 0, 0, .6);
	vertical-align: middle;
	text-align: left;
}

.modal-wrap .modal-window .modal-content {
	max-height: 80vh;
	overflow-y: auto;
}

.modal-overlay {
	z-index: 10;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .8)
}

.modal-wrap .modal-close {
	z-index: 20;
	position: absolute;
	top: 0;
	right: 0;
	width: 1em;
	color: #000 !important;
	font-size: 2em;
	font-weight: 700;
	line-height: 1.0;
	text-align: center;
	text-decoration: none;
	text-indent: 0
}



/*=====================================
vol1
=====================================*/
.dl_style_clm2_tit{
	background: #898989;
	color: #fff;
	padding: 7px 16px;
}

/*=====================================
vol2
=====================================*/
.list_vol2_flow{
	margin-top: 26px;
}
.list_vol2_flow li{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border-top: 1px dotted #ccc;
	padding: 26px 0;
}
.list_vol2_flow li .item_txt{
	width: 53%;
}
.list_vol2_flow li .item_thumb{
	width: 42%;
}
.list_vol2_flow li .komidashi_no{
	position: relative;
	padding-left: 25px;
}
.list_vol2_flow li .komidashi_no span{
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 4px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 0.7em;
	font-weight: bold;
	background: #4a83ad;
	color: #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
}
.txt_r{
	text-align: right;
}

/*=====================================
vol3
=====================================*/
.syoujyou{
	background: #fff6e4;
	border:1px solid #ffe2a9;
	margin: 13px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.syoujyou .arw_wrap{
	width: 20%;
	background: -moz-linear-gradient(top, #ffe2a9, #ffae2a);
	background: -webkit-linear-gradient(top, #ffe2a9, #ffae2a);
	background: linear-gradient(to bottom, #ffe2a9, #ffae2a);
	position: relative;
	font-size: 0.82em;
	color: #000;
}
.syoujyou ul{
	width: 80%;
	padding: 14px;
}

.syoujyou .arw_wrap span:nth-child(1){
	position: absolute;
	top: 16px;
	left: 14px;
}
.syoujyou .arw_wrap span:nth-child(2){
	position: absolute;
	top: 50%;
	left: 22px;
	margin-top: -25px;
	height: 40px;
	width: 25px;
	border-left: 8px solid #ffe2a9;
}
.syoujyou .arw_wrap span:nth-child(2):after{
	content: "";
	position: absolute;
	left: -4px;
	bottom: -8px;
	width: 0;
	height: 0;
	transform: translateX(-50%);
	border: 12px solid transparent;
	border-top: 12px solid #ffe2a9;
	border-bottom-width: 0;
}
.syoujyou .arw_wrap span:nth-child(3){
	position: absolute;
	bottom: 16px;
	left: 16px;
}

.syoujyou li{
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
}
dl.grade{
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap:wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	border:1px solid #ccc;
}
dl.grade dt:last-child,
dl.grade dd:last-child{
	border-bottom: none;
}
dl.grade dt{
	width: 20%;
	background: #d9d9d9;
	border-bottom: 1px solid #ccc;
	padding: 16px;
	color: #000;
	font-size: 0.82em;
}
dl.grade dd{
	width: 80%;
	border-bottom: 1px solid #ccc;
	padding: 16px;
}
dl.grade dd span.comment{
	border-top:  1px dotted #ccc;
	padding: 16px 0 4px;
	margin-top: 16px;
	display: block;
	color: #4a83ad;
	line-height: 1.6;
	font-size: 0.92em;
	font-weight: bold;
}
	@media screen and (max-width: 666px) {
		dl.grade{
			display: block;
			border:1px solid #ccc;
		}
		dl.grade dt{
			padding: 7px 16px;
		}
		dl.grade dt,
		dl.grade dd{
			width: 100%;
		}
	}
/*=====================================
vol4
=====================================*/

.three-type-table{
	width: 100%;
	line-height: 1.6;
	margin-top: .5em;
	margin-bottom: 1.25em;
}

.three-type-table tr:first-child th,
.three-type-table tr:first-child td{
	background: #909090;
	color: #fff;
	text-align: center;
	padding: .25em;
	font-weight: 500;
}
.three-type-table th{
	width:9.25em;
	background: #d9d9d9;
	padding: 1.25em .75em;
	border: 1px solid #c9c9c9;
	font-weight: 500;
	text-align: left;
}
.three-type-table td{
	width: calc(100% - 9.25em - .75em);
	padding: 1.25em .75em;
	border: 1px solid #c9c9c9;
}
	@media screen and (max-width: 666px) {
		.three-type-table th{
			width: 35%;
		}
		.three-type-table td{
			width: 65%;
		}
	}

.flow-hd{
	position: relative;
	margin-top: 3em;
	padding-bottom: 3em;
	border-bottom: 1px solid #a9ccde;
}
.flow-hd:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #a9ccde;
}
.flow-hd:last-child{
	border-bottom: none;
	padding: 0;
}
.flow-hd:last-child:before{
	border-top: none;
}
.flow-hd-wrap .komidashi{
	margin-bottom: .75em;
}
.bgbox-pennhip{
	background: #e5eff5;
	border:1px solid #a9ccde;
	padding: 1.75em 1.25em;
	line-height: 1.7;
}
.bgbox-pennhip .big_ao{
	margin-bottom: .5em;
}

.pennhip-flex {
	margin-top: 2em;
}
.pennhip-flex .clm3-item{
	text-align: center;
}
.pennhip-flex .clm3-item{
	width: 33%;
}
.pennhip-flex .clm3-item img{
	height: 130px;
}
.pennhip-flex .clm3-item .modal-window img {
	height: auto;
}

	@media screen and (max-width: 666px) {
			.pennhip-flex .clm3-item img{
				height: auto;
			}
			.pennhip-flex .clm3-item:nth-child(1){
				width: 100%;
				margin: 0 auto 1em;
			}
			.pennhip-flex .clm3-item:nth-child(1) img{
				width: 48%;
			}
			.pennhip-flex .clm3-item:nth-child(2),
			.pennhip-flex .clm3-item:nth-child(3){
				width: 48%;
			}
	}
.xrey-list{
	margin-top: 3em;
}
.xrey-list li{
	padding: 2em 0;
	border-top: 1px solid #a9ccde;
	position: relative;
}
.xrey-list li:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #a9ccde;
}
.xrey-list .xrey-item{
	width: 48%;
}
	@media screen and (max-width: 666px) {
		.xrey-list .xrey-item{
			width: 100%;
		}
		.xrey-list .xrey-item:nth-child(even){
			margin-top: 1em;
		}
	}

.xrey-list li:last-child{
	position: static;
	padding-bottom: 0;
}


.flow-hd-table {
	width: 100%;
	border: 1px solid #dedede;
	border-bottom: none;
	margin-top: 1.25em;
	bottom: .5em;
	font-size: .93em;
	line-height: 1.6;
}
	@media screen and (max-width: 666px) {
		.flow-hd-table{
			font-size: .86em;
		}
	}

.flow-hd-table tr:first-child th,
.flow-hd-table tr:first-child td{
	background: #a9ccde;
	padding: .25em .5em;
	text-align: center;
	font-size: 0.86em;
	font-weight: bold;
}
.flow-hd-table th{
	width: 34%;
	background: #e5eff5;
	border-bottom: 1px solid #ccc;
	padding: 1em .75em;
	text-align: left;
}
.flow-hd-table td{
	width: 33%;
	border-bottom: 1px solid #ccc;
	padding: 1em .75em;
	border-left: 1px solid #ccc;
}

.flow-hd-table th .small{
	font-size: .92em;
	margin-bottom: .25em;
	color: #124368;
}

.flow-hd-table th a{
	font-size: .92em;
	position: relative;
	padding-left: 1em;
	color: #124368;
	text-decoration: underline;
	font-weight: bold;
}
.flow-hd-table th a:before{
	position: absolute;
	top:0;
	left: 0;
	content: '';
	margin-top: 5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #124368;
}
.flow-hd-table th span{
	position: relative;
	color: #124368;
	font-weight: bold;
}

/*=====================================
vol5 alc
=====================================*/
.checklistbox li{
	padding: .25em 0;
	color: #000;
}
.checklistbox li span{
	position:relative;
	padding-left: 2em;
}
.checklistbox li span:before,
.checklistbox li span:after{
	content:"";
	display:block;
	position:absolute;
}
.checklistbox li span:before{
	width:1em;
	height:1em;
	background:#fff;
	border:1px solid #000;
	left:0;
	top:.15em;
}
.checklistbox li span:after{
	border-left:3px solid #124368;
	border-bottom:3px solid #124368;
	width:1em;
	height:.5em;
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
	left:0;
	top:.15em;
}

.qustion-mark{
	position: relative;
	padding-left: 2.75em;
	font-weight: bold;
	color: #124368;
	line-height: 1.4;
}
.qustion-mark:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "Q";
	width: 2em;
	height: 2em;
	line-height: 2em;
	background: #124368;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.answer-mark{
	position: relative;
	padding-left: 2.75em;
	margin-top: 1em;
}
.answer-mark:before{
	position: absolute;
	top: 0;
	left: 0;
	content: "A";
	width: 2em;
	height: 2em;
	line-height: 2em;
	background: #4a83ad;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	font-weight: bold;

}
.clm2_thumb2_blog:nth-child(odd){
	width: 45%;
}
.clm2_thumb2_blog:nth-child(even){
	width: 50%;
}
	@media screen and (max-width: 567px) {
		.clm2_thumb2_blog:nth-child(odd),
		.clm2_thumb2_blog:nth-child(even){
			width: 100%;
			margin-bottom: 1.5em;
		}
		
	}