/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

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, sub, sup, 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:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    font-weight: inherit;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin: 0.5em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

img{
    vertical-align: top;
}
/*---------------------------------------------------------------------------------*/
.clearfix::after{
    content: "";
    display: block;
    clear: both;
}

a{
    text-decoration: none;
    color: inherit;
}

b{
    font-weight: bold;
}
em{
    background: linear-gradient(transparent 60%, #f7cddd 60%, #f7cddd 90%,transparent 90%);
}

*, *: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;
}

/*PC・SPでの非表示の切り替え--------------------------------------------------------*/
.pc{
    display: inherit;
}

.sp{
    display:none;
}
br.pc{
    display: inline;
}
br.sp{
    display: none;
}

.sp_block{
    display: inline;
}




/*アニメ ----------*/
.anm01{
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

.anm01:hover{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(1.05);
    transform: scale(1.05);*/
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateY(-0.2rem);
    opacity: 0.5;
}

.anm01:active{
    -webkit-transition: 0.3s;
    transition: 0.3s;
    /*-webkit-transform: scale(0.9);
    transform: scale(0.9);*/
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transform: translateY(0);
}





/*画像だけを表示させるボックス*/
.imagebox_c{
    text-align: center;
}

/* .lastのマージン解除*/
.last{
    margin: 0 !important;
}

*{
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
b, strong, .bold{
	font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

body{
}


body{
    position: relative;
}

img{
    width: 100%;
    height: auto;
}

a{
    color: inherit;
    text-decoration: none;
}

.text-center{
    text-align: center !important;
}

.text-indent{
    text-indent: -1em;
    padding-left: 1em;
    display: block;
}



/*共通マージン設定*/
.mb1x1 {
    margin-bottom: 50px !important;
}

.mb1x05 {
    margin-bottom: 80px !important;
}
.mb1x1_5 {
    margin-bottom: 150px !important;
}
.mb1x2 {
    margin-bottom: 20px !important;/*76px*/
}
.mb1x3 {
    margin-bottom: 120px !important;
}
.mb1x6 {
        margin-bottom: 0px !important;
}
.mt1x1 {
    margin-top: 50px !important;
}

.pb1x1 {
    padding-bottom: 78px !important;
}
.pb1x2 {
    padding-bottom: 76px !important;
}
.pb1x3 {
    padding-bottom: 114px !important;
}

.pt1x1 {
    padding-top: 38px !important;
}
.pt1x2 {
    padding-top: 76px !important;
}
.pt1x3 {
    padding-top: 114px !important;
}



/* 共通 width 設定*/
.widthsize01{
    width: 1152px;
    margin: 0 auto;
}
.widthsize02{
    width: 960px;
    margin: 0 auto;
}




/* 共通文字サイズ設定*/
html{
    font-size: 26px;
    color: #393a40;
    overflow-x: auto;
    width: 100%;
}
body{
    overflow-x: hidden;
    width: 100%;
    min-width: 960px;
}


.flexbox01{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}





/*----------------------------------------------------------------------------*/

.infotext{
    font-size: 19px;
    line-height: 30px;
    text-align: justify;
}


.mainbody {
   /*background: #f7bc14;*/
    width: 100%;
} 
.mainwrap {
    width: 960px;
    background-color: #fff;
    text-align: center;
    margin: auto;
    padding-bottom: 60px !important;  
}

.about {
    margin-bottom: 20px !important;
    text-align: center;
}
.about .flexbox01 {
    margin: auto;
}
.about .btn01 {
	position: relative;
	width: 400px;
	height: 400px;
	margin: 0 auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
}
.about .btn01 img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.about .btn01 img:nth-of-type(2) {
	left: 200%;
}
.about .btn01:hover img:nth-of-type(2) {
	left: 50%;
}

.about .image01 img {
    width: 400px;
}

.about .text02{
    width: 510px;
    margin-left: 50px;
    text-align: left;
}
.itemttl{
    font-size: 28px;
    font-weight: bold;
    margin-top: 1rem;
}
.itemmds{
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 0.8rem;
    color:#3c5082;
    text-align: justify;
}
.itemtext{
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 1rem;
    text-align: justify;
}
.itemlink{
    font-size: 19px;
    padding: 0.7em 1em;
    margin: 0.8rem 3.8rem;
    color: #000;/*文字色*/
    background: #FFF;
    border: solid 1px #000;/*線*/
    border-radius: 22px;/*角の丸み*/
    text-align: center
}

.itemlink:hover{
    color: #000;/*文字色*/
    border: solid 1px #ffd140;/*線*/
    background-color: #ffd140;
}









