body{
    background-color: #fffaf0;;
}


.hover9 {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.hover9::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #666;
    transition: all 0.3s ease 0s;
}

.hover9:hover {
    cursor: pointer;
}

.hover9:hover::after {
    width: 100%;
}

.current a{
    text-decoration: none;
    border-bottom: solid 1px #666;
    font-weight: 900;
    /*pointer-events: none;*/
}

h2 {
    border-bottom: solid 2px #666 ;
    display: inline-block;
    padding: 0 10px 0 10px;
    font-size: 36px;
}

p + .h4{
    margin-top: 20px;
}

div + .h4{
    margin-top: 20px;
}

.h3_1{
    margin-bottom: 20px;
    padding: 13px 28px 12px;
    font-weight: 700;
    background: #f3f3f3;
    font-size: 24px;
}

.h3 .h3_1{
    margin-top: 24px;
}

.h3_2{
    margin-top: 10px;
}

.h4_1{
    margin: 0 0 12px;
    padding: 0 0 0 16px;
    position: relative;
    font-weight: 700;
    font-size: 18px;
}

.h4_1:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: '';
    width: 4px;
    height: 20px;
    background: #181818;
    border-radius: 3px;
}

.h5_1 {
    display: inline-block;
    background: linear-gradient(transparent 90%, #666 100%);
    font-size: 15px;
}

.h_caption{
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

/*ポイント*/

.point{
    border: solid 1px;
    padding: 14px;
    background-color: #ffffff;
}

.point h4{
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 6px;
}

.point h4:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    /*margin-right: 4px;*/
    margin-left: 4px;
    border: transparent solid 5px;
    border-left-color: #f00;
    /*vertical-align: 4px;*/
}

.point + p{
    margin-top: 18px;
}

.point ul{
    list-style-type: square;
    margin-left: 48px;
}

.square{
    list-style-type: square;
    margin-left: 24px;
}

p + p{
    margin-top: 18px;
}

.small{
    font-size: 16px;
}

.large{
    font-size: 36px;
}

.center{
    text-align: center;
}

.right{
    text-align: right;
}

.w100{
    width:100%;
}

.imgarea img{
    width:100%;
}

.copy{
    text-align: center;
    padding: 40px 0 25px;
    font-size: 12px;
}



footer{
   max-width: 1180px; 
   margin: 54px auto 0;
   padding: 0 20px;
}

/*トップページ　ここから*/



.top_mainarea .top_text{
    text-align: center;
    margin-bottom: 20px;
}

.top_menu{
    text-align: center;
    margin: 20px 0 50px;
}

.top_menu li {
    display: inline;
    font-size: 24px;
    }

.top_menu li + li{
    margin-left: 15px;
}

.top_mainarea .top_img{
    text-align: center;
}

.top_img img{
    width:160px;
    border-radius: 50%;
}



.enter{
    font-size: 24px;
    margin: 48px 100px 0 100px;
    border: solid 2px;
}



.top_sns{
    text-align: center;
    /*margin-top: 24px;*/
}

.top_sns img{
    height: 40px;
    margin: 20px 5px 0 5px;
}

/*トップページ ここまで*/

/*下層ページ ここから*/

header{
    max-width: 1180px;
    margin: 0px auto;
    background-color: #fffaf0;
    opacity: 80%;
}

.header_main{
    width: 100%;
}

header .text{
    text-align: center;
    font-size: 36px;
    margin-bottom: 20px;
}

header .header_img{
    text-align: center;
    margin-top: 10px;
}

.header_img img{
    width:80px;
    border-radius: 50%;
}

.sp .header_img{
    margin-top: 20px;
}

header .menu{
    text-align: center;
    margin-top: 10px;
}

header .menu li {
    display: inline;
    font-size: 18px;
    }

header .menu li + li{
    margin-left: 15px;
}

.mainarea{
    max-width: 1180px;
    margin: 0px auto;
    padding:0 20px 0 20px;
}

.contents img{
    width: 100%;
}

.pf_panel{
    display: flexbox;
}

.box{
    width : calc(100% / 3) ;
}

.box_inner{
    background-color: #fff; 
    margin: 10px 5px;
}

.box_contents{
    padding: 15px 15px;
}

.box_contents img{
    width: 100%;
    border: solid 1px #dcdcdc;
    margin-bottom: 5px;
}

.textarea table{
    width: 100%;
}

.textarea table td{
    padding: 10px;
}

.textarea table td + td{
    border-left: dashed 1px #666;
}

.textarea table tr + tr{
    border-top: dashed 1px #666;
}

.textarea table th{
    border-bottom: solid 1px #666;
}

.pf_table{
    list-style: square;
}

.pf_table li{
    margin-left: 20px;
}

.pf_table .indent1{
    margin-left: 40px;
    list-style: disc;
}

.indent1{
    margin-left: 20px;
}



@media screen and (max-width:480px){

.pc{
    display: none;
}

.top_wrap{
    margin-top: 30%;
}

.top_menu{
    margin: 10px 0 50px;
}

.top_menu li{
    font-size: 18px;
}

.top_menu_text{
    text-align: center;
    font-size: 18px;
    margin-top: 20px;
}

header{
    max-width: 1180px;
    padding:0 20px 5px;
    margin: 0px auto;
}

.header_img img{
    width: 40px;
}

.top_sns{
    bottom: 50px;
}

.h2{
    text-align: center;
}

.box{
    margin: 10px auto 0 auto;
    width: 100%;
}

.header_main{
    position: relative;
}

.mainarea{
    top: 0px;    
}

.h_caption{
    margin-bottom: 10px;
}

.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: -40px;
}

.pf_img .sticky_2{
    display: flex;
    margin-bottom: 10px;
}

.pf_left{
    margin-top: 10px;
    width: 40%;
}

.pf_right{
    margin: 10px 0 0 10px;
    width: 60%;
}

.pf_text p{
    margin-bottom: 10px;
}

.pf_text .maroon{
    color: #800000;
}

.scroll table {
    margin: 0;
    padding: 0;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.worlflow_table td{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.worlflow_table .table_left{
    color: #fff;
    font-weight: 800;
    background-size:cover;
    background-repeat: no-repeat;
    padding: 3px 10px;
}

.worlflow_table .l-01{
    background-image: url(/common/img/workflow01.png);
}

.worlflow_table .l-02{
    background-image: url(/common/img/workflow02.png);
}

.worlflow_table .l-03{
    background-image: url(/common/img/workflow03.png);
}

.worlflow_table .l-04{
    background-image: url(/common/img/workflow04.png);
}

.worlflow_table .l-05{
    background-image: url(/common/img/workflow05.png);
}

.worlflow_table .midashi{
    font-weight: 800;
    border-left: solid 5px #666;
    display: inline;
    padding-left: 5px;
}

}

@media screen and (min-width:481px){

.sp{
    display: none;
}

.top_wrap{
    position: absolute;
	top: 50%;
	left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

header{
    padding: 20px 20px 5px;
}

.box{
    display: flex;
}

.panel{
    display: flex;
    flex-wrap: wrap;
}

.textarea{
    margin-top: 20px;
    width: 60%;
}

.textarea + .imgarea{
    margin-left: 24px;
}

.imgarea + .textarea{
    margin-left: 24px;
}

.imgarea{
    margin-top: 20px;
    width: 40%;
}

.pf_img{
    margin-top: 20px;
    width: 20%;
}

.pf_text{
    margin-top: 20px;
    width: 80%;
}

.imgarea img{
    width:100%;
}

.text_img_wrap{
    display: flex;
    margin-top: 18px;
}

.link{
    transition: all 0.6s ease 0s;
}

.link:hover{
    opacity: 0.8;
    transform: scale(1.05, 1.05);
}

.sticky{
    position: -webkit-sticky;
    position: sticky;
    top: -140px;
}

.sticky_2{
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
}

.worlflow_table{
    width: 100%;
    text-align: center;
    font-size: 21px;
}

.worlflow_table td{
    height: 100px;
    padding: 5px;
}

.worlflow_table .table_left{
    color: #fff;
    font-weight: 800;
    background-size:contain;
    background-repeat: no-repeat;
    background-position: right;
}

.worlflow_table .l-01{
    background-image: url(/common/img/workflow01.png);
}

.worlflow_table .l-02{
    background-image: url(/common/img/workflow02.png);
}

.worlflow_table .l-03{
    background-image: url(/common/img/workflow03.png);
}

.worlflow_table .l-04{
    background-image: url(/common/img/workflow04.png);
}

.worlflow_table .l-05{
    background-image: url(/common/img/workflow05.png);
}

.worlflow_table .table_center{
    border-bottom: solid 1px #666;
}

.worlflow_table .table_right{
    border-bottom: solid 1px #666;
}

.worlflow_table .table_right p{
    background-color: #fff;
    border: solid #800000;
    height: 100%;
    font-weight: 800;
    vertical-align: middle;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
    align-items: center; /* 縦方向中央揃え */
    -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
    justify-content: center; /* 横方向中央揃え */
}


}