@charset "utf-8";
.clear {
    clear: both;
}
html, body {
    margin: 0;
    padding: 0;
}
/* contents */
span.h2_sub {
    font-size: 60% !important;
    color: #1a653c !important;
    margin-left: 0px !important;
}
div.m_text {
    margin-top: 30px;
}
div.m_text p {
    font-size: 15px;
    margin-bottom: 20px;
}
div.o_text {
    margin: 20px 10px;
}
/* 見出し */
div.o_text h3 {
    margin: 30px 0 20px 0;
    position: relative;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #003566;
}
div.o_text h3:before {
    content: "";
    position: absolute;
    background: #72A4D3;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
div.o_text h3:after {
    content: "";
    position: absolute;
    background: #3F88CC;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
/*見出し デモ*/
div.o_text h3.demo {
    margin: 30px 0 20px 0;
    position: relative;
    color: #111;
    font-size: 20px;
    font-weight: bold;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #31671F;
}
div.o_text h3.demo:before {
    content: "";
    position: absolute;
    background: #6E9860;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
div.o_text h3.demo:after {
    content: "";
    position: absolute;
    background: #48723A;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    transform: rotate(15deg);
    -moz-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
}
div.theme {
    background-color: #FFFBE5;
    width: 70%;
    margin-left: 10px;
}
div.theme p {
    padding: 10px 0;
    font-size: 14px;
}
div.theme span {
    font-weight: bold;
}
div.o_text h4 {
    position: relative;
    padding: 0 .4em .1em;
    margin: 30px 10px 20px 10px;
    width: 60%;
    font-size: 18px;
    font-weight: bold;
}
div.o_text h4::after {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    width: 100%;
    height: 10px;
    background-color: #D8EAFF;
}
h4 span {
    font-weight: normal;
    font-size: 16px;
    padding-left: 10px;
}
div.o_text p {
    margin: 0 20px;
    font-size: 15px;
}
div.c_list {
    margin: 20px 10px 40px 10px;
    font-size: 15px;
}
div.c_list p {
    font-weight: bold;
    margin-bottom: 5px;
}
div.c_list li {
    margin-left: 10px;
}
div.voice {
    width: 90%;
    margin: 0 20px 40px 20px;
    ;
    overflow: hidden;
    display: table;
    font-size: 15px;
}
div.voice img {
    float: left;
    margin-right: 20px;
}
div.voice p {
    margin: auto;
    vertical-align: middle;
    display: table-cell;
}
/* table */
table.info {
    margin: 10px 10px 15px 20px;
    border: solid 1px #666666;
    font-size: 15px;
}
table.info tr {
    padding: 20px;
    border: solid 1px #666666;
}
table.info td {
    padding: 10px 15px;
    border: solid 1px #666666;
}
table.info p {
    margin: 5px 0;
}
table.info span {
    font-size: 12px;
}
td.info_name {
    background-color: #FFFBE5;
	letter-spacing: 10px;
	text-indent: 10px;
}
td.info_name span{
	padding-left: 10px;
	font-size:15px;
}

p.info_area {
    position: relative;
    font-weight: bold;
    margin: 20px 0;
	letter-spacing: 10px;
	text-indent: 10px;
}
p.info_area:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: -webkit-repeating-linear-gradient(-45deg, #FFB03E, #FFB03E 2px, #fff 2px, #fff 4px);
    background: repeating-linear-gradient(-45deg, #FFB03E, #FFB03E 2px, #fff 2px, #fff 4px);
}
p.contact {
    margin: 20px 0 40px 20px !important;
}
div.apply_demo {
    margin-bottom: 40px;
}
div.apply_demo p {
    float: left;
}
