﻿@charset "UTF-8";

body {
	font-family: "游明朝","Yu Mincho";
    margin:0;
    padding: 1em 1em;
    background-color: #ffffff;
    font-size: 18px;
    line-height: 1.2em
    }


p { line-height: 1.4em; 
    font-size: 18px;
    padding: 1em 1em }

table  {width:100%;
        border-collapse:collapse; 
        border:  1px sorid  #696969;
       font-size: 18px;
       line-height: 1.2em; 
       }



th,td  {padding: 0.5em 0.8em;
       border:  1px sorid  #696969
       }

/* font指定 */
span.f1 {font-size: 22px; font-family: "MS UI Gothic"; color:#800000;}
span.f2 {font-size: 22px; font-family: "MS UI Gothic"; color:#0000cd;}
span.f3 {font-size: 25px; font-family: "MS UI Gothic"; color:#800000;}
span.f4 {font-family: "MS UI Gothic";}
span.f5 {font-size: 16px;}
span.f6 {font-size: 20px;}
span.f7 {font-size: 24px; font-family: "MS UI Gothic"; color:#0000cd;}
span.f8 {font-size: 22px; font-family: "游明朝","Yu Mincho"; font-weight: bold;}
span.f9 {font-size: 16px;  color:#800000;}
span.f10 {font-size: 16px; font-family: "MS UI Gothic"; color:#800000;}
span.f11 {font-size: 18px; font-family: "MS UI Gothic"; color:#0000cd;}

/* box余白 */

.box1-1 {
    }

/* box設定 */

.box1-1 {color:#;
        padding-top: 6px;        
        height: 30px;
        }

.box1-2 {color:#;
       height: 30px;
       }

.box3 {
       padding-top: 6px;
	  line-height: 1.2em; 
      }
      
.box4 {
       padding-top: 22px;
	  line-height: 1.2em; 
      }

/* 説明 */

.setsumei 

h1 {
	padding: .5em .75em;
	background: #0000cd;
	line-height: 1.3em; 
	font-family: "MS UI Gothic";
	font-size: 28px;
	color: #fff;
}

.setsumei 

h2 {
	padding: .5em .75em;
	background: #008080;
	line-height: 1.3em; 
	font-family: "MS UI Gothic";
	font-size: 25px;
	color: #fff;
}


.setsumei 

h3 {
	position: relative;
	padding: .75em 1em .75em 1.5em;
	line-height: 1.3em; 
	font-size: 25px;
    background-color: #fffafa;
	font-family: "MS UI Gothic";
	border: 1px solid #ccc;
}

h3::after {
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #3498db;
	border-radius: 4px;
}


.setsumei p	{margin-top: 0;
	margin-bottom: 20px
	line-height: 1.2em; 
    font-size: 18px;
    padding: 0.5em 1em }

.setsumei img	{max-width: 100%;
    margin: 5px 7px;
	height: auto}

.setsumei table  {width:100%;
         border: 1px #c0c0c0 solid;
         border-radius: 7px;
         border-spacing: 0;
         border-collapse: separate;;
         background-color: #ffffff;
         font-size: 18px;
         line-height: 1.5em
         }

.setsumei table tr td {
        padding: 1em;
        border-left: 1px #c0c0c0 solid;
        border-top: 1px #c0c0c0 solid;
        }
.setsumei table tr td:first-child {
        border-left: none;
        }
        
.setsumei table tr:first-child td {
        border-top: none;
        }

/* メニュー */
            
.menu ul	{margin: 0;
	padding: 0;
	list-style: none}

.menu li a {display: block;
            margin-right: 3px;
            padding: 4px;
            background-color: #003366;
            color: #ffffff;
            font-family: "MS UI Gothic";
            font-size: 22px;
            text-align: center;
            text-decoration: none}

.menu li a:hover {background-color: #c0c0c0;
            color: #006400}

.menu ul:after	{content: "";
	display: block;
	clear: both}

.menu li	{float: left;
	width: 20%}


/* メニュー２ */
            
.menu2 ul   {margin: 0;
           padding: 1px;
           list-style: none}

.menu2 li a	{display: block;
	padding: 5px;
	border-bottom: dotted 2px #dddddd;
	background-color: #ffffff;
	font-family: "MS UI Gothic";
	color: #000000;
	font-size: 18px;
	text-decoration: none}

.menu2 li a:hover	{background-color: #eeeeee}

.menu2 h1 {margin-top: 0;
           margin-bottom: 10px;
           padding: 5px;
           background-color: #4169e1;
           color: #ffffff;
           font-size: 18px}
           
.menu2 i {margin-right: 7px;
            color: #0000cd}

/* サイドメニュー */
.sidemenu ul   {margin: 0;
           padding: 1px;
           list-style: none}

.sidemenu li a	{display: block;
	padding: 5px;
    border-bottom: dotted 2px #dddddd;
	color: #000000;
	font-size: 16px;
	text-decoration: none}

.sidemenu li a:hover	{background-color: #eeeeee}

.sidemenu h1 {margin-top: 0;
           margin-bottom: 10px;
           padding: 10px;
	       border: 2px solid #008000;
	       font-family: "MS UI Gothic";
           color: #008000;
           font-size: 15px}

.sidemenu i {margin-right: 5px;
            color: #0000cd}

/* パンくずリスト */
.bread    {margin-bottom: 20px}

.bread ol    {margin: 0;
    padding: 0;
    list-style: none}

.bread li a    {display: inline-block;
    padding: 5px;
    color: #008080;
    font-size: 16px;
    text-decoration: none}

.bread li a:hover    {background-color: #eeeeee}

.bread ol:after    {content: "";
    display: block;
    clear: both}

.bread li    {float: left;
    width: auto}

.bread li:after    {content: '\003e';
    margin-left: 10px;
    margin-right: 10px;
    color: #888888}

/* 各種メニュー */
.follow ul	{margin: 0;
	padding: 0;
	list-style: none;
	width: 100%}

.follow li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	font-family: "MS UI Gothic";
	color: #ffffff;
	font-size: 14px;
	text-decoration: none}

.follow li a:hover	{opacity: 0.8}

.follow-call  {background-color: #0000ff}
.follow-blog  {background-color: #000080}

.follow h1 {margin-top: 0;
           margin-bottom: 10px;
           padding: 5px;
           background-color: #a9a9a9;
           color: #ffffff;
           font-size: 15px}

.follow i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}

/* 申込みボタン */
.follow2 ul	{margin: 0;
	padding: 0;
	list-style: none;
	width: 100%}

.follow2 li a	{display: block;
	margin-bottom: 10px;
	padding: 10px;
	border-radius: 4px;
	font-family: "MS UI Gothic";
	color: #ffffff;
	font-size: 22px;
	text-decoration: none}

.follow2 li a:hover	{opacity: 0.8}

.follow2-jinji-moushikomi {background-color: #0000ff}
.follow2-call  {background-color: #0000ff}

.follow2 h1 {margin-top: 0;
           margin-bottom: 10px;
           border-bottom: dotted 2px #dddddd;
           color: #666666;
           font-size: 20px}

.follow2 i	{margin-right: 10px;
	font-size: 24px;
	vertical-align: middle}

/* タイトル（小見出し） */
.title {
      padding: 2px 5px;
      border-radius: 4px;
      background-color: #4682b4;
      font-size: 10px;
      color: #ffffff}

/* 人気 */
.ninki {display: inline-block;
      padding: 5px 10px;
      border-radius: 4px;
      background-color: #8b0000;
      font-size: 10px;
      color: #ffffff}
      

/* 続き */
.more {display: inline-block;
      padding: 5px 10px;
      border-radius: 4px;
      background-color: #4169e1;
      font-size: 10px;
      color: #ffffff}


/* 動画 */
.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* コピーライト */
.copyright p	{margin: 0;
	color: #666666;
	font-size: 14px}

/* 599px以下 */
@media (max-width: 599px) {

/* バッジ */
.badge	{-ms-transform: scale(0.5);
	-ms-transform-origin: right top;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: right top;
	transform: scale(0.7);
	transform-origin: right top;
	top: 10px;
	right: 60px}


/* 画像調整 */
.resizeimage img { width: 80%; }
	
}

/*  600px以上～767px以下  */
@media (min-width: 600px) and (max-width: 767px) {

}


/*768px以上*/
@media(min-width:768px){

/* レイアウト横幅固定 */

.box1, .box2, .boxA, .box5
      {width: 90%;
      margin-left: auto;
      margin-right: auto}

/*box指定*/

.box1:after {content:"";
            display:block;
            clear: both}

.box1-1      {float: left;
            width: 35%}
            
.box1-2      {float: right;
            width: 65%}

.boxA:after {content:"";
              display: block;
              clear: both}
              
.box3 {float: left;
      width: 75%}

.box4 {float: right;
      width: 23%}


}

