@media only screen and (min-width: 900px) {
.lp-wrap #main .article {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}
}


/* 行間調整 */
.entry-content p {
margin: 0 0 1.9em;
line-height: 1.95em;
}



.entry-content p,ul,ol {
font-size: 108%;
}




.pagination a, .pagination span{
padding: 7px 14px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
@media only screen and (max-width: 767px){
.pagination a, .pagination span{
padding: 8px 14px;
border-radius: 20px;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
}
}


/* --------- シンプルボックス --------- */
.custom-box1 {
    position: relative;
    margin: 2em 0;
    padding: .5em 4% 1.4em;
    background: #fffafa; /* ボックス背景色 */
    border: 1px solid #a9a9a9; /* 外枠の色 */
    border-radius: 8px;
}
.custom-box1-title {
    position: absolute;
    display: inline-block;
    padding: 0 9px;
    top: -13px;
    left: 20px;
    line-height: 1em;
    background: #fff; /* タイトル背景色 */
    color: #78b4ff; /* タイトル文字色 */
    font-size: 19px;
    font-weight: bold;
}
.custom-box1 p {
    margin-bottom: .8em;
}
.custom-box1 p:last-child {
    margin-bottom: 0;
}


/* ------- 質問 Q ------- */
.custom-box6 {
    position: relative;
    margin: 2em 0 2em 1.3em;
    padding: .5em 4% .5em 2.5em;
    background: #fafaff; /* ボックス背景色 */
    border-radius: 10px;
}
.custom-box6-label {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -20px;
    background: #1478e6; /* ラベル背景色 */
    color: #fff; /* ラベル文字色 */
    letter-spacing: 0.05em;
    font-size: 1.4em;
    font-weight: bold;
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.custom-box6 p {
    margin-bottom: .8em;
}
.custom-box6 p:last-child {
    margin-bottom: 0;
}


/* ------- 質問 A ------- */
.custom-box7 {
    position: relative;
    margin: 2em 0 2em 1.3em;
    padding: .5em 4% .5em 2.5em;
    background: #fffafa; /* ボックス背景色 */
    border-radius: 10px;
}
.custom-box7-label {
    position: absolute;
    display: inline-block;
    top: -1px;
    left: -20px;
    background: #e63c28; /* ラベル背景色 */
    color: #fff; /* ラベル文字色 */
    letter-spacing: 0.05em;
    font-size: 1.4em;
    font-weight: bold;
    width: 45px;
    height: 45px;
    line-height: 45px;
    vertical-align: middle;
    text-align: center;
    border-radius: 50%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}
.custom-box7 p {
    margin-bottom: .8em;
}
.custom-box7 p:last-child {
    margin-bottom: 0;
}


/* ------------------------------------- */
/*         ボックス カスタマイズ         */
/* ------------------------------------- */
/* --------- 青 --------- */
.c_box.blue_box{
	background: #fff; /* 背景色 */
}

/* --------- 赤 --------- */
.c_box.red_box{
	background: #fff; /* 背景色 */
}

/* --------- 黄色 --------- */
.c_box.yellow_box{
	background: #fff; /* 背景色 */
}

/* --------- 緑 --------- */
.c_box.green_box{
	background: #fff; /* 背景色 */
}

/* --------- ピンク --------- */
.c_box.pink_box{
	background: #fff; /* 背景色 */
}

/* --------- グレー --------- */
.c_box.glay_box{
	background: #fff; /* 背景色 */
}

/* --------- 黒 --------- */
.c_box.black_box{
	background: #fff; /* 背景色 */
	color: #555; /* 文字色 */
}

/* --------- カスタム --------- */
.c_box.custom_box{
	background: #fff; /* 背景色 */
	border-color: #ffc787; /* 外枠の色 */
	color: #555; /* 文字色 */
}
.c_box.custom_box .box_title span{
	background: #ffc787; /* タイトル背景色 */
}


.futo {
    font-weight: bold;
}


.scrollable-table table{
  border-collapse: collapse;
  margin: 2em 0;
  max-width: 100%;
}

.scrollable-table th{
  background-color: #eee;
}

.scrollable-table th,
.scrollable-table td{
  border: solid 1px #ccc;
  padding: 3px 5px;
  white-space: nowrap;
}

.scrollable-table {
  overflow-x: auto;
  margin-bottom: 1em;
  max-width: 770px;
}


/*ロゴ画像サイズの最大幅いっぱいに広げる*/
.header.headercenter #logo img {
max-height: initial;
}