﻿@charset "utf-8";
/* CSS Document */

main .inner a{
	text-decoration:underline;
}
main .inner a:hover{
	text-decoration:none;
}
main .heading02{
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px dashed #ccc9c9;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    margin-top: 3rem;
}
main .btn {
    text-align: center;
}
main .btn a {
	text-decoration: none!important;
    display: inline-block;
    border: solid 1px #ccc9c9;
    color: #2f2f2f;
    font-size: 1.8rem;
    text-align: center;
    padding: 1em 2em;
    border-radius: 0.3em;
    text-decoration: none;
    position: relative;
	margin-top:2em;
}
main .btn a:after {
    content: "";
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -0.2em;
    right: 0.7em;
    width: 0.35em;
    height: 0.35em;
    border-top: 0.15em solid #EB0100;
    border-right: 0.15em solid #EB0100;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
main .btn a:hover{
	color:#EB0100;
}



/*---------------------------------------------------------------
横幅768px～1190pxまでのレイアウト
---------------------------------------------------------------*/
@media screen and (min-width:768px) and (max-width:1150px){
	
}





/*---------------------------------------------------------------
スマホレイアウト
---------------------------------------------------------------*/
@media screen and (max-width:767px){
	
}
