@charset "UTF-8";

/********************************
DEFAULT
*********************************/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0px;
	padding:0px;
	outline: 0;
}
h1,h2,h3,h4,h5,h6,caption,address,th{
	font-weight:normal;
	margin:0;
	padding:0;
	font-size:100%;
}
ul,ol,li,dl,dt,dd {
	list-style:none;
}
img,iframe {
	vertical-align:middle;
	border:0px;
}
img{
	line-height:0;
	font-size:0;
}
table {
	border-collapse:collapse;
}
th {
	font-weight: normal;
	text-align: left;
}
button,fieldset,form,input,label,legend,select,textarea{
	font-family:inherit;
	font-style:inherit;
	font-weight:inherit;
	font-size:100%;
	margin:0;
	padding:0;
	vertical-align:baseline;
}
select{
	padding:2px;
}
input, select {
	font-size: 79%;
    vertical-align: middle;
}
input[type="text"],
input[type="password"],
textarea,
select {
    outline: none;
}
textarea {
	font-size: 99%;
}
input {
	vertical-align:middle;
}
label {
	padding:0 0 0 2px;
}
hr {
	display:none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	font-size:.01em;
	height:0;
	overflow:hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;
}
.clear {
	clear:both;
}
a,
a:link {
	color:#333;
	text-decoration:underline;
}
a:visited {
/*	color:#941D55;*/
color: #292929;
}
a:hover,
a:active {
	color:#333;
	text-decoration:none;
}
.m_b0 {
	margin-bottom:0px !important;
}
.m_b1 {
	margin-bottom:1px !important;
}
.m_b2 {
	margin-bottom:2px !important;
}
.m_b3 {
	margin-bottom:2px !important;
}
.m_b5 {
	margin-bottom:5px !important;
}
.m_b7 {
	margin-bottom:7px !important;
}
.m_b8 {
	margin-bottom:8px !important;
}
.m_b10 {
	margin-bottom:10px !important;
}
.m_b11 {
	margin-bottom:11px !important;
}
.m_b12 {
	margin-bottom:12px !important;
}
.m_b13 {
	margin-bottom:13px !important;
}
.m_b15 {
	margin-bottom:15px !important;
}
.m_b20 {
	margin-bottom:20px !important;
}
.m_b25 {
	margin-bottom:25px !important;
}
.m_b30 {
	margin-bottom:30px !important;
}
.m_b35 {
	margin-bottom:35px!important;
}
.m_b40 {
	margin-bottom:40px !important;
}
.m_b45 {
	margin-bottom:45px !important;
}
.m_b50 {
	margin-bottom:50px !important;
}
.m_b55 {
	margin-bottom:55px !important;
}
.m_b60 {
	margin-bottom:60px !important;
}
.m_b65 {
	margin-bottom:65px !important;
}
.m_b70 {
	margin-bottom:70px !important;
}
.m_b75 {
	margin-bottom:75px !important;
}
.m_b80 {
	margin-bottom:80px !important;
}
.m_b85 {
	margin-bottom:85px !important;
}
.m_b90 {
	margin-bottom:90px !important;
}
.m_b100 {
	margin-bottom:100px !important;
}
.center {
	text-align:center !important;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.bold {
	font-weight:bold;
}
html {
	height:100%;
	overflow-y:scroll;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    min-height:100%;
    min-width: 1280px;
    height:auto;
    position:relative;
	-webkit-text-size-adjust: none;
	background: #ffffff;
     color:#292929;
    font-size:18px;
    line-height: 1.8;
    font-weight: 100 !important;
}
.com_pc {
	display:block;
}
.com_sp {
	display:none;
}
.com_pc_in {
    display:inline;
}
.com_sp_in {
    display:none;
}
/*************
header
***************/
.main_topin{
    width:910px;
    height:59px;
    margin: 0 auto;
    display: table;
    letter-spacing: -.4em;
}
.main_topin .logo{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    letter-spacing: normal;
}
.main_topin .top_img{
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    letter-spacing: normal;
}
/*************
main
***************/
.column_wrap {
    width: 910px;
    margin: 0 auto 100px;
}
.column_mainin {
    width: 910px;
    margin: 0 auto;
}
.bread_list {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
}
.bread_list li {
    font-size: 13px;
}
.bread_list li a {
    color: #292929;
    text-decoration: none;
    position: relative;
    padding-right: 20px;
}
.bread_list li a::before {
    content: ">";
    position: absolute;
    width: 13px;
    height: 13px;
    font-size: 13px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    line-height: 1;
}
.date {
    font-size: 13px;
    text-align: left;
    margin-bottom: 10px;
}
.column-topttl {
    font-size: 31px;
    font-weight: bold;
    margin-bottom: 30px;
}
.column_topimg {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.anchor_list {
    border-radius: 4px;
    background: #ffe7b6;
    padding: 30px;
    margin: 0 auto 70px;
    box-sizing: border-box;
}
.anchor_list li {
    margin-bottom: 10px;
}
.anchor_list li.sub {
    padding-left: 1em;
}
.anchor_list li.sub2 {
    padding-left: 2em;
    font-size: 16px;
    margin-bottom: 0;
}
.anchor_list li.sub2.last {
    margin-bottom: 5px;
}
.anchor_list li.sub a {
    font-size: 16px;
}
.anchor_list li:last-child {
    margin-bottom: 0;
}
.anchor_list li a {
    font-size: 18px;
}
.column_in {
    padding-left: 15px;
    margin-bottom: 70px;
}
.column_in:last-of-type {
    margin-bottom: 50px;
}
.column-ttl {
    font-size: 24px;
    position: relative;
    margin-bottom: 10px;
    font-weight: bold;
}
.column-ttl::before {
    position: absolute;
    content: "";
    background: #ff6400;
    width: 3px;
    height: 24px;
    left: -15px;
    top: 9px;
}
.column-txt {
    font-size: 16px;
    line-height: 2.5;
}
.column-sub {
    margin: 30px 0 0;
}
.column-sub.ver2 {
    margin-top: 30px;
}
.column-subttl {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: bold;
}
.point_listin {
    padding-left: 30px;
    margin-bottom: 15px;
}
.point_list li {
    font-weight: bold;
    font-size: 22px;
}
.column_pageimg {
    margin-top: 30px;
    display: block;
}
.column_btn {
    width: 660px;
    height: 120px;
    display: table;
    margin: 35px auto 100px;
}
.column_btn a {
    display: table-cell;
    border-radius: 9999px;
    background: #FAC457;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    font-size: 30px;
    line-height: 1.4;
    position: relative;
    font-weight: bold;
}
.column_btn a::before {
    position: absolute;
    content: "";
    width: 640px;
    height: 100px;
    border: solid 3px #fff;
    border-radius: 9999px;
    top: 10px;
    left: 10px;
}
.column_btn a span {
    display: block;
    font-size: 20px;
}
.column_prof {
    background: #faf7f5;
    border-radius: 4px;
    padding: 30px 30px 35px;
    box-sizing: border-box;
}
.prof-ttl {
    font-weight: bold;
    text-align: center;
    font-size: 22px;
    margin-bottom: 20px;
}
.prof_in {
    display: flex;
    align-items: center;
}
.prof_left {
    width: 105px;
    text-align: center;
    margin-right: 30px;
}
.prof_right {
    width: calc(100% - 135px);
}
.prof_sml {
    font-size: 13px;
}
.prof_dtl {
    font-size: 16px;
}
.prof_dtl dt {
    margin-bottom: 5px;
    font-weight: bold;
}
.end_link {
    margin-top: 70px;
}
.end_link a {
    position: relative;
    padding-left: 20px;
    font-size: 14px;
}
.end_link a::before {
    position: absolute;
    content: "<";
    font-size: 14px;
    width: 14px;
    height: 14px;
    line-height: 1;
    left: 0;
    top: 50%;
    margin-top: -7px;
}
@media (min-width: 960px) {
    .bread_list li a:hover {
        text-decoration: underline;
        color: #2e9940;
    }
    .bread_list li a:hover::before {
        color: #292929;
    }
    .column_btn a:hover {
        opacity: 0.8;
    }
}
/*************
footer
***************/
.footlbox{
    width: 910px;
    padding: 0 0 20px 0;
    font-size: 16px;
    margin: 0 auto;
}
.footl_lgt{
    float: left;
}
.footl_rgt{
    float: right;
    font-style: normal;
}
.fot_lnk {
    float: left;
    text-align: left;
    margin: 0 30px 0 0;
}
.fot_lnk a {
    color: #000000;
}
.footl_lgt a:link {
    text-decoration: none;
}
.fot_lnk a:hover {
    text-decoration: none;
}
.shouhyou {
    font-size: 11px;
    line-height: 1.4;
    margin: 0 0 15px;
    text-align: left;
}
@media (max-width: 960px) {
    body {
        font-size: 16px;
        min-width: inherit;
    }
    .com_pc {
        display:none;
    }
    .com_sp {
        display:block;
    }
    .com_pc_in {
        display:none;
    }
    .com_sp_in {
        display:inline;
    }

    /*************
    header
    ***************/
    .main_top {
        border-bottom: none;
        height: 40px;
    }
    .main_topin_sp .logo{
        display: block;
    }
    .main_topin_sp .logo img{
        width:100%;
        max-width: 140px;
    }
    .main_topin_sp .r_logo{
        display: block;
    }
    .main_topin_sp .r_logo img{
        width:100%;
        max-width: 118px;
    }
    .main_topin_sp{
        padding: 5px 15px;
    }
    /*************
    main
    ***************/
    .column_wrap {
        width: 100%;
        margin: 0 auto 50px;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .column_mainin {
        width: 100%;
        margin: 0 auto;
    }
    .bread_list {
        overflow-x: scroll;
        white-space: nowrap;
        margin: 10px 0 15px;
    }
    .bread_list li a {
        font-size: 11px;
        color: #292929;
        text-decoration: none;
        position: relative;
        padding-right: 20px;
    }
    .bread_list li a::before {
        content: ">";
        position: absolute;
        width: 11px;
        height: 11px;
        font-size: 11px;
        right: 0;
        top: 50%;
        margin-top: -6px;
        line-height: 1;
    }
    .date {
        font-size: 13px;
        margin-left: 0;
        text-align: left;
    }
    .column-topttl {
        font-size: 24px;
        text-align: left;
        margin-bottom: 20px;
    }
    .column_topimg {
        margin-bottom: 30px;
    }
    .column_topimg img {
        width: 100%;
        height: auto;
    }
    .anchor_list {
        padding: 15px;
        margin: 0 auto 40px;
    }
    .anchor_list li {
        margin-bottom: 5px;
    }
    .anchor_list li:last-child {
        margin-bottom: 0;
    }
    .anchor_list li a {
        font-size: 17px;
        font-weight: bold;
    }
    .anchor_list li.sub a {
        font-size: 14px;
    }
    .anchor_list li.sub2 {
        font-size: 14px;
    }
    .anchor_list li.sub2.last {
        margin-bottom: 5px;
    }
    .column_in {
        padding-left: 0;
        margin-bottom: 50px;
    }
    .column_in:last-of-type {
        margin-bottom: 40px;
    }
    .column-ttl {
        padding-left: 10px;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .column-ttl::before {
        position: absolute;
        content: "";
        width: 3px;
        height: 22px;
        left: 0;
        top: 8px;
    }
    .point_listin {
        padding-left: 0;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
    }
    .column-txt {
        font-size: 15px;
        line-height: 2;
    }
    .column-sub {
        margin: 20px 0 0;
    }
    .column-sub.ver2 {
        margin-top: 20px;
    }
    .column-subttl {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .column_pageimg {
        margin-top: 30px;
        display: block;
    }
    .column_pageimg img {
        width: 100%;
        height: auto;
    }
    .column_btn {
        width: 100%;
        height: 90px;
        display: table;
        margin: 35px auto 50px;
    }
    .column_btn a {
        font-size: 16px;
    }
    .column_btn a::before {
        width: 97%;
        left: 1.6%;
        top: 5px;
        height: 80px;
    }
    .column_btn a span {
        display: block;
        font-size: 16px;
    }
    .column_prof {
        border-radius: 10px;
        padding: 20px 15px;
        box-sizing: border-box;
    }
    .prof-ttl {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .prof_in {
        display: flex;
        align-items: center;
    }
    .profimg {
        margin-right: 20px;
    }
    .prof_flx {
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .prof_sml {
        font-size: 13px;
    }
    .prof_dtl {
        font-size: 16px;
        width: calc(100% - 135px);
    }
    .prof_dtl dt {
        margin-bottom: 5px;
    }
    .prof_dtl dd {
        font-size: 12px;
    }
    .prof-txt {
        font-size: 14px;
    }
    .end_link {
        margin-top: 30px;
    }
    .end_link a {
        position: relative;
        padding-left: 20px;
        font-size: 14px;
    }
    .end_link a::before {
        position: absolute;
        content: "<";
        font-size: 14px;
        width: 14px;
        height: 14px;
        line-height: 1;
        left: 0;
        top: 50%;
        margin-top: -7px;
    }
    /*************
    footer
    ***************/
    .footlbox{
        width: auto;
        padding: 0 15px;
        font-size: 11px;
    }
    .fot_lnk {
        margin-right: 20px;
    }
}
@media (max-width: 374px) {
    .column_btn a {
        font-size: 14px;
    }
}