@charset "shift_jis";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.0.0/dist/css/yakuhanjp_s.min.css');

/* ========== ========== ==========
	Config
========== ========== ========== */

#logo70_wrap *, 
#logo70_wrap *:before, 
#logo70_wrap *:after {
	box-sizing: border-box;
	/* transition: 0.2s; */
}

#logo70_wrap h1, #logo70_wrap h2, 
#logo70_wrap h3, #logo70_wrap h4,
#logo70_wrap h5, #logo70_wrap h6,
#logo70_wrap p {
	margin: 0;
	padding: 0;
}

#logo70_wrap, #logo70_wrap p, #logo70_wrap a, #logo70_wrap td {
	font-family: YakuHanJPs, 'Noto Sans JP', "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.75;
}
#logo70_wrap ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#logo70_wrap img {
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: bottom;
	margin-bottom:1em;
}

#logo70_wrap a,
#logo70_wrap a:hover {
    text-decoration: none;
	transition: 0.2s;
}

#logo70_wrap a:hover,
#logo70_wrap a:hover > img {
	opacity: 0.5;
}

#logo70_wrap strong {
	font-size: inherit;
	font-weight: bold;
}

#logo70_wrap span {
	display: inline-block;
	font-size: inherit;
	font-weight: inherit;
}

.float_box { width: 100%; }
.fl { float: left; }
.fr { float: right; }

.clear { 
	clear: both;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

/* ---------- ---------- ---------- */

.l { text-align: left; }
.c { text-align: center; }
.r { text-align: right; }

/* .tec16-mainframe-header_bread-list {
    display: none;
} */
.tec16-scroll-to-top > a {
    z-index: 9999;
}


@media only screen and (max-width: 1000px) {
	#logo70_wrap, #logo70_wrap p, #logo70_wrap a, #logo70_wrap td {
		font-size: 14px;
	}
}
@media only screen and (max-width: 480px) {
	#logo70_wrap, #logo70_wrap p, #logo70_wrap a, #logo70_wrap td {
		font-size: 3.2vw;
	}
}

body {
    margin: 0;
    padding: 0;
}



/* ========== ========== ==========
	#logo70_wrap
========== ========== ========== */

#logo70_wrap {
    width: 1000px;
    margin: 2em auto 0;
	margin-bottom:10em;
}

@media only screen and (max-width: 720px) {
	#logo70_wrap {
		width: 90%;
		margin: 2em auto 0;
		margin-bottom:10em;
	}
}








/* ========== ========== ==========
	#logo70_main
========== ========== ========== */

#logo70_main > section {
    margin-top: 4em;
}
#logo70_main > section > h2 {
	margin-bottom: 1em;
	/*background: url(../images/bg_h2.gif) left center no-repeat;*/
	border-bottom: 2px solid #222222;
	font-size: 1.75em;
	font-weight:800;
}
#logo70_main > section > h3 {
	margin-bottom: 1em;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;
}

#logo70_main > section > h3 > span {
	width:100%;
	margin-bottom: 2em;
	/*background: url(../images/bg_h2.gif) left center no-repeat;*/
	border-bottom: 1px solid #222222;
	text-align:left;
	font-weight:100;
}

/*#logo70_main > section > h3 > span {
	border-bottom: 1px solid #999;    /* Color */
	/*color: #222;    /* Color */
/*}*/
#logo70_main > section > .lede {
	margin-bottom: 1.5em;
	font-weight: bold;
}


@media only screen and (max-width: 1000px) {
    #logo70_main {
        padding: 0 10px;
    }
    #logo70_main > section > h2 {
        font-size: 1.25em;
    }
    #logo70_main > section > h3 {
        font-size: 1.25em;
    }
}
@media only screen and (max-width: 720px) {
    #logo70_main > section {
        margin-top: 2em;
  
	}
}


/* ========== ========== ==========
	#content00
========== ========== ========== */

#content00 .btn_wrap {
    display: flex;
    justify-content: space-between;
}
#content00 .btn_wrap .btn {
    width: 49%;
    padding: 1em;
    border: 1px solid #666666;
	background-color:#002060;
}
#content00 .btn_wrap .btn .ttl {
	margin-bottom: 0.5em;
    border-bottom: 1px solid #fff;
    font-size: 1em;
	color:#fff;
    font-weight: 500;
    position: relative;
    z-index: 1;
}

#content00 .btn_wrap .btn .txt {
	color:#fff;
}
#content00 .btn_wrap a.btn .ttl:after {
    content: "";
    width: 12px;
    height: 12px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    right: 0.5em;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%) rotate(45deg);
}
@media only screen and (max-width: 720px) {
    #content00 .btn_wrap {
        flex-wrap: wrap;
    }
    #content00 .btn_wrap .btn {
        width: 98%;
    }
    #content00 .btn_wrap .btn.new {
        margin-bottom: 1em;
    }
    #content00 .btn_wrap .btn .ttl:after {
        width: 8px;
        height: 8px;
    }
}



/* ========== ========== ==========
	#content_information
========== ========== ========== */

#content_information .flex_box{
    display: flex;
    margin-bottom: 2em;
    border: 2px solid #666666;
}
#content_information .flex_box .inner{
    width: 100%;
    padding: 1.5em;
}
#content_information .flex_box .inner p {
    margin-bottom: 1em;
}


@media only screen and (max-width: 720px) {
	#content_information .flex_box{
		width:98%;
		margin-bottom: 2em;
		border: 2px solid #666666;
		font-size:18px;
}
#content_information .flex_box .inner{
    width: 98%;
    padding: 1.5em;
}
#content_information .flex_box .inner p {
    margin-bottom: 1em;
}
}

/* ========== ========== ==========
	#content_logo70
========== ========== ========== */

#content_logo70 #logo70_inner {
	display: flex;
	justify-content: space-between;
}
#content_logo70 #logo70_inner .item {
	width: 30%;
	border-radius: 1em;
	overflow: hidden;
	transition: 0.2s;
}




/* ========== ========== ==========
	#content_logo70
========== ========== ========== */

#content_logo70 #logo70_inner {
	display: flex;
	justify-content: space-between;
}
#content_logo70 #logo70_inner .item {
	width: 30%;
	border-radius: 1em;
	overflow: hidden;
	transition: 0.2s;
}




