@charset "UTF-8";

/* 追加分 */
.content_inner{
 padding:0 15px;
}
#content a {
    text-decoration: none;
}
h3 {
    font-size: 1.8em;
    color: #005b9f;
    line-height: 1.5em;
    border-bottom: solid 3px #E1E2E1;
}
h5.square_title {
    font-size: 1.1em;
    padding: 0.7em 0 0.7em 0;
    border-left: 0px solid #217dbb;
	line-height: 2.0;
}
.top_space {
    margin-top: 10px;
}

@media (max-width: 768px) {
h3 {
    font-size: 1.5em;
    color: #005b9f;
    line-height: 1.5em;
    border-bottom: solid 3px #E1E2E1;
}
#content table.table01 thead th {
    font-size: 1em;
}
#content table.table01 tbody td {
    font-size: 1.1em;
}
}

/* ----------------------------------------
 * 囲み文字の基本形
 * --------------------------------------- */
.maru {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-flow: column; 
  vertical-align: top;
}
/* 円の大きさ */
.size_normal{
  width: 120px;
  height: 120px;
}
/* 四角の大きさ */
.content_inner .square {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  flex-flow: column; 
  vertical-align: top;
}
/* 文字の大きさ */
.letter3 {
  font-size: 1.0em;
  line-height: 1.0em;
}
/* 囲みと文字の色 */
.gray1 {
  color: #5F5F5F;
  border: 1px solid #5F5F5F;
  background: #fff;
}
.yellow1 {
  color: #C7B500;
  border: 1px solid #C7B500;
  background: #fff;
}
.purple1 {
  color: #8a2be2;
  border: 1px solid #8a2be2;
  background: #fff;
}
.blue1 {
  color: #fff;
  border: 1px solid #217dbb;
  background: #217dbb;
}
.pink1 {
  color: #E500B3;
  border: 1px solid #E500B3;
  background: #fff;
}
.green1 {
  color: #fff;
  border: 1px solid #008000;
  background: #008000;
}

/* ----------------------------------------
 * border　追加
 * --------------------------------------- */
.border_bottom_dot {
    border-bottom: 4px dotted #4E8AC9;
	margin-bottom: 20px;
	padding-bottom: 15px;
}


/** 00. module　追加
 **************************************************************** **/
.module {
	margin:5px 5px 10px;
	}
.module_inner {
	padding:10px 20px;
}
#content .module p{
	font-family: 'YakuHanJP' ,'M PLUS 1p', "Open Sans", "Helvetica Neue", Helvetica, "Arial","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "游ゴシック", YuGothic, sans-serif;
	margin: 0 0 5px;
	padding-bottom: 5px;
	line-height: 1.5;
}
#content .module .title {
	font-size: 1.1em;
	font-weight: 700;
	border-bottom: solid 1px #3498db;
	margin: 0 0 10px;
}

@media screen and (max-width: 767px){
	.module_inner {
	padding:10px 20px;
	}
}

/* 枠のradius指定 */
.module.r5 {
	border-radius: 5px;
}
.module.r6 {
	border-radius: 6px;
}
.module.r7 {
	border-radius: 7px;
}
.module.r8 {
	border-radius: 8px;
}
.module.r9 {
	border-radius: 9px;
}
.module.r10 {
	border-radius: 10px;
}



/* ----------------------------------------
 * 四角 list
 * ---------------------------------------- */

#content ul.list_square  {
	list-style: none;
	margin: 0;
	padding-left: 1em;
}
#content ul.list_square li{
	position: relative;
	padding-left: 0.4em;
	padding-bottom: 0.4em;
	line-height: 1.5;
	font-size: 0.9em;
}
#content ul.list_square li::before {
	font-family: 'Font Awesome 5 Free';
	content: "\f14a"; /* アイコンのunicode */
	font-weight: 600;
	position: absolute;
	color: #f44336;/* アイコンの色 */
	left: -0.8em; /* アイコンのスタート位置。左揃えの場合 ul のpadding-leftと同じ値 */
	top: -0.05em; /* アイコンの場所を変えたければ適宜変更 */
}


/* ----------------------------------------
 * 文字付囲み枠
 * ---------------------------------------- */

.box03 {
    position: relative;
    padding: 1.5em 1em;
    border: solid 3px #f44336;
    border-radius: 8px;
    margin: 5% 5%;
}

.box03.green_line {
    border: solid 3px #3B9720;
}
.box03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 18px;
    background: #FFF;
    color: #f44336;
    font-weight: bold;
}

.box03.green_line .box-title {
    color: #3B9720;
}
.box03 p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 768px) {
  .box03 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 5px;
    padding: 0 2px;
    margin: 0 5px;
    line-height: 1.5;
    font-size: 15px;
    background: #FFF;
    color: #f44336;
    font-weight: bold;
}
.box03 {
    position: relative;
    padding: 2em 1em;
    border: solid 3px #f44336;
    border-radius: 8px;
    margin: 5% 5%;
}
}
