@charset "utf-8";
/* RESET ------------------------------------------------------------------------ */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, li {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
*, *::before, *::after {
  box-sizing: border-box;
}
input, textarea, select {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}
input[type="submit"], input[type="button"], input[type="search"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="search"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus, input[type="search"]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
button, input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
input[type="radio"] {}
input[type="radio"]:checked + label {}
/* BASIC LINK COLOR ------------------------------------------------------------------ */
a:link {
	color: inherit;
	text-decoration: inherit;
}
a:visited {
	color: inherit;
	text-decoration: inherit;
}
a:hover {
	color: inherit;
	text-decoration: inherit;
}
a:active {
	color: inherit;
	text-decoration: inherit;
}



/* BODY CONFIG ------------------------------------------------------------------ */
body {
	background-color: #F2F2F2;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  line-height: 2;
}
@media print, screen and (min-width:751px) {
  body {
    font-size: 16px;
  }
	
	#wrapper{
		background-color: #FFF;
		box-shadow: 0 5px 15px rgba(0,0,0,.39);
		margin: 0 auto;
		max-width: 1200px;
	}
}
@media screen and (max-width: 750px) {
  body {
    font-size: 15px;
  }
	#wrapper{
		background-color: #FFF;
	}
}


/* HEADER ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
	#oe_header_area{
		background-color: #083680;
		box-shadow: 0 5px 15px -5px rgba(0,0,0,.39);
		color: #FFF;
		margin: 0 auto;
		max-width: 1200px;
	}
	#oe_header_area img{
		height: auto;
		width: 100%;
		vertical-align: bottom;
	}
	.oe_header_title_wrap{
		margin: 0 auto;
		padding: 40px 20px;
		max-width: 1010px;
		position: relative;
	}
	.oe_header_title_sub{
		font-size: 18px;
		font-weight: bold;
	}
	.oe_header_title{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.oe_header_title_main{
		font-size: 45px;
		font-weight: bold;
		line-height: 1.5;
	}
	.oe_header_title p{
		font-size: 35px;
		line-height: 1.5;
	}
	.oe_header_title_exp{
		border-top: 1px solid #FFF;
		padding-top: 10px;
		margin-top: 10px;
		font-size: 18px;
	}
	.exp_link{
		display: inline-block;
		color: #000;
		border: 1px solid #000;
		font-size: 12px;
		line-height: 1;
		padding: 5px;
		position: absolute;
		right: 0;
		bottom: -40px;
	}
}
@media screen and (max-width: 750px) {
	#oe_header_area{
		background-color: #083680;
		box-shadow: 0 5px 15px -5px rgba(0,0,0,.39);
		color: #FFF;
	}
	#oe_header_area img{
		height: auto;
		width: 100%;
		vertical-align: bottom;
	}
	.oe_header_title_wrap{
		margin: 0 auto;
		padding: 40px 30px;
		position: relative;
	}
	.oe_header_title_sub{
		font-size: 15px;
		font-weight: bold;
	}
	.oe_header_title{
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}
	.oe_header_title_main{
		font-size: 25px;
		font-weight: bold;
		line-height: 1.5;
	}
	.oe_header_title p{
		font-size: 18px;
		line-height: 1.5;
	}
	.oe_header_title_exp{
		border-top: 1px solid #FFF;
		padding-top: 10px;
		margin-top: 10px;
		font-size: 15px;
	}
	.exp_link{
		display: block;
		color: #000;
		border: 1px solid #000;
		font-size: 12px;
		line-height: 1;
		text-align: center;
		padding: 5px;
		width: 90%;
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		bottom: -35px;
	}
}

/* FOOTER ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
	#oe_footer_area{
		background-color: #FFF;
		box-shadow: 0 5px 15px -15px rgba(0,0,0,.39);
		margin: 0 auto;
		padding: 25px 0 195px;
		max-width: 1200px;
	}
	#oe_footer_area small{
		font-size: 14px;
		display: block;
		text-align: center;
	}
}
@media screen and (max-width: 750px) {
	#oe_footer_area{
		background-color: #FFF;
		box-shadow: 0 5px 15px -15px rgba(0,0,0,.39);
		margin: 0 auto;
		padding: 25px 0 50px;
	}
	#oe_footer_area small{
		font-size: 12px;
		display: block;
		text-align: center;
	}
}



/* PARTS ------------------------------------------------------------------ */
@media print, screen and (min-width:751px) {
	.item_list_wrap{
		background-color: #FFF;
		box-shadow: 0 5px 15px -5px rgba(0,0,0,.39);
		margin: 0 auto;
		max-width: 1200px;
	}
	.item_list_wrap .item:nth-child(odd){
		background-color: #E1E6ED;
	}
	.item_list_wrap .item:nth-child(even){
		background-color: #F0F2F6;
	}
	.item_inner{
		display: flex;
		justify-content: space-between;
		margin: 0 auto;
		padding: 40px 20px;
		max-width: 1010px;
	}
	.item_image{
		text-align: center;
		width: 186px;
	}
	.item_image img{
		height: 100%;
		width: auto;
		max-height: 140px;
	}
	.item_detail{
		width: calc(100% - 226px);
	}
	.item_title{
		color: #083680;
		font-size: 22px;
		line-height: 1.5;
	}
	.item_exp{
		font-size: 14px;
		margin-top: 10px;
	}
	.item_contents{
		margin-top: 10px;
	}
	
	.item_pdf b{
		background-color: #838487;
		font-size: 12px;
		line-height: 1;
		color: #FFF;
		display: inline-block;
		padding-left: 10px;
		margin-right: 10px;
	}
	.item_pdf b span{
		background-color: #48484A;
		display: inline-block;
		padding: 5px 10px;
		margin-left: 10px;
	}
	.item_pdf a b{
		transition: .3s;
	}
	.item_pdf a:hover b{
		opacity: .6;
	}
	.item_profile{
		font-size: 18px;
		line-height: 1.38;
		margin-top: 15px;
	}
	.item_profile_url{
		background: url("../img/oe/ic_arrow.png") left center no-repeat;
		background-size: 6px auto;
		font-size: 12px;
		margin-top: 10px;
		padding-left: 13px;
		word-break: break-all;
	}
	.item_profile a,
	.item_profile_url a{
		color: #083680;
		text-decoration: underline;
		transition: .3s;
	}
	.item_profile a:hover,
	.item_profile_url a:hover{
		color: #0E51BE;
		text-decoration: none;
	}
	
	.item_detail_wrap{
		background-color: #FFF;
		box-shadow: 0 5px 15px -5px rgba(0,0,0,.39);
		margin: 0 auto;
		padding-bottom: 80px;
		max-width: 1200px;
	}
	.item_detail_wrap .item_inner{
		padding-bottom: 0;
	}
	.item_detail_wrap .item_title{
		font-size: 30px;
	}
	.item_movie{
		margin: 0 auto;
		padding: 40px 20px;
		max-width: 1010px;
	}
	.item_movie h2{
		color: #083680;
		font-size: 22px;
		text-align: center;
	}
	.movie_wrap {
		margin-top: 20px;
	  position: relative;
	  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	  height: 0;
	  overflow: hidden;
	}
	.movie_wrap iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
}
@media screen and (max-width: 750px) {
	.item_list_wrap{
		background-color: #FFF;
		box-shadow: 0 5px 15px -5px rgba(0,0,0,.39);
	}
	.item_list_wrap .item:nth-child(odd){
		background-color: #E1E6ED;
	}
	.item_list_wrap .item:nth-child(even){
		background-color: #F0F2F6;
	}
	.item_inner{
		padding: 40px 20px;
	}
	.item_image{
		text-align: center;
	}
	.item_image img{
		height: auto;
		max-width: 100%;
	}
	.item_detail{
		margin-top: 20px;
	}
	.item_title{
		color: #083680;
		font-size: 22px;
		line-height: 1.5;
	}
	.item_exp{
		font-size: 14px;
		margin-top: 10px;
	}
	.item_contents{
		margin-top: 10px;
	}
	.item_pdf b{
		background-color: #838487;
		font-size: 12px;
		line-height: 1;
		color: #FFF;
		display: inline-block;
		padding-left: 10px;
		margin-right: 10px;
	}
	.item_pdf b span{
		background-color: #48484A;
		display: inline-block;
		padding: 5px 10px;
		margin-left: 10px;
	}
	.item_pdf a b{
		transition: .3s;
	}
	.item_pdf a:hover b{
		opacity: .6;
	}
	.item_profile{
		font-size: 18px;
		line-height: 1.38;
		margin-top: 15px;
	}
	.item_profile_url{
		background: url("../img/oe/ic_arrow.png") left center no-repeat;
		background-size: 6px auto;
		font-size: 12px;
		margin-top: 10px;
		padding-left: 13px;
		word-break: break-all;
	}
	.item_profile a,
	.item_profile_url a{
		color: #083680;
		text-decoration: underline;
		transition: .3s;
	}
	.item_profile a:hover,
	.item_profile_url a:hover{
		color: #0E51BE;
		text-decoration: none;
	}
	
	.item_detail_wrap{
		background-color: #FFF;
		padding-bottom: 40px;
	}
	.item_detail_wrap .item_title{
		margin-bottom: 30px;
	}
	.item_movie{
		padding: 20px;
	}
	.item_movie h2{
		color: #083680;
		font-size: 22px;
	}
	.movie_wrap {
		margin-top: 20px;
	  position: relative;
	  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	  height: 0;
	  overflow: hidden;
	}
	.movie_wrap iframe {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
}


a.btn_back{
	background-color: #083680;
	color: #FFF;
	display: block;
	margin: 30px auto 0;
	padding: 10px;
	text-align: center;
	width: 220px;
}