@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Asap+Condensed:600');



/*@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/



/*additional reset
---------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

body.safari #content, body.safari #footer {/*サファリでリンク先から戻った時文字が拡大する対応*/
    -webkit-text-size-adjust: 100%;
}


/** link **/

a:link {
    color: #1c7fbd;
	text-decoration: underline;
}

a:visited {
    color: #1c7fbd;
}
a:hover,
a:active {
	text-decoration: none;
}
.caution_txt{
    text-align:right;
    font-size:0.7em;
}
.footer a {
    color: #999!important;
}

.marker{
	background: linear-gradient(transparent 60%, #fdfb70 0%);
}

/*初期設定
----------------------------------------------------*/
#rapper{
	width: 100%;
	padding: 0 0 0 0;
	overflow: hidden;
	color: #222;
	background: #fff;
}

@media only screen and (max-width: 640px){
    #content {
        width: 100%;
        padding: 15px;
    }
    h1 {
        text-align: center;
        font-weight: bold;
        font-size: 19px;
        margin: 15px 0;
    }
    h2 {
        padding: 10px 0px 10px 15px;
        border-left: 7px solid #f41e68;
        background: #ffe1e1;
        font-weight: bold;
        margin: 30px 0 20px;
        font-size: 18px;
        line-height: 1.4;
    }
}
@media only screen and (min-width: 640px){

    #content {
        margin:0 auto;
        width: 700px;
        text-align: left;
        background-color: #fff;
        padding:15px 30px;
        display: block;
        margin: auto;
    }
    h1{
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        margin: 20px 0;
    }
    h2 {
        padding: 10px 0px 10px 15px;
        border-left: 7px solid #f41e68;
        background: #ffe1e1;
        font-weight: bold;
        margin: 30px 0 20px;
        font-size: 20px;
        line-height: 1.4;
    }
}
.content-main{
	/*width: 700px;*/
}

img.pics {
    max-width: 100%;
    display: block;
    margin: auto;
    margin-bottom: 20px;
}
.fsS{
	font-size: 0.7em;
	vertical-align: top;
}

.mb0{
    margin-bottom: 5px;
}

/*layout
----------------------------------------------------*/

.tar{
    text-align: right;
}
.red{
    color: red;
}

h3{

}

/*accordion*/

.close {
    display: none;
    margin:0 auto;
}
.OaC_btn {
    display: block;
    margin: 0 auto;
    width: 80%;
    height: 50%;
    padding: 1.2%;
    text-decoration: none;
    background: #4fabda;
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font-style: oblique;
    border-radius: 5px;
    margin-bottom: 30px;
}
.OaC_btn:last-letter{
    font-size:12px;
    vertical-align:middle;
}
.tac {
    text-align: center;
}

section{
    display: block;
}

p{
	margin-bottom: 20px;
	word-wrap: break-word;
}

.pics{
	margin-bottom: 10px;
}

.fsL{
    font-size: 20px;
}

.box27 {
    position: relative;
    margin: 40px 0 15px;
    padding: 0.5em 1em;
    border: solid 3px #8adbe6;
}
.box27 .box-title {
    position: absolute;
    display: inline-block;
    top: -31px;
    left: -3px;
    padding: 5px 15px;
    height: 30px;
    line-height: 20px;
    font-size: 17px;
    background: #8adbe6;
    color: #000;
    font-weight: bold;
    border-radius: 5px 5px 0 0;
}
.box27 p {
    margin: 0; 
    padding: 0;
}


.animate69, .a-btnsub69, .a-option69 {
    animation-duration: 1.4s !important;
    -webkit-animation-duration: 1.4s;
    -ms-animation-duration: 1.4s;
    -moz-animation-duration: 1.4s !important;
}
.animate69 {
    -webkit-animation-name: animate69;
    -moz-animation-name: animate69;
    -o-animation-name: animate69;
    animation-name: animate69;
}
.animate {
    -webkit-animation-timing-function: ease-in;
    -moz-animation-timing-function: ease-in;
    -o-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    -ms-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes animate69{
    0% {
        transform: skewX(
            9deg
        );
    }
    10% {
        transform: skewX(
            -8deg
        );
    }
    20% {
        transform: skewX(
            7deg
        );
    }
    30% {
        transform: skewX(
            -6deg
        );
    }
    40% {
        transform: skewX(
            5deg
        );
    }
    50% {
        transform: skewX(
            -4deg
        );
    }
    60% {
        transform: skewX(
            3deg
        );
    }
    70% {
        transform: skewX(
            -2deg
        );
    }
    80% {
        transform: skewX(
            1deg
        );
    }
    90% {
        transform: skewX(
            0deg
        );
    }
    100% {
        transform: skewX(
            0deg
        );
    }
}