@charset "utf-8";

body{
	color: #333;
	margin: 0px;
	padding: 0px;
	font:1em verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	background:#F5F5DF;
}

h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
ul.komoku,ul.sankaku{
	color:#6A6A6A;
    font-size:1em;
}
ul.komoku li::before,ul.sankaku li::before {
  position: relative;
  display: inline-block; 
  width: 21px;
  height: 21px; 
/*  content: '■';*/
	color:#6A6A6A;
}
ul.komoku li::before{
	content: '■';
}
ul.sankaku li::before{
	content: '▶';
}

ul.komoku li{
    margin-left:0px;
	margin-top:20px;
}

ul.komoku_sub{
	left:-18px;
	color:#6A6A6A;
}
ul.komoku_sub li::before {
  position: relative;
  display: inline-block; 
  width: 21px;
  content: '●';
	color:#6A6A6A;
}
ul.komoku_sub li{
    margin-left:20px;
	margin-top:5px;
}
p.komoku_sub{
	margin-left:50px;
	margin-bottom:10px;
	color:#6A6A6A;
}
ul.chui{
	color:#6A6A6A;
}
ul.chui li{
	margin-left:50px;
}
ul.chui li::before{
  position: relativ7e;
  display: inline-block; 
  width: 21px;
  content: '※';
	color:#6A6A6A;
}
ul.chui li.red{
	color:red;	
}
ul.chui li.red::before{
  position: relativ7e;
  display: inline-block; 
  width: 21px;
  content: '※';
	color:red;
}
ul.sankaku{
	color:#6A6A6A;
    font-size:1em;
	margin-left:20px;
}
ul.sankaku li::before {
  position: relativ7e;
  display: inline-block; 
  width: 21px;
  height: 21px; 
  content: '▶';
	color:#6A6A6A;
}

ul.sankaku li{
    margin-left:0px;
	margin-top:20px;
}
img {
	border: none;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

a {
	color:#0207F9;
}
a:hover {
	color: #C30000;
	text-decoration: none;
}
.clear {
	clear: both;
}

/*wrapper-----------------------------------------------------------------*/
#wrapper	{
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

/*container-----------------------------------------------------------------*/
#container {
	text-align: left;
	width: 700px;
	background:#fff;
	padding:10px 25px;
	margin-left: auto;
	margin-right: auto;
}
/*header------------------------------------------------------------------*/
#header {
}
#header #release{
	text-align: right;
}
#header #logo{
	border: none;
	float:left;
}

/*コンテンツ------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}
#title{
	border-bottom:#1C3CF9 solid 2px;
	padding-top:20px;
	padding-bottom:5px;
}
#title h1 {
	font-size: 1.3em;
	font-weight:bold;
	text-align: center;
	width: 100%;
	line-height:1.5;
}

/*main-------------------------------------------------------*/
#main {
	margin:0 auto;
	padding-top:25px;
	width: 100%;
}

#main h1 {
	font-size: 1.3em;
	font-weight:bold;
	text-align: center;
	width: 100%;
	line-height: 20px;
	padding:25px 0;
	background:#FAF5CB;
}
#main .imgbox{
	text-align: center;
	margin:15px;
}
#main .imgbox .image{
	float:left;
	margin:15px 0px;
	font-size:12px;
}
.toi{
	margin-top:25px;
	padding:25px;
	border:#1C3CF9 solid 2px;
	background:#fff;
	border-radius: 20px;
	width:auto;
}
.toi h3{
	border-left:solid 8px red;
	padding-left:10px;
	margin-bottom:15px;
	line-height: 1em;
}
.toi p{
	margin:0 10px;
}
.button{
	width:160px;
	margin:5px;
	display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #FFF;
  background-image: linear-gradient(#6795fd 0%, #67ceff 100%);
  transition: .4s;
	text-align: center;
}

.button:hover {
  background-image: linear-gradient(#6795fd 0%, #67ceff 70%);
}

/*ブロック設定*/
#main dl{
}
/*ブロックタイトル*/
#main dt {
	font-weight: bold;
	float: left;
	width: 8em;
}
/*ブロック記述*/
#main dd {
	border-bottom: 1px solid #d2d2d2;
	padding-left: 10em;
}

#main .toi{
	background:#F5F5DF;
	margin:10px;
	padding-top:10px;
	padding-bottom:10px;
}
.box{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
	overflow-wrap:normal;
}
.box:before, .box:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box:before {left: 10px;}
.box:after {right: 10px;}
.box p {
    margin: 0; 
    padding: 0;
}
.box h1{
}
.box ul li{
	font-weight: bolder;
	border-left:#1C3CF9 groove;
	padding-left:5px;
}
.box ul p{
	margin-left:20px;
	font-weight: normal;
	margin-bottom:10px;
}
#footer{
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #122F8D;
	height:50px;
	width:100%;
	float:left;
}
#footer a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer_area{
	width:100%;
	float:left;
}
#footer_area a {
	text-decoration: none;
}
#footer01{
	color: #333;
	background: #eee;
	height:50px;
	padding-bottom:65px;
}
#footer01 .toiarea{
	text-align: left;
	width:700px;
	margin:0 auto;
	padding:10px 25px;
}
#footer01 .toiarea h1{
	font-weight: bolder;
	border-left:#1C3CF9 groove;
	font-size:15px;
	margin-left:-5px;
	padding-left:5px;
}
#footer01 .toiarea p{
	margin-left:25px;
}
#footer01 a {
	color: #333;
}

#footer02{
	text-align: center;
	color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #122F8D;
	height:50px;
	width:100%;
	float:left;
}
#footer02 a {
	color: #FFFFFF;
}
/*スマホ対応*/
@media screen and (max-width : 480px){
#container {
	width: 90%;
	}
.imgbox img{
	width:90%;
	height: auto;
	}
#main dt {
	font-weight: bold;
	float: left;
	width: 100%;
	background: gray;
	color: white;
}
#main dd {
	border-bottom: none;
	width:100%;
	float: left;;
	padding-left: 0;
	margin-bottom: 10px;
}
}
	.
}/*ここまでがスマホ対応*/
