@charset "utf-8";
/****************/
/*    メイン    */
/****************/
#id_main >h2 {
    margin: 0px 0px 20px;
}
#id_main >h3 {
    margin: 20px 0px 10px;
}
#id_main >div,
#id_main >h4 {
    margin: 30px 20px 20px;
}
#id_main >h5{
    margin: 20px 20px 0px;
}
#id_main h6 {
    margin: 20px 0 0px;
}
#id_main >p,
#id_main >ul,
#id_main >hr {
    margin: 0px 20px 20px;
}
/*------------*/
/*  大見出し  */
/*------------*/
.cs_daimidashi {
    padding: 9px 10px 5px;
    font-size: xx-large;
    border-radius: 3px;
    box-sizing: border-box;
}
/*------------*/
/*  中見出し  */
/*------------*/
/*交差線*/
.cs_nakamidashi span {
  position: relative;
  padding: 0.25em 1em 0.00em;
  font-size: x-large;
}
.cs_nakamidashi span:before, .cs_nakamidashi span:after {
  content: '';
  position: absolute;
  top: -10px;
  width: 5px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
}
.cs_nakamidashi span:before {
  left: 10px;
}
.cs_nakamidashi span:after {
  right: 10px;
}
/*円形
.cs_nakamidashi {
    margin-bottom: 20px !important;
}
.cs_nakamidashi span {
    padding: 10px 20px;
    font-size: x-large;
    border-radius: 25px;
    text-shadow: 
        white 2px 0px,  white -2px 0px,
        white 0px -2px, white 0px 2px,
        white 2px 2px , white -2px 2px,
        white 2px -2px, white -2px -2px,
        white 1px 2px,  white -1px 2px,
        white 1px -2px, white -1px -2px,
        white 2px 1px,  white -2px 1px,
        white 2px -1px, white -2px -1px;
    box-sizing: border-box;
    letter-spacing: 5px;
}
*/
/*------------*/
/*  小見出し  */
/*------------*/
.cs_shoumidashi {
    background-image: url(../images/icon.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding-left:25px;
    padding-top: 3px;
    padding-bottom: 2px;
}
.cs_shoumidashi span {
    font-size: x-large;
}
.cs_shoumidashi2 {
    height: 40px;
}
.cs_shoumidashi2 span {
    font-size: x-large;
}
/*------------*/
/* 見出し画像 */
/*------------*/
.cs_midashiimg {
    background-position: center center;
    text-shadow: 
        white 2px 0px,  white -2px 0px,
        white 0px -2px, white 0px 2px,
        white 2px 2px , white -2px 2px,
        white 2px -2px, white -2px -2px,
        white 1px 2px,  white -1px 2px,
        white 1px -2px, white -1px -2px,
        white 2px 1px,  white -2px 1px,
        white 2px -1px, white -2px -1px;
    padding: 10px;
    box-sizing: border-box;
    height: 200px;
}
@media (max-width: 479px){
.cs_midashiimg {
    background-size:cover;  
}
}
.cs_midashiimg_border {
    display: block;
    position: relative;
    border: solid 1px white;
    height: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.cs_midashiimg_title {
    display: block;
    position: absolute;
    top: 5px;
    left: 10px;
}
@media (min-width: 480px){
.cs_midashiimg_text {
    display: block;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: large;
    font-weight: normal;
}
}
@media (max-width: 479px){
.cs_midashiimg_text {
    display: none;
}
}
/*----------------------*/
/*行テキスト、段テキスト*/
/*----------------------*/
.cs_text {
    line-height: 1.7;
    font-size: large;
}
u {
    text-decoration: none;
}
/*------------*/
/* 右テキスト */
/*------------*/
.cs_right_text {
    text-align: right;
}
/*------------*/
/* 中テキスト */
/*------------*/
.cs_center_text {
    text-align: center;
}
/*----------------------------*/
/* 画像テキスト、テキスト画像 */
/*----------------------------*/
.pb_image_text table,
.pb_text_image table {
    border-collapse: collapse;
    border: none !important;
}
.pb_image_text h6,
.pb_text_image h6 {
	font-size: x-large;
	font-weight: 800;
	margin-bottom: 10px;

    background-image: url(../images/icon.png);
    background-repeat:no-repeat;
    background-position: left top;
    padding-left:25px;
    padding-top: 3px;
    padding-bottom: 2px;
}
.pb_image_text table,
.pb_text_image table {
	border: solid 1px #CCC;
	display: block;
}
@media (min-width:400px) {
.pb_image_text table,
.pb_text_image table {
	height: auto;
}

.pb_image_text table {
	float: left;
	margin-right: 20px;
}
.pb_text_image table {
	float: right;
	margin-left: 20px;
}
.pb_image_text:after,
.pb_text_image:after {
	content: "";
	display: block;
	clear: both;
}
}
@media (max-width:399px) {
.pb_image_text table,
.pb_text_image table {
	box-sizing: border-box;
	width: 100%;
	height: auto;
	border: solid 1px #CCC;
}
.pb_image_text img,
.pb_text_image img {
	width: 100%;
}
.pb_image_text table,
.pb_text_image table {
	margin-left: auto;
	margin-right: auto;
}
}
/*------------*/
/* メイン画像 */
/*------------*/
.cs_main_img table {
    border-collapse: collapse;
}
.cs_main_img table tr th{
    text-align: center;
}
@media (min-width: 800px){
.cs_main_img table{
    width: 800px;
    margin: 0 auto;
}
}
@media (max-width: 799px){
.cs_main_img table{
    width: 100%;
}
.cs_main_img table img{
    width: 100%;
}
}
/*------------*/
/* 画像リスト */
/*------------*/
.cs_img_list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.cs_img_list li {
    width: 280px;
    word-break: break-all;
    /*text-align: center;*/
}
.cs_img_list table{
    border-collapse: collapse;
    width: 100%;
}
.cs_img_list table tr th{
    padding-top: 5px;
    text-align: center;
}
@media (min-width: 420px){
.cs_img_list li {
    margin-right: 20px;
}
}
.cs_img_list li:last-of-type {
    margin-right: 0px;
}
.cs_img_list li img {
    width: 280px;
    height: 210px;
    object-fit: cover;
}
.cs_img_list li table tr td div {
    display: inline-block;
    position: relative;
    z-index: 0;
}
.cs_img_list li table tr td div:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    transform: rotate(3deg);
    background: #fff;
    z-index: -1;
}
/*--------------------*/
/*リンク、添付ファイル*/
/*--------------------*/
.cs_link,
.cs_file {
    box-sizing: border-box;
    font-size: small;
}
.cs_link a,
.cs_file a {
    font-size: large;
}
.cs_link a:link,
.cs_file a:link,
.cs_link a:visited,
.cs_file a:visited {
    color: blue;
}
.cs_file span {
    padding: 0 5px;
    font-size: small;
    width: 40px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    font-family: "メイリオ", Meiryo, sans-serif;
    box-sizing: border-box;
}
.cs_pdf  {border: solid 1px black;color:#fff;background-color: red;}
.cs_doc  {border: solid 1px black;color:#fff;background-color: blue;}
.cs_docx {border: solid 1px black;color:#fff;background-color: blue;}
.cs_xls  {border: solid 1px black;color:#fff;background-color: green;}
.cs_xlsx {border: solid 1px black;color:#fff;background-color: green;}
.cs_csv  {border: solid 1px black;color:#fff;background-color: green;}
.cs_ppt  {border: solid 1px black;color:#fff;background-color: orange;}
.cs_pptx {border: solid 1px black;color:#fff;background-color: orange;}
.cs_png  {border: solid 1px black;color:#fff;background-color: gray;}
.cs_jpeg {border: solid 1px black;color:#fff;background-color: gray;}
.cs_gif  {border: solid 1px black;color:#fff;background-color: gray;}
.cs_jpg  {border: solid 1px black;color:#fff;background-color: gray;}
.cs_bmp  {border: solid 1px black;color:#fff;background-color: gray;}
.cs_txt  {border: solid 1px black;color:#fff;background-color: gray;}
.cs_url  {border: solid 1px #9bd;color:#139;background-color: #eef;}
.cs_rtf  {border: solid 1px black;color:black;background-color: #fff;}
.cs_zip  {border: solid 1px black;color:black;background-color: #fff;}
.cs_mp4  {border: solid 1px black;color:black;background-color: #E6B422;}
/*--------------*/
/*埋め込みコード*/
/*--------------*/
.cs_code {
    text-align: center;
}
@media (max-width: 414px){
.cs_code iframe {
    width: 95% !important;
}
}
/*------------*/
/*     表     */
/*------------*/
.cs_table table {
    border-collapse: collapse;
    /*margin: 0 auto;*/
}
.cs_table table tr th,
.cs_table table tr td {
    padding: 20px;
    box-sizing: border-box;
    font-size: medium;
}
.cs_table table tr th {
    overflow-wrap: break-word;
    word-wrap: break-word;
}
/*------------*/
/*    動画    */
/*------------*/
.cs_video {
    text-align: center;
}
@media (min-width: 415px){
.cs_video video{
    width: 400px;
}
}
@media (max-width: 414px){
.cs_video video{
    width: 280px;
}
}
/*------------*/
/*  仕切り線  */
/*------------*/
.cs_hr {
    text-align: center;
}
.cs_hr p {
    padding: 50px 0;
}
.cs_hr p a {
    display: block;
    width: 200px;
    border: solid 1px black;
    text-align: center;
    text-decoration: none;
    padding: 15px 30px;
    box-shadow: 5px 5px;
}
@media (min-width: 960px){
.cs_hr p {
    height: 50px;
    position: relative;
}
.cs_hr p a {
    position: absolute;
    top: 30px;
    left: 340px;
}
.cs_hr p a:hover {
    box-shadow: 0px 0px;
    top: 35px;
    left: 345px;
    transition: 0.1s;
}
}
@media (max-width: 959px){
.cs_hr p a {
    margin: auto;
}
}
